#include <LinearHex.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 | normalFcn (const int ientDim, const int facet, const int nverts, const double *verts, double normal[3]) |
Evaluate the normal at a specified facet. 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 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 const double | corner [8][3] |
static const double | gauss [1][2] = { { 2.0, 0.0 } } |
static const unsigned int | corner_count = 8 |
static const unsigned int | gauss_count = 1 |
Definition at line 12 of file LinearHex.hpp.
|
inlinestatic |
Definition at line 70 of file LinearHex.hpp.
References eval_set(), and MBHEX.
Referenced by moab::EvalSet::get_eval_set().
|
inlinestatic |
Definition at line 65 of file LinearHex.hpp.
References evalFcn(), insideFcn(), integrateFcn(), jacobianFcn(), normalFcn(), and reverseEvalFcn().
Referenced by compatible().
|
static |
Forward-evaluation of field at parametric coordinates.
Definition at line 51 of file LinearHex.cpp.
References corner, and MB_SUCCESS.
Referenced by eval_set(), and integrateFcn().
|
static |
Function that returns whether or not the parameters are inside the natural space of the element.
Definition at line 133 of file LinearHex.cpp.
References moab::EvalSet::inside_function().
Referenced by eval_set().
|
static |
Forward-evaluation of field at parametric coordinates.
Definition at line 74 of file LinearHex.cpp.
References moab::CartVect::array(), moab::Matrix3::determinant(), ErrorCode, evalFcn(), gauss, gauss_count, jacobianFcn(), and MB_SUCCESS.
Referenced by eval_set().
|
static |
Evaluate the jacobian at a specified parametric position.
Definition at line 19 of file LinearHex.cpp.
References corner, and MB_SUCCESS.
Referenced by eval_set(), and integrateFcn().
|
static |
Evaluate the normal at a specified facet.
Definition at line 138 of file LinearHex.cpp.
References moab::CN::ConnMap::conn, MB_SET_ERR, MB_SUCCESS, MBHEX, and moab::CN::mConnectivityMap.
Referenced by eval_set().
|
static |
Reverse-evaluation of parametric coordinates at physical space position.
Definition at line 115 of file LinearHex.cpp.
References moab::EvalSet::evaluate_reverse().
Referenced by eval_set().
|
staticprotected |
Definition at line 83 of file LinearHex.hpp.
Referenced by evalFcn(), and jacobianFcn().
|
staticprotected |
Definition at line 85 of file LinearHex.hpp.
|
staticprotected |
Definition at line 84 of file LinearHex.hpp.
Referenced by integrateFcn().
|
staticprotected |
Definition at line 86 of file LinearHex.hpp.
Referenced by integrateFcn().