Changeset 21864 for issm/trunk-jpl/src/c/classes/AmrBamg.cpp
- Timestamp:
- 07/25/17 13:03:02 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/AmrBamg.cpp
r21838 r21864 32 32 this->options->gradation = 1.5; 33 33 this->options->Hessiantype = 0; 34 this->options->MaxCornerAngle = 1.e-12;35 34 this->options->maxnbv = 1e6; 36 35 this->options->maxsubdiv = 10; … … 40 39 this->options->omega = 1.8; 41 40 this->options->power = 1; 42 this->options->random = 0;43 41 this->options->verbose = 0; 44 42 this->options->Crack = 0; 45 this->options->geometricalmetric = 0;46 43 this->options->KeepVertices = 1; /*!!!!! VERY IMPORTANT !!!!!*/ 47 44 this->options->splitcorners = 1;
Note:
See TracChangeset
for help on using the changeset viewer.