#include <dune/pdelab/ordering/utility.hh>
|
template<typename DOFIndex , typename SizeType , typename IndexType > |
static std::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 std::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 std::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 std::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) |
|
◆ entityIndex()
template<typename DOFIndex >
static std::size_t Dune::PDELab::DefaultDOFIndexAccessor::entityIndex |
( |
const DOFIndex & |
dof_index | ) |
|
|
inlinestatic |
◆ geometryType()
template<typename DOFIndex >
static std::size_t Dune::PDELab::DefaultDOFIndexAccessor::geometryType |
( |
const DOFIndex & |
dof_index | ) |
|
|
inlinestatic |
◆ store() [1/4]
template<typename DOFIndex , typename SizeType , typename IndexType >
static std::enable_if< std::is_integral<IndexType>::value >::type Dune::PDELab::DefaultDOFIndexAccessor::store |
( |
DOFIndex & |
dof_index, |
|
|
const GeometryType & |
gt, |
|
|
SizeType |
entity_index, |
|
|
IndexType |
tree_index |
|
) |
| |
|
inlinestatic |
◆ store() [2/4]
template<typename DOFIndex , typename SizeType , typename IndexType >
static std::enable_if< !std::is_integral<IndexType>::value >::type Dune::PDELab::DefaultDOFIndexAccessor::store |
( |
DOFIndex & |
dof_index, |
|
|
const GeometryType & |
gt, |
|
|
SizeType |
entity_index, |
|
|
IndexType |
tree_index |
|
) |
| |
|
inlinestatic |
◆ store() [3/4]
template<typename DOFIndex , typename SizeType , typename IndexType >
static std::enable_if< std::is_integral<IndexType>::value >::type Dune::PDELab::DefaultDOFIndexAccessor::store |
( |
DOFIndex & |
dof_index, |
|
|
SizeType |
gt_index, |
|
|
SizeType |
entity_index, |
|
|
IndexType |
tree_index |
|
) |
| |
|
inlinestatic |
◆ store() [4/4]
template<typename DOFIndex , typename SizeType , typename IndexType >
static std::enable_if< !std::is_integral<IndexType>::value >::type Dune::PDELab::DefaultDOFIndexAccessor::store |
( |
DOFIndex & |
dof_index, |
|
|
SizeType |
gt_index, |
|
|
SizeType |
entity_index, |
|
|
IndexType |
tree_index |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: