#include <SpectralHex.hpp>
Static Public Member Functions | |
static ErrorCode | evalFcn (const double *params, const double *field, const int ndim, const int num_tuples, double *work, double *result) |
Forward-evaluation of field at parametric coordinates. More... | |
static ErrorCode | reverseEvalFcn (EvalFcn eval, JacobianFcn jacob, InsideFcn ins, const double *posn, const double *verts, const int nverts, const int ndim, const double iter_tol, const double inside_tol, double *work, double *params, int *is_inside) |
Reverse-evaluation of parametric coordinates at physical space position. More... | |
static ErrorCode | jacobianFcn (const double *params, const double *verts, const int nverts, const int ndim, double *work, double *result) |
Evaluate the jacobian at a specified parametric position. More... | |
static ErrorCode | integrateFcn (const double *field, const double *verts, const int nverts, const int ndim, const int num_tuples, double *work, double *result) |
Forward-evaluation of field at parametric coordinates. More... | |
static ErrorCode | initFcn (const double *verts, const int nverts, double *&work) |
Initialize this EvalSet. More... | |
static int | insideFcn (const double *params, const int ndim, const double tol) |
Function that returns whether or not the parameters are inside the natural space of the element. More... | |
static EvalSet | eval_set () |
static bool | compatible (EntityType tp, int numv, EvalSet &eset) |
Static Protected Attributes | |
static int | _n |
static double * | _z [3] |
static lagrange_data | _ld [3] |
static opt_data_3 | _data |
static double * | _odwork |
static bool | init_ |
Definition at line 12 of file SpectralHex.hpp.
|
inlinestatic |
|
inlinestatic |
Definition at line 61 of file SpectralHex.hpp.
References evalFcn(), initFcn(), integrateFcn(), jacobianFcn(), and reverseEvalFcn().
Referenced by compatible().
|
static |
Forward-evaluation of field at parametric coordinates.
Referenced by eval_set().
|
static |
Initialize this EvalSet.
Definition at line 18 of file SpectralHex.cpp.
References _data, _ld, _n, _odwork, _z, lagrange_setup(), lobatto_nodes(), opt_alloc_3(), and tmalloc.
Referenced by eval_set().
|
static |
Function that returns whether or not the parameters are inside the natural space of the element.
Definition at line 183 of file SpectralHex.cpp.
|
static |
Forward-evaluation of field at parametric coordinates.
Referenced by eval_set().
|
static |
Evaluate the jacobian at a specified parametric position.
Referenced by eval_set().
|
static |
Reverse-evaluation of parametric coordinates at physical space position.
Referenced by eval_set().
|
staticprotected |
Definition at line 81 of file SpectralHex.hpp.
Referenced by moab::Element::SpectralHex::freedata(), initFcn(), and moab::Element::SpectralHex::jacobian().
|
staticprotected |
Definition at line 80 of file SpectralHex.hpp.
Referenced by moab::Element::SpectralHex::evaluate(), moab::Element::SpectralHex::freedata(), and initFcn().
|
staticprotected |
Definition at line 78 of file SpectralHex.hpp.
Referenced by initFcn().
|
staticprotected |
Definition at line 82 of file SpectralHex.hpp.
Referenced by moab::Element::SpectralHex::evaluate(), moab::Element::SpectralHex::freedata(), and initFcn().
|
staticprotected |
Definition at line 79 of file SpectralHex.hpp.
Referenced by moab::Element::SpectralHex::freedata(), and initFcn().
|
staticprotected |
Definition at line 83 of file SpectralHex.hpp.