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

The SPR error estimator interface. More...

Go to the source code of this file.

Namespaces

 spr
 All SPR error estimator functions.
 

Functions

apf::Field * spr::getGradIPField (apf::Field *f, const char *name, int order)
 compute the gradient of a vector or scalar field at integration points More...
 
apf::Field * spr::recoverField (apf::Field *ip_field)
 recover a nodal field using patch recovery More...
 
apf::Field * spr::getSPRSizeField (apf::Field *f, double adapt_ratio)
 run the SPR ZZ error estimator More...
 
apf::Field * spr::getTargetSPRSizeField (apf::Field *f, size_t t, double alpha=0.25, double beta=2.0)
 run the SPR ZZ error estimator with a target # of output elems More...
 

Detailed Description

The SPR error estimator interface.

Definition in file spr.h.