Ignore:
Timestamp:
08/24/18 10:23:58 (7 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed problem when using higher order elements with levelset: make sure to use md.levelset.fe = 'P2'

File:
1 edited

Legend:

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

    r23142 r23173  
    405405
    406406                        if(VerboseMProcessor()) _printf0_("      detecting active vertices\n");
    407                         GetMaskOfIceVerticesLSMx(this);
     407                        GetMaskOfIceVerticesLSMx0(this);
    408408                }
    409409
     
    26332633        delete this->materials;         this->materials = new_materials;
    26342634
    2635         GetMaskOfIceVerticesLSMx(this);
     2635        GetMaskOfIceVerticesLSMx0(this);
    26362636
    26372637        /*Insert MISMIP+ bed topography FIXME it could be stay in another place*/
Note: See TracChangeset for help on using the changeset viewer.