|
ug4
|
Abstract. More...
#include <sequential_subspace_correction.h>
Inheritance diagram for ug::ISpaceDecomposition< TDomain, TAlgebra >:Public Types | |
| typedef TAlgebra | algebra_type |
| Algebra type. | |
| typedef GridFunction< TDomain, TAlgebra > | grid_function_type |
| Grid function type. | |
| typedef TAlgebra::matrix_type | matrix_type |
| Matrix type. | |
| typedef TAlgebra::vector_type | vector_type |
| Vector type. | |
Public Member Functions | |
| virtual void | init (const vector_type &x)=0 |
| Initialize decomposition. | |
| virtual | ~ISpaceDecomposition () |
Static Public Attributes | |
| static const int | dim = TDomain::dim |
| World Dimension. | |
Abstract.
| typedef TAlgebra ug::ISpaceDecomposition< TDomain, TAlgebra >::algebra_type |
Algebra type.
| typedef GridFunction<TDomain, TAlgebra> ug::ISpaceDecomposition< TDomain, TAlgebra >::grid_function_type |
Grid function type.
| typedef TAlgebra::matrix_type ug::ISpaceDecomposition< TDomain, TAlgebra >::matrix_type |
Matrix type.
| typedef TAlgebra::vector_type ug::ISpaceDecomposition< TDomain, TAlgebra >::vector_type |
Vector type.
|
inlinevirtual |
|
pure virtual |
Initialize decomposition.
|
static |
World Dimension.