9#include <kernel/space/dof_assignment_base.hpp>
10#include <kernel/adjacency/adjactor.hpp>
62 XABORTM(
"invalid call of DofAssignmentNull::get_index()");
86 int dofs_per_cell_ = 1>
101 return dofs_per_cell_;
107 return dofs_per_cell_;
122 int dofs_per_cell_ = 1>
#define XABORTM(msg)
Abortion macro definition with custom message.
Mapping of mesh entities to FE basis functions associated with them.
Index _cell_index
currently active cell index
Identity Dof-Assignment class template.
int get_num_assigned_dofs() const
int get_max_assigned_dofs() const
Index get_index(int assign_idx) const
Null Dof-Assignment class template.
Index get_index(int) const
int get_max_assigned_dofs() const
int get_num_assigned_dofs() const
std::uint64_t Index
Index data type.