|
| static GEOS_HOST_DEVICE localIndex | geos::finiteElement::ConformingVirtualElementOrder1_impl< MAXCELLNODES, MAXFACENODES >::getNumSupportPoints () |
| | This function returns an error, since to get the number of support points with VEM you have to use the StackVariables version of this function. More...
|
| |
| GEOS_HOST_DEVICE static GEOS_FORCE_INLINE void | geos::finiteElement::ConformingVirtualElementOrder1_impl< MAXCELLNODES, MAXFACENODES >::getSamplingPointCoordInParentSpace (int const &linearIndex, real64(&samplingPointCoord)[3]) |
| | Get the Sampling Point Coord In the Parent Space. More...
|
| |
| static GEOS_HOST_DEVICE void | geos::finiteElement::ConformingVirtualElementOrder1_impl< MAXCELLNODES, MAXFACENODES >::calcN (localIndex const q, real64(&N)[maxSupportPoints]) |
| | This function returns an error, since to get projection of basis functions with VEM you have to use the StackVariables version of this function. More...
|
| |
| static GEOS_HOST_DEVICE void | geos::finiteElement::ConformingVirtualElementOrder1_impl< MAXCELLNODES, MAXFACENODES >::calcN (real64 const (&coords)[3], real64(&N)[maxSupportPoints]) |
| | This function returns an error, since to get projection of gradients with VEM you have to use the StackVariables version of this function. More...
|
| |
| static GEOS_HOST_DEVICE real64 | geos::finiteElement::ConformingVirtualElementOrder1_impl< MAXCELLNODES, MAXFACENODES >::invJacobianTransformation (int const q, real64 const (&X)[numNodes][3], real64(&J)[3][3]) |
| | This function returns an error, since there is no reference element defined in the VEM context. It is kept for consistency with other finite element classes. More...
|
| |
| GEOS_HOST_DEVICE static GEOS_FORCE_INLINE real64 | geos::finiteElement::ConformingVirtualElementOrder1_impl< MAXCELLNODES, MAXFACENODES >::calcJacobian (localIndex const q, real64 const (&X)[numNodes][3], real64(&J)[3][3]) |
| | Calculate the Jacobian matrix at a quadrature point. More...
|
| |
| static GEOS_HOST_DEVICE real64 | geos::finiteElement::ConformingVirtualElementOrder1_impl< MAXCELLNODES, MAXFACENODES >::calcGradN (localIndex const q, real64 const (&X)[maxSupportPoints][3], real64(&gradN)[maxSupportPoints][3]) |
| | This function returns an error, since to get projection of gradients with VEM you have to use the StackVariables version of this function. More...
|
| |
| GEOS_HOST_DEVICE real64 | geos::finiteElement::ConformingVirtualElementOrder1_impl< MAXCELLNODES, MAXFACENODES >::transformedQuadratureWeight (localIndex const q, real64 const (&X)[maxSupportPoints][3]) const |
| | This function returns an error, since to get the quadrature weight with VEM you have to use the StackVariables version of this function. More...
|
| |
Functions that are implemented for consistency with other FEM classes but will issue an error if called.