dune-pdelab
2.0.0
|
#include <dune/pdelab/ordering/utility.hh>
Classes | |
struct | GeometryIndex |
Static Public Member Functions | |
template<typename DOFIndex , typename SizeType , typename IndexType > | |
static enable_if < std::is_integral< IndexType > ::value >::type | store (DOFIndex &dof_index, const GeometryType >, SizeType entity_index, IndexType tree_index) |
template<typename DOFIndex , typename SizeType , typename IndexType > | |
static enable_if < !std::is_integral< IndexType > ::value >::type | store (DOFIndex &dof_index, const GeometryType >, SizeType entity_index, IndexType tree_index) |
template<typename DOFIndex , typename SizeType , typename IndexType > | |
static enable_if < std::is_integral< IndexType > ::value >::type | store (DOFIndex &dof_index, SizeType gt_index, SizeType entity_index, IndexType tree_index) |
template<typename DOFIndex , typename SizeType , typename IndexType > | |
static enable_if < !std::is_integral< IndexType > ::value >::type | store (DOFIndex &dof_index, SizeType gt_index, SizeType entity_index, IndexType tree_index) |
template<typename DOFIndex > | |
static std::size_t | geometryType (const DOFIndex &dof_index) |
template<typename DOFIndex > | |
static std::size_t | entityIndex (const DOFIndex &dof_index) |
|
inlinestatic |
|
inlinestatic |