|
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) |
|