9#include <kernel/space/base.hpp> 
   33    template<
typename Space_>
 
Mapping from mesh cells to Dof that have support on them.
DofMappingBase(const SpaceType &space)
constructor
const SpaceType & _space
space reference
SpaceType::ShapeType ShapeType
shape typedef
void finish()
Releases the dof-mapping from the current cell.
int get_num_local_dofs() const
Returns the number of local dofs.
void prepare(Index cell_index)
Prepares the dof-mapping for a given cell.
Index get_current_cell_index() const
Returns the current cell-index.
Index _cell_index
currently active cell index
Index get_num_global_dofs() const
Return the number of global dofs.
Index get_index(int local_dof_idx) const
Returns the mapped dof index.
Space_ SpaceType
space typedef
std::uint64_t Index
Index data type.