Changeset 23469 for issm/trunk-jpl/src/c/classes/AmrBamg.h
- Timestamp:
- 11/17/18 11:53:24 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/AmrBamg.h
r23065 r23469 37 37 void ExecuteRefinementBamg(IssmDouble* field,IssmDouble* hmaxVertices,int** pdatalist,IssmDouble** pxylist,int** pelementslist); 38 38 void SetBamgOpts(IssmDouble hmin_in,IssmDouble hmax_in,IssmDouble err_in,IssmDouble gradation_in); 39 39 40 /*Access Method*/ 41 BamgOpts* GetBamgOpts(){return this->options;} 42 40 43 private: 41 44 BamgGeom* geometry;
Note:
See TracChangeset
for help on using the changeset viewer.