KASKADE 7 development version
Public Types | List of all members
Kaskade::PatchDomainDecompositionPreconditionerTraits< StorageTag, components > Struct Template Reference

Provides the actual type of local matrix storage based on a tag and the number of components. More...

#include <domainDecompositionPreconditioner.hh>

Detailed Description

template<class StorageTag, int components>
struct Kaskade::PatchDomainDecompositionPreconditionerTraits< StorageTag, components >

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...
 

Member Typedef Documentation

◆ type

template<class StorageTag , int components>
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.


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