18#include "libmesh/fe_xyz_map.h"
19#include "libmesh/elem.h"
20#include "libmesh/libmesh_logging.h"
36 libmesh_error_msg(
"Invalid dim = " <<
dim);
This is the base class from which all geometric element types are derived.
virtual void compute_face_map(int dim, const std::vector< Real > &qw, const Elem *side)
Same as compute_map, but for a side.
virtual void compute_face_map(int dim, const std::vector< Real > &qw, const Elem *side) override
Special implementation for XYZ finite elements.
The libMesh namespace provides an interface to certain functionality in the library.