Ignore:
Timestamp:
07/25/17 13:03:02 (8 years ago)
Author:
Mathieu Morlighem
Message:

NEW: no more random seed in bamg, no more MaxCornerAngle and geometrical metric

File:
1 edited

Legend:

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

    r21838 r21864  
    3232        this->options->gradation         = 1.5;
    3333        this->options->Hessiantype       = 0;
    34         this->options->MaxCornerAngle    = 1.e-12;
    3534        this->options->maxnbv            = 1e6;
    3635        this->options->maxsubdiv         = 10;
     
    4039        this->options->omega             = 1.8;
    4140        this->options->power             = 1;
    42         this->options->random            = 0;
    4341        this->options->verbose           = 0;
    4442        this->options->Crack             = 0;
    45         this->options->geometricalmetric = 0;
    4643        this->options->KeepVertices      = 1; /*!!!!! VERY IMPORTANT !!!!!*/
    4744        this->options->splitcorners      = 1;
Note: See TracChangeset for help on using the changeset viewer.