Changeset 21562 for issm/trunk-jpl/src/c/classes/AdaptiveMeshRefinement.h
- Timestamp:
- 02/10/17 15:37:23 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/AdaptiveMeshRefinement.h
r21528 r21562 57 57 /*General methods*/ 58 58 void CleanUp(); // Clean all attributes 59 void SetHMax(int &h); // Define the max level of refinement 59 void Initialize(); // Initialize the attributes with NULL and values out of usually range 60 void SetHMax(int &h); // Define the max level of refinement 60 61 void SetElementWidth(int &width); // Define elements width 61 62 void ExecuteRefinement(int &type_process,double *vx,double *vy,double *masklevelset,int &nvertices,int &nelements,int &nsegments,double** px,double** py,double** pz,int** pelements,int** psegments=NULL); // A new mesh will be created and refined. This returns the new mesh
Note:
See TracChangeset
for help on using the changeset viewer.