An implementation of FEMap for "XYZ" elements. More...
#include <fe_xyz_map.h>
Public Member Functions | |
FEXYZMap () | |
virtual | ~FEXYZMap () |
virtual void | compute_face_map (int dim, const std::vector< Real > &qw, const Elem *side) override |
template<unsigned int Dim> | |
void | init_reference_to_physical_map (const std::vector< Point > &qp, const Elem *elem) |
void | compute_single_point_map (const unsigned int dim, const std::vector< Real > &qw, const Elem *elem, unsigned int p, const std::vector< const Node *> &elem_nodes, bool compute_second_derivatives) |
virtual void | compute_affine_map (const unsigned int dim, const std::vector< Real > &qw, const Elem *elem) |
virtual void | compute_null_map (const unsigned int dim, const std::vector< Real > &qw) |
virtual void | compute_map (const unsigned int dim, const std::vector< Real > &qw, const Elem *elem, bool calculate_d2phi) |
void | compute_edge_map (int dim, const std::vector< Real > &qw, const Elem *side) |
template<unsigned int Dim> | |
void | init_face_shape_functions (const std::vector< Point > &qp, const Elem *side) |
template<unsigned int Dim> | |
void | init_edge_shape_functions (const std::vector< Point > &qp, const Elem *edge) |
const std::vector< Point > & | get_xyz () const |
const std::vector< Real > & | get_jacobian () const |
const std::vector< Real > & | get_JxW () const |
std::vector< Real > & | get_JxW () |
const std::vector< RealGradient > & | get_dxyzdxi () const |
const std::vector< RealGradient > & | get_dxyzdeta () const |
const std::vector< RealGradient > & | get_dxyzdzeta () const |
const std::vector< RealGradient > & | get_d2xyzdxi2 () const |
const std::vector< RealGradient > & | get_d2xyzdeta2 () const |
const std::vector< RealGradient > & | get_d2xyzdzeta2 () const |
const std::vector< RealGradient > & | get_d2xyzdxideta () const |
const std::vector< RealGradient > & | get_d2xyzdxidzeta () const |
const std::vector< RealGradient > & | get_d2xyzdetadzeta () const |
const std::vector< Real > & | get_dxidx () const |
const std::vector< Real > & | get_dxidy () const |
const std::vector< Real > & | get_dxidz () const |
const std::vector< Real > & | get_detadx () const |
const std::vector< Real > & | get_detady () const |
const std::vector< Real > & | get_detadz () const |
const std::vector< Real > & | get_dzetadx () const |
const std::vector< Real > & | get_dzetady () const |
const std::vector< Real > & | get_dzetadz () const |
const std::vector< std::vector< Real > > & | get_d2xidxyz2 () const |
const std::vector< std::vector< Real > > & | get_d2etadxyz2 () const |
const std::vector< std::vector< Real > > & | get_d2zetadxyz2 () const |
const std::vector< std::vector< Real > > & | get_psi () const |
std::vector< std::vector< Real > > & | get_psi () |
const std::vector< std::vector< Real > > & | get_phi_map () const |
std::vector< std::vector< Real > > & | get_phi_map () |
const std::vector< std::vector< Real > > & | get_dphidxi_map () const |
std::vector< std::vector< Real > > & | get_dphidxi_map () |
const std::vector< std::vector< Real > > & | get_dphideta_map () const |
std::vector< std::vector< Real > > & | get_dphideta_map () |
const std::vector< std::vector< Real > > & | get_dphidzeta_map () const |
std::vector< std::vector< Real > > & | get_dphidzeta_map () |
const std::vector< std::vector< Point > > & | get_tangents () const |
const std::vector< Point > & | get_normals () const |
const std::vector< Real > & | get_curvatures () const |
void | print_JxW (std::ostream &os) const |
void | print_xyz (std::ostream &os) const |
std::vector< std::vector< Real > > & | get_dpsidxi () |
std::vector< std::vector< Real > > & | get_dpsideta () |
std::vector< std::vector< Real > > & | get_d2psidxi2 () |
std::vector< std::vector< Real > > & | get_d2psidxideta () |
std::vector< std::vector< Real > > & | get_d2psideta2 () |
std::vector< std::vector< Real > > & | get_d2phidxi2_map () |
std::vector< std::vector< Real > > & | get_d2phidxideta_map () |
std::vector< std::vector< Real > > & | get_d2phidxidzeta_map () |
std::vector< std::vector< Real > > & | get_d2phideta2_map () |
std::vector< std::vector< Real > > & | get_d2phidetadzeta_map () |
std::vector< std::vector< Real > > & | get_d2phidzeta2_map () |
Static Public Member Functions | |
static std::unique_ptr< FEMap > | build (FEType fe_type) |
Protected Member Functions | |
void | determine_calculations () |
void | resize_quadrature_map_vectors (const unsigned int dim, unsigned int n_qp) |
Real | dxdxi_map (const unsigned int p) const |
Real | dydxi_map (const unsigned int p) const |
Real | dzdxi_map (const unsigned int p) const |
Real | dxdeta_map (const unsigned int p) const |
Real | dydeta_map (const unsigned int p) const |
Real | dzdeta_map (const unsigned int p) const |
Real | dxdzeta_map (const unsigned int p) const |
Real | dydzeta_map (const unsigned int p) const |
Real | dzdzeta_map (const unsigned int p) const |
Protected Attributes | |
std::vector< Point > | xyz |
std::vector< RealGradient > | dxyzdxi_map |
std::vector< RealGradient > | dxyzdeta_map |
std::vector< RealGradient > | dxyzdzeta_map |
std::vector< RealGradient > | d2xyzdxi2_map |
std::vector< RealGradient > | d2xyzdxideta_map |
std::vector< RealGradient > | d2xyzdeta2_map |
std::vector< RealGradient > | d2xyzdxidzeta_map |
std::vector< RealGradient > | d2xyzdetadzeta_map |
std::vector< RealGradient > | d2xyzdzeta2_map |
std::vector< Real > | dxidx_map |
std::vector< Real > | dxidy_map |
std::vector< Real > | dxidz_map |
std::vector< Real > | detadx_map |
std::vector< Real > | detady_map |
std::vector< Real > | detadz_map |
std::vector< Real > | dzetadx_map |
std::vector< Real > | dzetady_map |
std::vector< Real > | dzetadz_map |
std::vector< std::vector< Real > > | d2xidxyz2_map |
std::vector< std::vector< Real > > | d2etadxyz2_map |
std::vector< std::vector< Real > > | d2zetadxyz2_map |
std::vector< std::vector< Real > > | phi_map |
std::vector< std::vector< Real > > | dphidxi_map |
std::vector< std::vector< Real > > | dphideta_map |
std::vector< std::vector< Real > > | dphidzeta_map |
std::vector< std::vector< Real > > | d2phidxi2_map |
std::vector< std::vector< Real > > | d2phidxideta_map |
std::vector< std::vector< Real > > | d2phidxidzeta_map |
std::vector< std::vector< Real > > | d2phideta2_map |
std::vector< std::vector< Real > > | d2phidetadzeta_map |
std::vector< std::vector< Real > > | d2phidzeta2_map |
std::vector< std::vector< Real > > | psi_map |
std::vector< std::vector< Real > > | dpsidxi_map |
std::vector< std::vector< Real > > | dpsideta_map |
std::vector< std::vector< Real > > | d2psidxi2_map |
std::vector< std::vector< Real > > | d2psidxideta_map |
std::vector< std::vector< Real > > | d2psideta2_map |
std::vector< std::vector< Point > > | tangents |
std::vector< Point > | normals |
std::vector< Real > | curvatures |
std::vector< Real > | jac |
std::vector< Real > | JxW |
bool | calculations_started |
bool | calculate_xyz |
bool | calculate_dxyz |
bool | calculate_d2xyz |
An implementation of FEMap for "XYZ" elements.
An implementation of FEMap for "XYZ" elements.
Definition at line 39 of file fe_xyz_map.h.
|
inline |
|
inlinevirtual |
Definition at line 50 of file fe_xyz_map.h.
Definition at line 53 of file fe_map.C.
References libMesh::FEType::family, and libMesh::XYZ.
|
virtualinherited |
Compute the jacobian and some other additional data fields. Takes the integration weights as input, along with a pointer to the element. The element is assumed to have a constant Jacobian
Definition at line 1232 of file fe_map.C.
References libMesh::FEMap::_elem_nodes, libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculate_xyz, libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::d2xyzdeta2_map, libMesh::FEMap::d2xyzdetadzeta_map, libMesh::FEMap::d2xyzdxi2_map, libMesh::FEMap::d2xyzdxideta_map, libMesh::FEMap::d2xyzdxidzeta_map, libMesh::FEMap::d2xyzdzeta2_map, libMesh::FEMap::detadx_map, libMesh::FEMap::detady_map, libMesh::FEMap::detadz_map, libMesh::FEMap::dxidx_map, libMesh::FEMap::dxidy_map, libMesh::FEMap::dxidz_map, libMesh::FEMap::dxyzdeta_map, libMesh::FEMap::dxyzdxi_map, libMesh::FEMap::dxyzdzeta_map, libMesh::FEMap::dzetadx_map, libMesh::FEMap::dzetady_map, libMesh::FEMap::dzetadz_map, libMesh::index_range(), libMesh::FEMap::jac, libMesh::FEMap::JxW, n_nodes, libMesh::Elem::n_nodes(), libMesh::Elem::node_ptr(), libMesh::FEMap::phi_map, libMesh::FEMap::resize_quadrature_map_vectors(), and libMesh::FEMap::xyz.
Referenced by libMesh::FEMap::compute_map().
|
inherited |
Same as before, but for an edge. Useful for some projections.
Definition at line 922 of file fe_boundary.C.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculate_xyz, libMesh::FEMap::compute_face_map(), libMesh::FEMap::curvatures, libMesh::FEMap::d2psidxi2_map, libMesh::FEMap::d2xyzdeta2_map, libMesh::FEMap::d2xyzdxi2_map, libMesh::FEMap::d2xyzdxideta_map, libMesh::FEMap::determine_calculations(), libMesh::FEMap::dpsidxi_map, libMesh::FEMap::dxdxi_map(), libMesh::FEMap::dxyzdeta_map, libMesh::FEMap::dxyzdxi_map, libMesh::FEMap::dydxi_map(), libMesh::FEMap::dzdxi_map(), libMesh::FEMap::JxW, libMesh::FEMap::normals, libMesh::Elem::point(), libMesh::FEMap::psi_map, libMesh::Real, libMesh::FEMap::tangents, and libMesh::FEMap::xyz.
|
overridevirtual |
Special implementation for XYZ finite elements
Reimplemented from libMesh::FEMap.
Definition at line 24 of file fe_xyz_map.C.
References libMesh::TypeVector< T >::cross(), libMesh::FEMap::curvatures, libMesh::FEMap::d2psideta2_map, libMesh::FEMap::d2psidxi2_map, libMesh::FEMap::d2psidxideta_map, libMesh::FEMap::d2xyzdeta2_map, libMesh::FEMap::d2xyzdxi2_map, libMesh::FEMap::d2xyzdxideta_map, libMesh::FEMap::dpsideta_map, libMesh::FEMap::dpsidxi_map, libMesh::FEMap::dxdeta_map(), libMesh::FEMap::dxdxi_map(), libMesh::FEMap::dxyzdeta_map, libMesh::FEMap::dxyzdxi_map, libMesh::FEMap::dydeta_map(), libMesh::FEMap::dydxi_map(), libMesh::FEMap::dzdeta_map(), libMesh::FEMap::dzdxi_map(), libMesh::FEMap::JxW, libMesh::FEMap::normals, libMesh::FEMap::psi_map, libMesh::Real, side, libMesh::FEMap::tangents, libMesh::TypeVector< T >::unit(), and libMesh::FEMap::xyz.
|
virtualinherited |
Compute the jacobian and some other additional data fields. Takes the integration weights as input, along with a pointer to the element. Also takes a boolean parameter indicating whether second derivatives need to be calculated, allowing us to potentially skip unnecessary, expensive computations.
Definition at line 1388 of file fe_map.C.
References libMesh::FEMap::_elem_nodes, libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::MeshTools::Subdivision::find_one_ring(), libMesh::Elem::has_affine_map(), libMesh::Elem::n_nodes(), libMesh::Elem::node_ptr(), libMesh::FEMap::resize_quadrature_map_vectors(), libMesh::TRI3SUBDIVISION, and libMesh::Elem::type().
|
virtualinherited |
Assign a fake jacobian and some other additional data fields. Takes the integration weights as input. For use on non-element evaluations.
Definition at line 1313 of file fe_map.C.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculate_xyz, libMesh::FEMap::d2xyzdeta2_map, libMesh::FEMap::d2xyzdetadzeta_map, libMesh::FEMap::d2xyzdxi2_map, libMesh::FEMap::d2xyzdxideta_map, libMesh::FEMap::d2xyzdxidzeta_map, libMesh::FEMap::d2xyzdzeta2_map, libMesh::FEMap::detadx_map, libMesh::FEMap::detady_map, libMesh::FEMap::detadz_map, libMesh::FEMap::dxidx_map, libMesh::FEMap::dxidy_map, libMesh::FEMap::dxidz_map, libMesh::FEMap::dxyzdeta_map, libMesh::FEMap::dxyzdxi_map, libMesh::FEMap::dxyzdzeta_map, libMesh::FEMap::dzetadx_map, libMesh::FEMap::dzetady_map, libMesh::FEMap::dzetadz_map, libMesh::FEMap::jac, libMesh::FEMap::JxW, libMesh::FEMap::resize_quadrature_map_vectors(), and libMesh::FEMap::xyz.
Referenced by libMesh::FEMap::compute_map().
|
inherited |
Compute the jacobian and some other additional data fields at the single point with index p. Takes the integration weights as input, along with a pointer to the element and a list of points that contribute to the element. Also takes a boolean flag telling whether second derivatives should actually be computed.
Definition at line 412 of file fe_map.C.
References A, libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculate_xyz, libMesh::FEMap::calculations_started, libMesh::FEMap::compute_inverse_map_second_derivs(), libMesh::FEMap::d2etadxyz2_map, libMesh::FEMap::d2phideta2_map, libMesh::FEMap::d2phidetadzeta_map, libMesh::FEMap::d2phidxi2_map, libMesh::FEMap::d2phidxideta_map, libMesh::FEMap::d2phidxidzeta_map, libMesh::FEMap::d2phidzeta2_map, libMesh::FEMap::d2xidxyz2_map, libMesh::FEMap::d2xyzdeta2_map, libMesh::FEMap::d2xyzdetadzeta_map, libMesh::FEMap::d2xyzdxi2_map, libMesh::FEMap::d2xyzdxideta_map, libMesh::FEMap::d2xyzdxidzeta_map, libMesh::FEMap::d2xyzdzeta2_map, libMesh::FEMap::d2zetadxyz2_map, libMesh::FEMap::detadx_map, libMesh::FEMap::detady_map, libMesh::FEMap::detadz_map, libMesh::FEMap::dphideta_map, libMesh::FEMap::dphidxi_map, libMesh::FEMap::dphidzeta_map, libMesh::FEMap::dxdeta_map(), libMesh::FEMap::dxdxi_map(), libMesh::FEMap::dxdzeta_map(), libMesh::FEMap::dxidx_map, libMesh::FEMap::dxidy_map, libMesh::FEMap::dxidz_map, libMesh::FEMap::dxyzdeta_map, libMesh::FEMap::dxyzdxi_map, libMesh::FEMap::dxyzdzeta_map, libMesh::FEMap::dydeta_map(), libMesh::FEMap::dydxi_map(), libMesh::FEMap::dydzeta_map(), libMesh::FEMap::dzdeta_map(), libMesh::FEMap::dzdxi_map(), libMesh::FEMap::dzdzeta_map(), libMesh::FEMap::dzetadx_map, libMesh::FEMap::dzetady_map, libMesh::FEMap::dzetadz_map, libMesh::err, libMesh::DofObject::id(), libMesh::index_range(), libMesh::FEMap::jac, libMesh::FEMap::JxW, libMesh::FEMap::phi_map, libMesh::Elem::print_info(), libMesh::Real, libMesh::DenseMatrix< T >::vector_mult(), and libMesh::FEMap::xyz.
Referenced by libMesh::FEMap::compute_affine_map(), and libMesh::FEMap::compute_map().
|
inlineprotectedinherited |
Determine which values are to be calculated
Definition at line 527 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculate_dxyz, and libMesh::FEMap::calculations_started.
Referenced by libMesh::FEMap::compute_edge_map(), libMesh::FEMap::compute_face_map(), libMesh::FEMap::init_edge_shape_functions(), libMesh::FEMap::init_face_shape_functions(), libMesh::FEMap::init_reference_to_physical_map(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
inlineprotectedinherited |
Used in FEMap::compute_map()
, which should be be usable in derived classes, and therefore protected.
Definition at line 573 of file fe_map.h.
References libMesh::FEMap::dxyzdeta_map.
Referenced by compute_face_map(), libMesh::FEMap::compute_face_map(), and libMesh::FEMap::compute_single_point_map().
|
inlineprotectedinherited |
Used in FEMap::compute_map()
, which should be be usable in derived classes, and therefore protected.
Definition at line 549 of file fe_map.h.
References libMesh::FEMap::dxyzdxi_map.
Referenced by libMesh::FEMap::compute_edge_map(), compute_face_map(), libMesh::FEMap::compute_face_map(), and libMesh::FEMap::compute_single_point_map().
|
inlineprotectedinherited |
Used in FEMap::compute_map()
, which should be be usable in derived classes, and therefore protected.
Definition at line 597 of file fe_map.h.
References libMesh::FEMap::dxyzdzeta_map.
Referenced by libMesh::FEMap::compute_single_point_map().
|
inlineprotectedinherited |
Used in FEMap::compute_map()
, which should be be usable in derived classes, and therefore protected.
Definition at line 581 of file fe_map.h.
References libMesh::FEMap::dxyzdeta_map.
Referenced by compute_face_map(), libMesh::FEMap::compute_face_map(), and libMesh::FEMap::compute_single_point_map().
|
inlineprotectedinherited |
Used in FEMap::compute_map()
, which should be be usable in derived classes, and therefore protected.
Definition at line 557 of file fe_map.h.
References libMesh::FEMap::dxyzdxi_map.
Referenced by libMesh::FEMap::compute_edge_map(), compute_face_map(), libMesh::FEMap::compute_face_map(), and libMesh::FEMap::compute_single_point_map().
|
inlineprotectedinherited |
Used in FEMap::compute_map()
, which should be be usable in derived classes, and therefore protected.
Definition at line 605 of file fe_map.h.
References libMesh::FEMap::dxyzdzeta_map.
Referenced by libMesh::FEMap::compute_single_point_map().
|
inlineprotectedinherited |
Used in FEMap::compute_map()
, which should be be usable in derived classes, and therefore protected.
Definition at line 589 of file fe_map.h.
References libMesh::FEMap::dxyzdeta_map.
Referenced by compute_face_map(), libMesh::FEMap::compute_face_map(), and libMesh::FEMap::compute_single_point_map().
|
inlineprotectedinherited |
Used in FEMap::compute_map()
, which should be be usable in derived classes, and therefore protected.
Definition at line 565 of file fe_map.h.
References libMesh::FEMap::dxyzdxi_map.
Referenced by libMesh::FEMap::compute_edge_map(), compute_face_map(), libMesh::FEMap::compute_face_map(), and libMesh::FEMap::compute_single_point_map().
|
inlineprotectedinherited |
Used in FEMap::compute_map()
, which should be be usable in derived classes, and therefore protected.
Definition at line 613 of file fe_map.h.
References libMesh::FEMap::dxyzdzeta_map.
Referenced by libMesh::FEMap::compute_single_point_map().
|
inlineinherited |
Definition at line 380 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::curvatures.
|
inlineinherited |
Second derivatives of "eta" reference coordinate wrt physical coordinates.
Definition at line 317 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::d2etadxyz2_map.
Referenced by libMesh::H1FETransformation< OutputShape >::map_d2phi().
|
inlineinherited |
Definition at line 493 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::d2phideta2_map.
|
inlineinherited |
Definition at line 500 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::d2phidetadzeta_map.
|
inlineinherited |
Definition at line 472 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::d2phidxi2_map.
|
inlineinherited |
Definition at line 479 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::d2phidxideta_map.
|
inlineinherited |
Definition at line 486 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::d2phidxidzeta_map.
|
inlineinherited |
Definition at line 507 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::d2phidzeta2_map.
|
inlineinherited |
Definition at line 436 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::d2psideta2_map.
|
inlineinherited |
Definition at line 422 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::d2psidxi2_map.
|
inlineinherited |
Definition at line 429 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::d2psidxideta_map.
|
inlineinherited |
Second derivatives of "xi" reference coordinate wrt physical coordinates.
Definition at line 310 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::d2xidxyz2_map.
Referenced by libMesh::HCurlFETransformation< OutputShape >::init_map_d2phi(), libMesh::H1FETransformation< OutputShape >::init_map_d2phi(), and libMesh::H1FETransformation< OutputShape >::map_d2phi().
|
inlineinherited |
Definition at line 194 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::d2xyzdeta2_map.
|
inlineinherited |
Definition at line 228 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::d2xyzdetadzeta_map.
|
inlineinherited |
Definition at line 187 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::d2xyzdxi2_map.
|
inlineinherited |
Definition at line 212 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::d2xyzdxideta_map.
|
inlineinherited |
Definition at line 221 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::d2xyzdxidzeta_map.
|
inlineinherited |
Definition at line 203 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::d2xyzdzeta2_map.
|
inlineinherited |
Second derivatives of "zeta" reference coordinate wrt physical coordinates.
Definition at line 324 of file fe_map.h.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::d2zetadxyz2_map.
Referenced by libMesh::H1FETransformation< OutputShape >::map_d2phi().
|
inlineinherited |
Definition at line 262 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::detadx_map.
Referenced by libMesh::H1FETransformation< OutputShape >::map_curl(), libMesh::H1FETransformation< OutputShape >::map_d2phi(), libMesh::H1FETransformation< OutputShape >::map_div(), libMesh::H1FETransformation< OutputShape >::map_dphi(), and libMesh::HCurlFETransformation< OutputShape >::map_phi().
|
inlineinherited |
Definition at line 270 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::detady_map.
Referenced by libMesh::H1FETransformation< OutputShape >::map_curl(), libMesh::H1FETransformation< OutputShape >::map_d2phi(), libMesh::H1FETransformation< OutputShape >::map_div(), libMesh::H1FETransformation< OutputShape >::map_dphi(), and libMesh::HCurlFETransformation< OutputShape >::map_phi().
|
inlineinherited |
Definition at line 278 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::detadz_map.
Referenced by libMesh::H1FETransformation< OutputShape >::map_curl(), libMesh::H1FETransformation< OutputShape >::map_d2phi(), libMesh::H1FETransformation< OutputShape >::map_div(), libMesh::H1FETransformation< OutputShape >::map_dphi(), and libMesh::HCurlFETransformation< OutputShape >::map_phi().
|
inlineinherited |
Definition at line 352 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::dphideta_map.
|
inlineinherited |
Definition at line 457 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::dphideta_map.
|
inlineinherited |
Definition at line 345 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::dphidxi_map.
|
inlineinherited |
Definition at line 450 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::dphidxi_map.
|
inlineinherited |
Definition at line 359 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::dphidzeta_map.
|
inlineinherited |
Definition at line 464 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::dphidzeta_map.
|
inlineinherited |
Definition at line 415 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::dpsideta_map.
|
inlineinherited |
Definition at line 408 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::dpsidxi_map.
|
inlineinherited |
Definition at line 238 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::dxidx_map.
Referenced by libMesh::HCurlFETransformation< OutputShape >::init_map_d2phi(), libMesh::H1FETransformation< OutputShape >::init_map_d2phi(), libMesh::HCurlFETransformation< OutputShape >::init_map_dphi(), libMesh::H1FETransformation< OutputShape >::init_map_dphi(), libMesh::HCurlFETransformation< OutputShape >::init_map_phi(), libMesh::H1FETransformation< OutputShape >::map_curl(), libMesh::H1FETransformation< OutputShape >::map_d2phi(), libMesh::H1FETransformation< OutputShape >::map_div(), libMesh::H1FETransformation< OutputShape >::map_dphi(), and libMesh::HCurlFETransformation< OutputShape >::map_phi().
|
inlineinherited |
Definition at line 246 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::dxidy_map.
Referenced by libMesh::H1FETransformation< OutputShape >::map_curl(), libMesh::H1FETransformation< OutputShape >::map_d2phi(), libMesh::H1FETransformation< OutputShape >::map_div(), libMesh::H1FETransformation< OutputShape >::map_dphi(), and libMesh::HCurlFETransformation< OutputShape >::map_phi().
|
inlineinherited |
Definition at line 254 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::dxidz_map.
Referenced by libMesh::H1FETransformation< OutputShape >::map_curl(), libMesh::H1FETransformation< OutputShape >::map_d2phi(), libMesh::H1FETransformation< OutputShape >::map_div(), libMesh::H1FETransformation< OutputShape >::map_dphi(), and libMesh::HCurlFETransformation< OutputShape >::map_phi().
|
inlineinherited |
Definition at line 172 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::dxyzdeta_map.
Referenced by libMesh::HCurlFETransformation< OutputShape >::map_curl().
|
inlineinherited |
Definition at line 164 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::dxyzdxi_map.
Referenced by libMesh::HCurlFETransformation< OutputShape >::map_curl().
|
inlineinherited |
Definition at line 180 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::dxyzdzeta_map.
Referenced by libMesh::HCurlFETransformation< OutputShape >::map_curl().
|
inlineinherited |
Definition at line 286 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::dzetadx_map.
Referenced by libMesh::H1FETransformation< OutputShape >::map_curl(), libMesh::H1FETransformation< OutputShape >::map_d2phi(), libMesh::H1FETransformation< OutputShape >::map_div(), libMesh::H1FETransformation< OutputShape >::map_dphi(), and libMesh::HCurlFETransformation< OutputShape >::map_phi().
|
inlineinherited |
Definition at line 294 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::dzetady_map.
Referenced by libMesh::H1FETransformation< OutputShape >::map_curl(), libMesh::H1FETransformation< OutputShape >::map_d2phi(), libMesh::H1FETransformation< OutputShape >::map_div(), libMesh::H1FETransformation< OutputShape >::map_dphi(), and libMesh::HCurlFETransformation< OutputShape >::map_phi().
|
inlineinherited |
Definition at line 302 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::dzetadz_map.
Referenced by libMesh::H1FETransformation< OutputShape >::map_curl(), libMesh::H1FETransformation< OutputShape >::map_d2phi(), libMesh::H1FETransformation< OutputShape >::map_div(), libMesh::H1FETransformation< OutputShape >::map_dphi(), and libMesh::HCurlFETransformation< OutputShape >::map_phi().
|
inlineinherited |
Definition at line 148 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::jac.
Referenced by libMesh::HCurlFETransformation< OutputShape >::map_curl().
|
inlineinherited |
Definition at line 156 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::JxW.
|
inlineinherited |
Definition at line 518 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::JxW.
|
inlineinherited |
Definition at line 373 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::normals.
|
inlineinherited |
Definition at line 338 of file fe_map.h.
References libMesh::FEMap::calculate_xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::phi_map.
|
inlineinherited |
Definition at line 443 of file fe_map.h.
References libMesh::FEMap::calculate_xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::phi_map.
|
inlineinherited |
Definition at line 332 of file fe_map.h.
References libMesh::FEMap::psi_map.
|
inlineinherited |
Definition at line 402 of file fe_map.h.
References libMesh::FEMap::psi_map.
|
inlineinherited |
Definition at line 366 of file fe_map.h.
References libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::tangents.
|
inlineinherited |
xyz
spatial locations of the quadrature points on the element. Definition at line 141 of file fe_map.h.
References libMesh::FEMap::calculate_xyz, libMesh::FEMap::calculations_started, and libMesh::FEMap::xyz.
|
inherited |
Same as before, but for an edge. This is used for some projection operators.
Definition at line 514 of file fe_boundary.C.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculate_xyz, libMesh::FEMap::d2psidxi2_map, libMesh::Elem::default_order(), libMesh::FEMap::determine_calculations(), libMesh::FEMap::dpsidxi_map, libMesh::FE< Dim, T >::n_shape_functions(), libMesh::FEMap::psi_map, libMesh::FE< Dim, T >::shape(), libMesh::FE< Dim, T >::shape_deriv(), libMesh::FE< Dim, T >::shape_second_deriv(), and libMesh::Elem::type().
|
inherited |
Initializes the reference to physical element map for a side. This is used for boundary integration.
Definition at line 409 of file fe_boundary.C.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculate_xyz, libMesh::FEMap::d2psideta2_map, libMesh::FEMap::d2psidxi2_map, libMesh::FEMap::d2psidxideta_map, libMesh::FEMap::determine_calculations(), libMesh::FEMap::dpsideta_map, libMesh::FEMap::dpsidxi_map, libMesh::FE< Dim, T >::n_shape_functions(), libMesh::FEMap::psi_map, libMesh::FE< Dim, T >::shape(), libMesh::FE< Dim, T >::shape_deriv(), libMesh::FE< Dim, T >::shape_second_deriv(), and side.
|
inherited |
Definition at line 68 of file fe_map.C.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculate_xyz, libMesh::FEMap::d2phideta2_map, libMesh::FEMap::d2phidetadzeta_map, libMesh::FEMap::d2phidxi2_map, libMesh::FEMap::d2phidxideta_map, libMesh::FEMap::d2phidxidzeta_map, libMesh::FEMap::d2phidzeta2_map, libMesh::Elem::default_order(), libMesh::FEMap::determine_calculations(), libMesh::FEMap::dphideta_map, libMesh::FEMap::dphidxi_map, libMesh::FEMap::dphidzeta_map, libMesh::Elem::infinite(), libMesh::Elem::is_linear(), libMesh::FE< Dim, T >::n_shape_functions(), libMesh::FEMap::phi_map, libMesh::FE< Dim, T >::shape(), libMesh::FE< Dim, T >::shape_deriv(), libMesh::FE< Dim, T >::shape_second_deriv(), and libMesh::Elem::type().
|
inherited |
Prints the Jacobian times the weight for each quadrature point.
Definition at line 1438 of file fe_map.C.
References libMesh::index_range(), and libMesh::FEMap::JxW.
|
inherited |
Prints the spatial location of each quadrature point (on the physical element).
Definition at line 1446 of file fe_map.C.
References libMesh::index_range(), and libMesh::FEMap::xyz.
|
protectedinherited |
A utility function for use by compute_*_map
Definition at line 1151 of file fe_map.C.
References libMesh::FEMap::calculate_d2xyz, libMesh::FEMap::calculate_dxyz, libMesh::FEMap::calculate_xyz, libMesh::FEMap::d2etadxyz2_map, libMesh::FEMap::d2xidxyz2_map, libMesh::FEMap::d2xyzdeta2_map, libMesh::FEMap::d2xyzdetadzeta_map, libMesh::FEMap::d2xyzdxi2_map, libMesh::FEMap::d2xyzdxideta_map, libMesh::FEMap::d2xyzdxidzeta_map, libMesh::FEMap::d2xyzdzeta2_map, libMesh::FEMap::d2zetadxyz2_map, libMesh::FEMap::detadx_map, libMesh::FEMap::detady_map, libMesh::FEMap::detadz_map, libMesh::FEMap::determine_calculations(), libMesh::FEMap::dxidx_map, libMesh::FEMap::dxidy_map, libMesh::FEMap::dxidz_map, libMesh::FEMap::dxyzdeta_map, libMesh::FEMap::dxyzdxi_map, libMesh::FEMap::dxyzdzeta_map, libMesh::FEMap::dzetadx_map, libMesh::FEMap::dzetady_map, libMesh::FEMap::dzetadz_map, libMesh::index_range(), libMesh::FEMap::jac, libMesh::FEMap::JxW, and libMesh::FEMap::xyz.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_map(), and libMesh::FEMap::compute_null_map().
|
mutableprotectedinherited |
Should we calculate mapping hessians?
Definition at line 892 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_edge_map(), libMesh::FEMap::compute_face_map(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::determine_calculations(), libMesh::FEMap::get_curvatures(), libMesh::FEMap::get_d2etadxyz2(), libMesh::FEMap::get_d2phideta2_map(), libMesh::FEMap::get_d2phidetadzeta_map(), libMesh::FEMap::get_d2phidxi2_map(), libMesh::FEMap::get_d2phidxideta_map(), libMesh::FEMap::get_d2phidxidzeta_map(), libMesh::FEMap::get_d2phidzeta2_map(), libMesh::FEMap::get_d2psideta2(), libMesh::FEMap::get_d2psidxi2(), libMesh::FEMap::get_d2psidxideta(), libMesh::FEMap::get_d2xidxyz2(), libMesh::FEMap::get_d2xyzdeta2(), libMesh::FEMap::get_d2xyzdetadzeta(), libMesh::FEMap::get_d2xyzdxi2(), libMesh::FEMap::get_d2xyzdxideta(), libMesh::FEMap::get_d2xyzdxidzeta(), libMesh::FEMap::get_d2xyzdzeta2(), libMesh::FEMap::get_d2zetadxyz2(), libMesh::FEMap::init_edge_shape_functions(), libMesh::FEMap::init_face_shape_functions(), libMesh::FEMap::init_reference_to_physical_map(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
mutableprotectedinherited |
Should we calculate mapping gradients?
Definition at line 887 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_edge_map(), libMesh::FEMap::compute_face_map(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::determine_calculations(), libMesh::FEMap::get_detadx(), libMesh::FEMap::get_detady(), libMesh::FEMap::get_detadz(), libMesh::FEMap::get_dphideta_map(), libMesh::FEMap::get_dphidxi_map(), libMesh::FEMap::get_dphidzeta_map(), libMesh::FEMap::get_dpsideta(), libMesh::FEMap::get_dpsidxi(), libMesh::FEMap::get_dxidx(), libMesh::FEMap::get_dxidy(), libMesh::FEMap::get_dxidz(), libMesh::FEMap::get_dxyzdeta(), libMesh::FEMap::get_dxyzdxi(), libMesh::FEMap::get_dxyzdzeta(), libMesh::FEMap::get_dzetadx(), libMesh::FEMap::get_dzetady(), libMesh::FEMap::get_dzetadz(), libMesh::FEMap::get_jacobian(), libMesh::FEMap::get_JxW(), libMesh::FEMap::get_normals(), libMesh::FEMap::get_tangents(), libMesh::FEMap::init_edge_shape_functions(), libMesh::FEMap::init_face_shape_functions(), libMesh::FEMap::init_reference_to_physical_map(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
mutableprotectedinherited |
Should we calculate physical point locations?
Definition at line 882 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_edge_map(), libMesh::FEMap::compute_face_map(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), FEXYZMap(), libMesh::FEMap::get_phi_map(), libMesh::FEMap::get_xyz(), libMesh::FEMap::init_edge_shape_functions(), libMesh::FEMap::init_face_shape_functions(), libMesh::FEMap::init_reference_to_physical_map(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
mutableprotectedinherited |
Have calculations with this object already been started? Then all get_* functions should already have been called.
Definition at line 877 of file fe_map.h.
Referenced by libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::determine_calculations(), libMesh::FEMap::get_curvatures(), libMesh::FEMap::get_d2etadxyz2(), libMesh::FEMap::get_d2phideta2_map(), libMesh::FEMap::get_d2phidetadzeta_map(), libMesh::FEMap::get_d2phidxi2_map(), libMesh::FEMap::get_d2phidxideta_map(), libMesh::FEMap::get_d2phidxidzeta_map(), libMesh::FEMap::get_d2phidzeta2_map(), libMesh::FEMap::get_d2psideta2(), libMesh::FEMap::get_d2psidxi2(), libMesh::FEMap::get_d2psidxideta(), libMesh::FEMap::get_d2xidxyz2(), libMesh::FEMap::get_d2xyzdeta2(), libMesh::FEMap::get_d2xyzdetadzeta(), libMesh::FEMap::get_d2xyzdxi2(), libMesh::FEMap::get_d2xyzdxideta(), libMesh::FEMap::get_d2xyzdxidzeta(), libMesh::FEMap::get_d2xyzdzeta2(), libMesh::FEMap::get_d2zetadxyz2(), libMesh::FEMap::get_detadx(), libMesh::FEMap::get_detady(), libMesh::FEMap::get_detadz(), libMesh::FEMap::get_dphideta_map(), libMesh::FEMap::get_dphidxi_map(), libMesh::FEMap::get_dphidzeta_map(), libMesh::FEMap::get_dpsideta(), libMesh::FEMap::get_dpsidxi(), libMesh::FEMap::get_dxidx(), libMesh::FEMap::get_dxidy(), libMesh::FEMap::get_dxidz(), libMesh::FEMap::get_dxyzdeta(), libMesh::FEMap::get_dxyzdxi(), libMesh::FEMap::get_dxyzdzeta(), libMesh::FEMap::get_dzetadx(), libMesh::FEMap::get_dzetady(), libMesh::FEMap::get_dzetadz(), libMesh::FEMap::get_jacobian(), libMesh::FEMap::get_JxW(), libMesh::FEMap::get_normals(), libMesh::FEMap::get_phi_map(), libMesh::FEMap::get_tangents(), and libMesh::FEMap::get_xyz().
|
protectedinherited |
The mean curvature (= one half the sum of the principal curvatures) on the boundary at the quadrature points. The mean curvature is a scalar value.
Definition at line 861 of file fe_map.h.
Referenced by libMesh::FEMap::compute_edge_map(), compute_face_map(), libMesh::FEMap::compute_face_map(), and libMesh::FEMap::get_curvatures().
|
protectedinherited |
Second derivatives of "eta" reference coordinate wrt physical coordinates. At each qp: (eta_{xx}, eta_{xy}, eta_{xz}, eta_{yy}, eta_{yz}, eta_{zz})
Definition at line 745 of file fe_map.h.
Referenced by libMesh::FEMap::compute_inverse_map_second_derivs(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_d2etadxyz2(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Map for the second derivative, d^2(phi)/d(eta)^2.
Definition at line 794 of file fe_map.h.
Referenced by libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_d2phideta2_map(), and libMesh::FEMap::init_reference_to_physical_map().
|
protectedinherited |
Map for the second derivative, d^2(phi)/d(eta)d(zeta).
Definition at line 799 of file fe_map.h.
Referenced by libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_d2phidetadzeta_map(), and libMesh::FEMap::init_reference_to_physical_map().
|
protectedinherited |
Map for the second derivative, d^2(phi)/d(xi)^2.
Definition at line 779 of file fe_map.h.
Referenced by libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_d2phidxi2_map(), and libMesh::FEMap::init_reference_to_physical_map().
|
protectedinherited |
Map for the second derivative, d^2(phi)/d(xi)d(eta).
Definition at line 784 of file fe_map.h.
Referenced by libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_d2phidxideta_map(), and libMesh::FEMap::init_reference_to_physical_map().
|
protectedinherited |
Map for the second derivative, d^2(phi)/d(xi)d(zeta).
Definition at line 789 of file fe_map.h.
Referenced by libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_d2phidxidzeta_map(), and libMesh::FEMap::init_reference_to_physical_map().
|
protectedinherited |
Map for the second derivative, d^2(phi)/d(zeta)^2.
Definition at line 804 of file fe_map.h.
Referenced by libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_d2phidzeta2_map(), and libMesh::FEMap::init_reference_to_physical_map().
|
protectedinherited |
Map for the second derivatives (in eta) of the side shape functions. Useful for computing the curvature at the quadrature points.
Definition at line 844 of file fe_map.h.
Referenced by compute_face_map(), libMesh::FEMap::compute_face_map(), libMesh::FEMap::get_d2psideta2(), and libMesh::FEMap::init_face_shape_functions().
|
protectedinherited |
Map for the second derivatives (in xi) of the side shape functions. Useful for computing the curvature at the quadrature points.
Definition at line 830 of file fe_map.h.
Referenced by libMesh::FEMap::compute_edge_map(), compute_face_map(), libMesh::FEMap::compute_face_map(), libMesh::FEMap::get_d2psidxi2(), libMesh::FEMap::init_edge_shape_functions(), and libMesh::FEMap::init_face_shape_functions().
|
protectedinherited |
Map for the second (cross) derivatives in xi, eta of the side shape functions. Useful for computing the curvature at the quadrature points.
Definition at line 837 of file fe_map.h.
Referenced by compute_face_map(), libMesh::FEMap::compute_face_map(), libMesh::FEMap::get_d2psidxideta(), and libMesh::FEMap::init_face_shape_functions().
|
protectedinherited |
Second derivatives of "xi" reference coordinate wrt physical coordinates. At each qp: (xi_{xx}, xi_{xy}, xi_{xz}, xi_{yy}, xi_{yz}, xi_{zz})
Definition at line 739 of file fe_map.h.
Referenced by libMesh::FEMap::compute_inverse_map_second_derivs(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_d2xidxyz2(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Vector of second partial derivatives in eta: d^2(x)/d(eta)^2
Definition at line 654 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_edge_map(), compute_face_map(), libMesh::FEMap::compute_face_map(), libMesh::FEMap::compute_inverse_map_second_derivs(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_d2xyzdeta2(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Vector of mixed second partial derivatives in eta-zeta: d^2(x)/d(eta)d(zeta) d^2(y)/d(eta)d(zeta) d^2(z)/d(eta)d(zeta)
Definition at line 668 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_inverse_map_second_derivs(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_d2xyzdetadzeta(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Vector of second partial derivatives in xi: d^2(x)/d(xi)^2, d^2(y)/d(xi)^2, d^2(z)/d(xi)^2
Definition at line 642 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_edge_map(), compute_face_map(), libMesh::FEMap::compute_face_map(), libMesh::FEMap::compute_inverse_map_second_derivs(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_d2xyzdxi2(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Vector of mixed second partial derivatives in xi-eta: d^2(x)/d(xi)d(eta) d^2(y)/d(xi)d(eta) d^2(z)/d(xi)d(eta)
Definition at line 648 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_edge_map(), compute_face_map(), libMesh::FEMap::compute_face_map(), libMesh::FEMap::compute_inverse_map_second_derivs(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_d2xyzdxideta(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Vector of second partial derivatives in xi-zeta: d^2(x)/d(xi)d(zeta), d^2(y)/d(xi)d(zeta), d^2(z)/d(xi)d(zeta)
Definition at line 662 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_inverse_map_second_derivs(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_d2xyzdxidzeta(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Vector of second partial derivatives in zeta: d^2(x)/d(zeta)^2
Definition at line 674 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_inverse_map_second_derivs(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_d2xyzdzeta2(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Second derivatives of "zeta" reference coordinate wrt physical coordinates. At each qp: (zeta_{xx}, zeta_{xy}, zeta_{xz}, zeta_{yy}, zeta_{yz}, zeta_{zz})
Definition at line 751 of file fe_map.h.
Referenced by libMesh::FEMap::compute_inverse_map_second_derivs(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_d2zetadxyz2(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Map for partial derivatives: d(eta)/d(x). Needed for the Jacobian.
Definition at line 701 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_inverse_map_second_derivs(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_detadx(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Map for partial derivatives: d(eta)/d(y). Needed for the Jacobian.
Definition at line 707 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_inverse_map_second_derivs(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_detady(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Map for partial derivatives: d(eta)/d(z). Needed for the Jacobian.
Definition at line 713 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_inverse_map_second_derivs(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_detadz(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Map for the derivative, d(phi)/d(eta).
Definition at line 767 of file fe_map.h.
Referenced by libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_dphideta_map(), and libMesh::FEMap::init_reference_to_physical_map().
|
protectedinherited |
Map for the derivative, d(phi)/d(xi).
Definition at line 762 of file fe_map.h.
Referenced by libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_dphidxi_map(), and libMesh::FEMap::init_reference_to_physical_map().
|
protectedinherited |
Map for the derivative, d(phi)/d(zeta).
Definition at line 772 of file fe_map.h.
Referenced by libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_dphidzeta_map(), and libMesh::FEMap::init_reference_to_physical_map().
|
protectedinherited |
Map for the derivative of the side function, d(psi)/d(eta).
Definition at line 823 of file fe_map.h.
Referenced by compute_face_map(), libMesh::FEMap::compute_face_map(), libMesh::FEMap::get_dpsideta(), and libMesh::FEMap::init_face_shape_functions().
|
protectedinherited |
Map for the derivative of the side functions, d(psi)/d(xi).
Definition at line 817 of file fe_map.h.
Referenced by libMesh::FEMap::compute_edge_map(), compute_face_map(), libMesh::FEMap::compute_face_map(), libMesh::FEMap::get_dpsidxi(), libMesh::FEMap::init_edge_shape_functions(), and libMesh::FEMap::init_face_shape_functions().
|
protectedinherited |
Map for partial derivatives: d(xi)/d(x). Needed for the Jacobian.
Definition at line 682 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_inverse_map_second_derivs(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_dxidx(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Map for partial derivatives: d(xi)/d(y). Needed for the Jacobian.
Definition at line 688 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_inverse_map_second_derivs(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_dxidy(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Map for partial derivatives: d(xi)/d(z). Needed for the Jacobian.
Definition at line 694 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_inverse_map_second_derivs(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_dxidz(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Vector of partial derivatives: d(x)/d(eta), d(y)/d(eta), d(z)/d(eta)
Definition at line 630 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_edge_map(), compute_face_map(), libMesh::FEMap::compute_face_map(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::dxdeta_map(), libMesh::FEMap::dydeta_map(), libMesh::FEMap::dzdeta_map(), libMesh::FEMap::get_dxyzdeta(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Vector of partial derivatives: d(x)/d(xi), d(y)/d(xi), d(z)/d(xi)
Definition at line 624 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_edge_map(), compute_face_map(), libMesh::FEMap::compute_face_map(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::dxdxi_map(), libMesh::FEMap::dydxi_map(), libMesh::FEMap::dzdxi_map(), libMesh::FEMap::get_dxyzdxi(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Vector of partial derivatives: d(x)/d(zeta), d(y)/d(zeta), d(z)/d(zeta)
Definition at line 636 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::dxdzeta_map(), libMesh::FEMap::dydzeta_map(), libMesh::FEMap::dzdzeta_map(), libMesh::FEMap::get_dxyzdzeta(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Map for partial derivatives: d(zeta)/d(x). Needed for the Jacobian.
Definition at line 720 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_inverse_map_second_derivs(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_dzetadx(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Map for partial derivatives: d(zeta)/d(y). Needed for the Jacobian.
Definition at line 726 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_inverse_map_second_derivs(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_dzetady(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Map for partial derivatives: d(zeta)/d(z). Needed for the Jacobian.
Definition at line 732 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_inverse_map_second_derivs(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_dzetadz(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Jacobian values at quadrature points
Definition at line 866 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_jacobian(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Jacobian*Weight values at quadrature points
Definition at line 871 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_edge_map(), compute_face_map(), libMesh::FEMap::compute_face_map(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_JxW(), libMesh::FEMap::print_JxW(), and libMesh::FEMap::resize_quadrature_map_vectors().
|
protectedinherited |
Normal vectors on boundary at quadrature points
Definition at line 854 of file fe_map.h.
Referenced by libMesh::FEMap::compute_edge_map(), compute_face_map(), libMesh::FEMap::compute_face_map(), and libMesh::FEMap::get_normals().
|
protectedinherited |
Map for the shape function phi.
Definition at line 757 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_phi_map(), and libMesh::FEMap::init_reference_to_physical_map().
|
protectedinherited |
Map for the side shape functions, psi.
Definition at line 811 of file fe_map.h.
Referenced by libMesh::FEMap::compute_edge_map(), compute_face_map(), libMesh::FEMap::compute_face_map(), libMesh::FEMap::get_psi(), libMesh::FEMap::init_edge_shape_functions(), and libMesh::FEMap::init_face_shape_functions().
|
protectedinherited |
Tangent vectors on boundary at quadrature points.
Definition at line 849 of file fe_map.h.
Referenced by libMesh::FEMap::compute_edge_map(), compute_face_map(), libMesh::FEMap::compute_face_map(), and libMesh::FEMap::get_tangents().
|
protectedinherited |
The spatial locations of the quadrature points
Definition at line 618 of file fe_map.h.
Referenced by libMesh::FEMap::compute_affine_map(), libMesh::FEMap::compute_edge_map(), compute_face_map(), libMesh::FEMap::compute_face_map(), libMesh::FEMap::compute_null_map(), libMesh::FEMap::compute_single_point_map(), libMesh::FEMap::get_xyz(), libMesh::FEMap::print_xyz(), and libMesh::FEMap::resize_quadrature_map_vectors().