Ignore:
Timestamp:
09/18/17 08:36:42 (8 years ago)
Author:
tsantos
Message:

CHG: now, AMR with Bamg is the default; with NeoPZ is an option (amrneopz.m). CHG: updated (minor) test files 462, 463, 464 and 465. CHG: amr with NeoPZ merges fields (grounding line, ice front and error estimators)

File:
1 edited

Legend:

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

    r21919 r22100  
    178178                void MeanGroundedIceLevelSet(IssmDouble** pmasklevelset);
    179179                void GetElementCenterCoordinates(IssmDouble** pxc,IssmDouble** pyc);
     180                void GetZeroLevelSetPoints(IssmDouble** pzerolevelset_points,int &numberofpoints,int levelset_type);
    180181                #endif
    181182
     
    191192                void ReMeshNeopz(int* pnewnumberofvertices,int* pnewnumberofelements,IssmDouble** pnewx,IssmDouble** pnewy,IssmDouble** pnewz,int** pnewelementslist);
    192193                void InitializeAdaptiveRefinementNeopz(void);
     194                void GetPointsFromElementLabel(IssmDouble* element_label,int* numberofpoints,IssmDouble** xylist);
     195                void GetElementLabelFromZeroLevelSet(IssmDouble* element_label,int levelset_type);
     196                void GetElementLabelFromEstimators(IssmDouble* element_label,int estimator_type);       
     197                void GetElementDistanceToZeroLevelSet(IssmDouble** pelementdistance,int levelset_type);
    193198                void SetRefPatterns(void);
    194199                #endif
Note: See TracChangeset for help on using the changeset viewer.