20#ifndef LIBMESH_FE_XYZ_MAP_H
21#define LIBMESH_FE_XYZ_MAP_H
23#include "libmesh/fe_map.h"
24#include "libmesh/libmesh_logging.h"
56 const std::vector<Real> & qw,
57 const Elem * side)
override;
This is the base class from which all geometric element types are derived.
Class contained in FE that encapsulates mapping (i.e.
bool calculate_xyz
Should we calculate physical point locations?
An implementation of FEMap for "XYZ" elements.
virtual void compute_face_map(int dim, const std::vector< Real > &qw, const Elem *side) override
Special implementation for XYZ finite elements.
virtual ~FEXYZMap()=default
The libMesh namespace provides an interface to certain functionality in the library.