Ignore:
Timestamp:
09/20/10 10:13:52 (14 years ago)
Author:
Eric.Larour
Message:

New way of running the petsc solver, that provides more flexibilty.
We have a new petscoptions field in the model, that can be filled
with petsc options, instead of the solver_string, which disappers.
The petscoptins gets resolved into a petscrc string (for serial runs)
and a petsc.rc file (for parallel runs) at runtime. The petscrc string
acts the same way than the solver_string. But the petsc.rc file acts
in a different way. Itt is loaded at runtime, when first doing Petsc Initialize.
This allows tweaking and rerunning of the same deck, each time using different
options.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/EnumDefinitions/EnumToString.cpp

    r5803 r5903  
    327327                case NodalEnum : return "Nodal";
    328328                case ResponseDescriptorsEnum : return "ResponseDescriptors";
    329                 case SolverStringEnum : return "SolverString";
     329                case PetscRcEnum : return "PetscRc";
    330330                case SparsityEnum : return "Sparsity";
    331331                case TolXEnum : return "TolX";
Note: See TracChangeset for help on using the changeset viewer.