Ignore:
Timestamp:
09/24/10 10:04:01 (14 years ago)
Author:
Eric.Larour
Message:

Commit de la mort qui tue: new way of running petsc,
where options are specified using a @petscoptions class,
which acts in a different way for each analysis_type, with
of course some defaults. This allows to change the petsc
solver on a per analysis basis.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/Makefile.am

    r5997 r6014  
    251251                                        ./shared/Numerics/extrema.cpp\
    252252                                        ./shared/Numerics/UnitConversion.cpp\
     253                                        ./shared/Numerics/PetscOptionsFromAnalysis.cpp\
    253254                                        ./shared/Exceptions/exceptions.h\
    254255                                        ./shared/Exceptions/Exceptions.cpp\
     
    736737                                        ./objects/Numerics/ElementVector.h\
    737738                                        ./objects/Numerics/ElementVector.cpp\
     739                                        ./shared/Numerics/PetscOptionsFromAnalysis.cpp\
    738740                                        ./objects/Params/Param.h\
    739741                                        ./objects/Params/BoolParam.cpp\
     
    890892                                        ./io/pfopen.cpp\
    891893                                        ./io/pfclose.cpp\
     894                                        ./io/ParsePetscOptions.cpp\
    892895                                        ./EnumDefinitions/EnumDefinitions.h\
    893896                                        ./EnumDefinitions/EnumDefinitions.cpp\
Note: See TracChangeset for help on using the changeset viewer.