SCOREC core
Parallel unstructured mesh tools
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 mutable configuration Input More...
 
void ma::adapt (const Input *in)
 adapt with un-mutable configuration Input More...
 
void ma::adaptVerbose (Input *in, bool verbosef=false)
 adapt verbose for debugging with mutable configuration Input More...
 
void ma::adaptVerbose (const Input *in, bool verbosef=false)
 adapt verbose for debugging with unmutable configuration Input 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.