BEM++  2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Public Attributes | List of all members
Bempp::LocalDofLists< BasisFunctionType > Struct Template Reference

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< DofIndexoriginalIndices
 
std::vector< int > elementIndices
 
std::vector< std::vector
< LocalDofIndex > > 
localDofIndices
 
std::vector< std::vector
< BasisFunctionType > > 
localDofWeights
 
std::vector< std::vector< int > > arrayIndices
 

Detailed Description

template<typename BasisFunctionType>
struct Bempp::LocalDofLists< BasisFunctionType >

Data used by WeakFormAcaAssemblyHelper to convert between H-matrix indices, global and local degrees of freedom.

Member Typedef Documentation

template<typename BasisFunctionType>
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).


The documentation for this struct was generated from the following file: