Changeset 21952


Ignore:
Timestamp:
08/15/17 10:31:26 (8 years ago)
Author:
tsantos
Message:

NEW: added test files to check AMR_Bamg capability

Location:
issm/trunk-jpl
Files:
8 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/FemModel.cpp

    r21930 r21952  
    22952295        int elementswidth       = this->GetElementsWidth();//just tria elements in this version
    22962296        int amrtype;
     2297        bool isgroundingline;
    22972298
    22982299        /*Branch to specific amr depending on requested method*/       
     
    24112412
    24122413        /*Adjust base, thickness and mask grounded ice leve set*/
    2413         if(true) this->AdjustBaseThicknessAndMask();
     2414        this->parameters->FindParam(&isgroundingline,TransientIsgroundinglineEnum);
     2415        if(isgroundingline) this->AdjustBaseThicknessAndMask();
    24142416
    24152417        /*Reset current configuration: */
Note: See TracChangeset for help on using the changeset viewer.