Ignore:
Timestamp:
11/17/18 11:53:24 (6 years ago)
Author:
tsantos
Message:

CHG: improving AMR (bamg) with error estimators, and optimizing AMR (neopz)

File:
1 edited

Legend:

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

    r23065 r23469  
    3737                void ExecuteRefinementBamg(IssmDouble* field,IssmDouble* hmaxVertices,int** pdatalist,IssmDouble** pxylist,int** pelementslist);
    3838                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               
    4043        private:
    4144                BamgGeom* geometry;
Note: See TracChangeset for help on using the changeset viewer.