40 Node(
const std::array<real_t, dim> &
coords,
uint_t id,
const std::any &data);
Definition edge_face_selector.h:12
A class that describes a point with spacedim spatial dimension space.
Definition geom_point.h:22
Wraps the notion of a node. A node is simply a point in dim-space that can hold dofs.
Definition node.h:24
Node()
Constructor.
Definition node.cpp:11
OutT resolve(const std::string &name, const std::map< std::string, std::any > &input)
Definition std_map_utils.h:25
Definition bitrl_consts.h:14
double real_t
real_t
Definition bitrl_types.h:23
std::size_t uint_t
uint_t
Definition bitrl_types.h:43