SCOREC core
Parallel unstructured mesh tools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Functions
ma.h File Reference

The MeshAdapt interface. More...

Go to the source code of this file.

Namespaces

 ma
 All MeshAdapt symbols.
 

Functions

void ma::adapt (Mesh *m, IsotropicFunction *f, SolutionTransfer *s=0)
 adapt based on an isotropic function More...
 
void ma::adapt (Mesh *m, AnisotropicFunction *f, SolutionTransfer *s=0)
 adapt based on an anisotropic function
 
void ma::adapt (Input *in)
 adapt with custom configuration More...
 
void ma::adaptVerbose (Input *in, bool verbosef=false)
 adapt verbose for debugging More...
 
void ma::runUniformRefinement (Mesh *m, int n=1, SolutionTransfer *s=0)
 run uniform refinement, plus snapping and shape correction
 
void ma::adaptMatching (Mesh *m, int n=1, SolutionTransfer *s=0)
 run uniform refinement with matched entity support More...
 
void ma::localizeLayerStacks (Mesh *m)
 localize boundary layer stacks More...
 

Detailed Description

The MeshAdapt interface.

Definition in file ma.h.