Template Class Node

Inheritance Relationships

Base Type

Class Documentation

template<int dim>
class Node : public bitrl::utils::geom::FaceElement<dim, 0>

Wraps the notion of a node. A node is simply a point in dim-space that can hold dofs.

Public Functions

Node()

Constructor.

Node(real_t coord, uint_t id, const std::any &data)

Constructor.

Node(const std::array<real_t, dim> &coords, uint_t id, const std::any &data)

Constructor.

Node(const GeomPoint<dim> &point, uint_t global_id, uint_t pid, const std::any &data)

Constructor.

Node(const GeomPoint<dim> &point, uint_t global_id, uint_t pid)

Constructor.