Ignore:
Timestamp:
02/10/17 15:37:23 (8 years ago)
Author:
tsantos
Message:

CHG: changes in AMR methods. Inserting refinement process in transiente_core. (NOTE: AMR not working yet)

File:
1 edited

Legend:

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

    r21528 r21562  
    5757        /*General methods*/
    5858        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
    6061   void SetElementWidth(int &width);                                       // Define elements width
    6162        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.