BEM++
2.0
|
Data used by WeakFormAcaAssemblyHelper to convert between H-matrix indices, global and local degrees of freedom. More...
#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/assembly/local_dof_lists_cache.hpp>
Public Types | |
typedef int | DofIndex |
Type used to index matrices. More... | |
Public Attributes | |
std::vector< DofIndex > | originalIndices |
std::vector< int > | elementIndices |
std::vector< std::vector < LocalDofIndex > > | localDofIndices |
std::vector< std::vector < BasisFunctionType > > | localDofWeights |
std::vector< std::vector< int > > | arrayIndices |
Data used by WeakFormAcaAssemblyHelper to convert between H-matrix indices, global and local degrees of freedom.
typedef int Bempp::LocalDofLists< BasisFunctionType >::DofIndex |
Type used to index matrices.
Equivalent to either GlobalDofIndex (if m_indexWithGlobalDofs is true) or FlatLocalDofIndex (if m_indexWithGlobalDofs is false).