|
| | Tri2DSCV () |
| |
| virtual | ~Tri2DSCV () |
| |
| const int * | ipNodeMap (int ordinal=0) |
| |
| void | determinant (const int nelem, const double *coords, double *areav, double *error) |
| |
| void | shape_fcn (double *shpfc) |
| |
| void | shifted_shape_fcn (double *shpfc) |
| |
| void | tri_shape_fcn (const int &npts, const double *par_coord, double *shape_fcn) |
| |
| | MasterElement () |
| |
| virtual | ~MasterElement () |
| |
| virtual void | shape_fcn (SharedMemView< DoubleType ** > &shpfc) |
| |
| virtual void | shifted_shape_fcn (SharedMemView< DoubleType ** > &shpfc) |
| |
| virtual void | grad_op (SharedMemView< DoubleType ** > &coords, SharedMemView< DoubleType *** > &gradop, SharedMemView< DoubleType *** > &deriv) |
| |
| virtual void | shifted_grad_op (SharedMemView< DoubleType ** > &coords, SharedMemView< DoubleType *** > &gradop, SharedMemView< DoubleType *** > &deriv) |
| |
| virtual void | grad_op_fem (SharedMemView< DoubleType ** > &coords, SharedMemView< DoubleType *** > &gradop, SharedMemView< DoubleType *** > &deriv, SharedMemView< DoubleType * > &det_j) |
| |
| virtual void | shifted_grad_op_fem (SharedMemView< DoubleType ** > &coords, SharedMemView< DoubleType *** > &gradop, SharedMemView< DoubleType *** > &deriv, SharedMemView< DoubleType * > &det_j) |
| |
| virtual void | determinant (SharedMemView< DoubleType ** > &coords, SharedMemView< DoubleType ** > &areav) |
| |
| virtual void | gij (SharedMemView< DoubleType ** > coords, SharedMemView< DoubleType *** > gupper, SharedMemView< DoubleType *** > glower, SharedMemView< DoubleType *** > deriv) |
| |
| virtual void | determinant (SharedMemView< DoubleType ** > coords, SharedMemView< DoubleType * > volume) |
| |
| virtual void | grad_op (const int nelem, const double *coords, double *gradop, double *deriv, double *det_j, double *error) |
| |
| virtual void | shifted_grad_op (const int nelem, const double *coords, double *gradop, double *deriv, double *det_j, double *error) |
| |
| virtual void | gij (const double *coords, double *gupperij, double *glowerij, double *deriv) |
| |
| virtual void | nodal_grad_op (const int nelem, double *deriv, double *error) |
| |
| virtual void | face_grad_op (const int nelem, const int face_ordinal, const double *coords, double *gradop, double *det_j, double *error) |
| |
| virtual void | shifted_face_grad_op (const int nelem, const int face_ordinal, const double *coords, double *gradop, double *det_j, double *error) |
| |
| virtual const int * | adjacentNodes () |
| |
| virtual int | opposingNodes (const int ordinal, const int node) |
| |
| virtual int | opposingFace (const int ordinal, const int node) |
| |
| virtual double | isInElement (const double *elemNodalCoord, const double *pointCoord, double *isoParCoord) |
| |
| virtual void | interpolatePoint (const int &nComp, const double *isoParCoord, const double *field, double *result) |
| |
| virtual void | general_shape_fcn (const int numIp, const double *isoParCoord, double *shpfc) |
| |
| virtual void | general_face_grad_op (const int face_ordinal, const double *isoParCoord, const double *coords, double *gradop, double *det_j, double *error) |
| |
| virtual void | general_normal (const double *isoParCoord, const double *coords, double *normal) |
| |
| virtual void | sidePcoords_to_elemPcoords (const int &side_ordinal, const int &npoints, const double *side_pcoords, double *elem_pcoords) |
| |
| virtual const int * | side_node_ordinals (int sideOrdinal) |
| |
| double | isoparametric_mapping (const double b, const double a, const double xi) const |
| |
| bool | within_tolerance (const double &val, const double &tol) |
| |
| double | vector_norm_sq (const double *vect, int len) |
| |