|
class | Kaskade::InverseLocalMatrixStorageBase |
| A base class providing common functionality for storage of inverse local matrices. More...
|
|
class | Kaskade::DenseInverseStorageTag< Scalar > |
| A parametrized tag type for selecting dense storage of inverses with floating point representation of type Scalar. More...
|
|
class | Kaskade::DenseInverseLocalMatrixStorage< m, Scalar > |
| An inverse local matrix representation that simply stores the dense inverse. More...
|
|
class | Kaskade::NestedDissection< StorageScalar > |
| a nested dissection factorization for symmetric positive definite sparse matrices More...
|
|
class | Kaskade::NestedDissectionStorageTag< StorageScalar, FactorizationScalar > |
| A parametrized tag type for selecting storage of inverses by nested dissection with floating point representation of type Scalar. More...
|
|
class | Kaskade::NestedDissectionCholeskyLocalMatrixStorage< m, StorageScalar, FactorizationScalar > |
| An inverse local matrix representation that stores a sparse Cholesky factor using nested dissection. More...
|
|
class | Kaskade::DenseCholeskyStorageTag< Scalar > |
| A parametrized tag type for selecting storage of inverses by dense Cholesky factors with floating point representation of type Scalar. More...
|
|
class | Kaskade::DenseCholeskyLocalMatrixStorage< m, Scalar > |
| An inverse local matrix representation that simply stores a dense Cholesky factor. More...
|
|
struct | Kaskade::PatchDomainDecompositionPreconditionerTraits< StorageTag, components > |
| Provides the actual type of local matrix storage based on a tag and the number of components. More...
|
|
struct | Kaskade::PatchDomainDecompositionPreconditionerTraits< DenseInverseStorageTag< Scalar >, components > |
|
struct | Kaskade::PatchDomainDecompositionPreconditionerTraits< DenseCholeskyStorageTag< Scalar >, components > |
|
struct | Kaskade::PatchDomainDecompositionPreconditionerTraits< NestedDissectionStorageTag< StorageScalar, FactorizationScalar >, components > |
|
class | Kaskade::PatchDomainDecompositionPreconditioner< Space, m, StorageTag, SparseMatrixIndex > |
| An additive overlapping domain decomposition type preconditioner for higher order finite elements applied to elliptic equations. More...
|
|