#include <dune/fem/space/mapper/genericadaptivedofmapper.hh>
|
| EntityDofStorage () |
|
void | assign (const EntityDofStorage &other) |
|
| EntityDofStorage (const EntityDofStorage &other) |
|
EntityDofStorage & | operator= (const EntityDofStorage &other) |
|
bool | exists (const int codim, const int polOrd) const |
|
bool | use (const int codim, const int polOrd) |
| returns true if entry has a reference count of 1
|
|
void | insert (const GeometryType type, const int codim, const int polOrd, const int numDofs, const int startDof) |
|
int | determineVectorEntry (const int codim, const int polOrd) const |
|
const GeometryType & | type () const |
|
void | remove (const int codim, const int polOrd) |
|
void | reset () |
|
int | dof (const int codim, const int polOrd, const size_t dofNumber) const |
|
int | entityDof (int dofNumber) const |
|
int | entityDofs () const |
|
template<class VectorType > |
void | detectUnusedDofs (VectorType &isHole, const int actSize) |
|
void | printDofs () const |
|
template<class VectorType > |
bool | removeHoles (VectorType &oldIdx, VectorType &newIdx, VectorType &holesVec, int ¤tHole, const int usedSize, int &holes) |
|
◆ DofVectorType
template<class TraitsImp >
◆ EntityDofStorage() [1/2]
template<class TraitsImp >
◆ EntityDofStorage() [2/2]
template<class TraitsImp >
◆ assign()
template<class TraitsImp >
◆ detectUnusedDofs()
template<class TraitsImp >
template<class VectorType >
◆ determineVectorEntry()
template<class TraitsImp >
◆ dof()
template<class TraitsImp >
◆ entityDof()
template<class TraitsImp >
◆ entityDofs()
template<class TraitsImp >
◆ exists()
template<class TraitsImp >
◆ insert()
template<class TraitsImp >
void Dune::Fem::GenericAdaptiveDofMapper< TraitsImp >::EntityDofStorage::insert |
( |
const GeometryType |
type, |
|
|
const int |
codim, |
|
|
const int |
polOrd, |
|
|
const int |
numDofs, |
|
|
const int |
startDof |
|
) |
| |
|
inline |
◆ operator=()
template<class TraitsImp >
◆ printDofs()
template<class TraitsImp >
◆ remove()
template<class TraitsImp >
◆ removeHoles()
template<class TraitsImp >
template<class VectorType >
bool Dune::Fem::GenericAdaptiveDofMapper< TraitsImp >::EntityDofStorage::removeHoles |
( |
VectorType & |
oldIdx, |
|
|
VectorType & |
newIdx, |
|
|
VectorType & |
holesVec, |
|
|
int & |
currentHole, |
|
|
const int |
usedSize, |
|
|
int & |
holes |
|
) |
| |
|
inline |
◆ reset()
template<class TraitsImp >
◆ type()
template<class TraitsImp >
◆ use()
template<class TraitsImp >
returns true if entry has a reference count of 1
◆ dofs_
template<class TraitsImp >
◆ type_
template<class TraitsImp >
◆ used_
template<class TraitsImp >
The documentation for this struct was generated from the following file: