Ignore:
Timestamp:
09/13/10 13:18:07 (15 years ago)
Author:
Eric.Larour
Message:

New solution strategy, based on creation of Kff, Kfs directly,
instead of Kgg. Idem for pf instead of pg.
Kept backwards compatibility for now, and only applied to macayeal diagnostic
in 2d. Will switch to this new strategy in the near future.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/ModelProcessorx/CreateParameters.cpp

    r5578 r5772  
    6666        parameters->AddObject(new StringParam(SolverStringEnum,iomodel->solverstring));
    6767        parameters->AddObject(new IntParam(NumberOfElementsEnum,iomodel->numberofelements));
     68        parameters->AddObject(new BoolParam(KffEnum,iomodel->kff));
    6869
    6970        /*Deal with more complex parameters*/
Note: See TracChangeset for help on using the changeset viewer.