KASKADE 7 development version
|
Provides the actual type of local matrix storage based on a tag and the number of components. More...
#include <domainDecompositionPreconditioner.hh>
Provides the actual type of local matrix storage based on a tag and the number of components.
In order to make a new local matrix storage method available, create a unique tag type and a partial specialization of this class.
Definition at line 450 of file domainDecompositionPreconditioner.hh.
Public Types | |
using | type = void |
The actual type used for storing local matrices. More... | |
using Kaskade::PatchDomainDecompositionPreconditionerTraits< StorageTag, components >::type = void |
The actual type used for storing local matrices.
This has to be redefined in partial specializations.
Definition at line 457 of file domainDecompositionPreconditioner.hh.