Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Fix
Prep for 5.2
Make everyone sad by touching all the files Copyright dates update
UPDATE THE COPYRIGHT DATES
Some reorganisation of EscriptParams and related changes. We now distinguish between modifiable parameters and build features. To interrogate the latter use: escript::hasFeature() [ python: escript.hasFeature() ] and escript::listFeatures() [ python: escript.listFeatures() ] I have decided to add specific getters for the remaining few parameters to avoid the penalty of string comparisons and to remove the wealth of friend declarations with Data* classes. Also made some changes in SConstruct to make sure we set *all* preprocessor directives *before* building anything. Still to do is dealing with checks for direct solver and gmsh. The latter needs to be a runtime check rather than a compile time check.
merging trilinos branch to trunk. We can now build with trilinos and use it instead of paso for single PDEs. There are some more things to be done...
sync with trunk and relicense new/moved files.
continue to make things more modular and make some dependencies clearer so we can now actually do: (minimal but useless build): scons domains= weipa=0 paso=0 trilinos=0 (build ripley with trilinos solvers only): scons domains=ripley paso=0 trilinos=1 Fixed some example scripts that weren't checking for domain availability.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC 1.1.26 |