Changeset 13502
- Timestamp:
- 10/02/12 14:29:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/solutions/issm.cpp
r13445 r13502 119 119 GenericParam<Adolc_edf> *theAdolcEDF_p=new GenericParam<Adolc_edf>(AdolcParamEnum); 120 120 theAdolcEDF_p->GetParameterValue().myEDF_for_solverx_p=reg_ext_fct(EDF_for_solverx); 121 // to save some space: 122 // we know we won't use adolc inside of the solver: 123 theAdolcEDF_p->GetParameterValue().myEDF_for_solverx_p->nestedAdolc=false; 124 // the solution vector is just allocated and doesn't have a meaningfull prior value 125 theAdolcEDF_p->GetParameterValue().myEDF_for_solverx_p->dp_y_priorRequired=false; 126 // the solver wrapper makes sure the matrix and the right hand side don't change 127 theAdolcEDF_p->GetParameterValue().myEDF_for_solverx_p->dp_x_changes=false; 121 128 femmodel->parameters->AddObject(theAdolcEDF_p); 122 129 #else
Note:
See TracChangeset
for help on using the changeset viewer.