Changeset 23142
- Timestamp:
- 08/20/18 16:11:41 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/FemModel.cpp
r23094 r23142 83 83 /*AMR stuff*/ 84 84 this->parameters->FindParam(&amr_frequency,TransientAmrFrequencyEnum); 85 this->parameters->FindParam(&amr_frequency,TransientAmrFrequencyEnum); 85 86 #if defined(_HAVE_NEOPZ_) && !defined(_HAVE_ADOLC_) 86 87 this->amr = NULL; … … 90 91 #endif 91 92 #if !defined(_HAVE_ADOLC_) 92 if(amr_frequency ){93 if(amr_frequency && solution_type==TransientSolutionEnum){ 93 94 /*Verifications. AMR supports SSA, P1 and horizontal 2D domain*/ 94 95 bool isSSA;
Note:
See TracChangeset
for help on using the changeset viewer.