#include <LinearQuad.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 [4][2] = { { -1, -1 }, { 1, -1 }, { 1, 1 }, { -1, 1 } } |
static const double | gauss [1][2] = { { 2.0, 0.0 } } |
static const unsigned int | corner_count = 4 |
static const unsigned int | gauss_count = 1 |
Definition at line 12 of file LinearQuad.hpp.
|
inlinestatic |
Definition at line 70 of file LinearQuad.hpp.
References eval_set(), and MBQUAD.
Referenced by moab::EvalSet::get_eval_set().
|
inlinestatic |
Definition at line 65 of file LinearQuad.hpp.
References evalFcn(), insideFcn(), integrateFcn(), jacobianFcn(), normalFcn(), and reverseEvalFcn().
Referenced by compatible().
|
static |
Forward-evaluation of field at parametric coordinates.
Definition at line 43 of file LinearQuad.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 115 of file LinearQuad.cpp.
References moab::EvalSet::inside_function().
Referenced by eval_set().
|
static |
Forward-evaluation of field at parametric coordinates.
Definition at line 64 of file LinearQuad.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 18 of file LinearQuad.cpp.
References corner, and MB_SUCCESS.
Referenced by eval_set(), and integrateFcn().
|
static |
Evaluate the normal at a specified facet.
Definition at line 120 of file LinearQuad.cpp.
References moab::CN::ConnMap::conn, MB_SET_ERR, MB_SUCCESS, MBQUAD, and moab::CN::mConnectivityMap.
Referenced by eval_set().
|
static |
Reverse-evaluation of parametric coordinates at physical space position.
Definition at line 98 of file LinearQuad.cpp.
References moab::EvalSet::evaluate_reverse().
Referenced by eval_set().
|
staticprotected |
Definition at line 83 of file LinearQuad.hpp.
Referenced by evalFcn(), and jacobianFcn().
|
staticprotected |
Definition at line 85 of file LinearQuad.hpp.
|
staticprotected |
Definition at line 84 of file LinearQuad.hpp.
Referenced by integrateFcn().
|
staticprotected |
Definition at line 86 of file LinearQuad.hpp.
Referenced by integrateFcn().