Dune Core Modules (2.3.1)
schwarz.hh
76 };
217 };
304 };
Implementation of the BCRSMatrix class.
This file implements a vector space as a tensor product of a given vector space. The number of compon...
Traits class for generically constructing non default constructable types.
Definition: construction.hh:39
A linear operator exporting itself in matrix form.
Definition: operators.hh:94
X domain_type
The domain type of the preconditioner.
Definition: schwarz.hh:292
Y range_type
The range type of the preconditioner.
Definition: schwarz.hh:294
BlockPreconditioner(T &p, const communication_type &c)
Constructor.
Definition: schwarz.hh:313
C communication_type
The type of the communication object.
Definition: schwarz.hh:298
void apply(X &v, const Y &d)
Apply one step of the preconditioner to the system A(v)=d.
Definition: schwarz.hh:340
@ category
The category the precondtioner is part of.
Definition: schwarz.hh:303
virtual void pre(X &x, Y &b)
Prepare the preconditioner.
Definition: schwarz.hh:322
X::field_type field_type
The field type of the preconditioner.
Definition: schwarz.hh:296
virtual void apply(X &v, const Y &d)
Apply the preconditioner.
Definition: schwarz.hh:333
X::field_type field_type
The field type of the operator.
Definition: operators.hh:69
virtual const matrix_type & getmat() const
get matrix via *
Definition: schwarz.hh:107
virtual void applyscaleadd(field_type alpha, const X &x, Y &y) const
apply operator to x, scale and add:
Definition: schwarz.hh:99
virtual void apply(const X &x, Y &y) const
apply operator to x:
Definition: schwarz.hh:90
C communication_type
The type of the communication object.
Definition: schwarz.hh:71
X domain_type
The type of the domain.
Definition: schwarz.hh:65
M matrix_type
The type of the matrix we operate on.
Definition: schwarz.hh:63
Y range_type
The type of the range.
Definition: schwarz.hh:67
X::field_type field_type
The field type of the range.
Definition: schwarz.hh:69
OverlappingSchwarzOperator(const matrix_type &A, const communication_type &com)
constructor: just store a reference to a matrix.
Definition: schwarz.hh:85
Scalar product for overlapping schwarz methods.
Definition: schwarz.hh:130
virtual double norm(const X &x)
Norm of a right-hand side vector. The vector must be consistent on the interior+border partition.
Definition: schwarz.hh:164
C communication_type
The type of the communication object.
Definition: schwarz.hh:137
virtual field_type dot(const X &x, const X &y)
Dot product of two vectors. It is assumed that the vectors are consistent on the interior+border part...
Definition: schwarz.hh:154
X domain_type
The type of the domain.
Definition: schwarz.hh:133
X::field_type field_type
The type of the range.
Definition: schwarz.hh:135
OverlappingSchwarzScalarProduct(const communication_type &com)
Constructor needs to know the grid.
Definition: schwarz.hh:146
X::field_type field_type
The field type of the preconditioner.
Definition: schwarz.hh:209
@ category
The category the precondtioner is part of.
Definition: schwarz.hh:216
C communication_type
The type of the communication object.
Definition: schwarz.hh:211
ParSSOR(const matrix_type &A, int n, field_type w, const communication_type &c)
Constructor.
Definition: schwarz.hh:228
X domain_type
The domain type of the preconditioner.
Definition: schwarz.hh:205
Y range_type
The range type of the preconditioner.
Definition: schwarz.hh:207
M matrix_type
The matrix type the preconditioner is for.
Definition: schwarz.hh:203
virtual void apply(X &v, const Y &d)
Apply the precondtioner.
Definition: schwarz.hh:247
Base class for matrix free definition of preconditioners.
Definition: preconditioner.hh:26
X::field_type field_type
The field type of the preconditioner.
Definition: preconditioner.hh:33
Base class for scalar product and norm computation.
Definition: scalarproducts.hh:43
Simple iterative methods like Jacobi, Gauss-Seidel, SOR, SSOR, etc. in a generic way.
???
Some generic functions for pretty printing vectors and matrices.
Define general, extensible interface for operators. The available implementation wraps a matrix.
Classes providing communication interfaces for overlapping Schwarz methods.
Define general preconditioner interface.
Define base class for scalar product and norm.
Implementations of the inverse operator interface.
C communication_type
The type of the communication object.
Definition: scalarproducts.hh:78
@ solverCategory
The solver category.
Definition: scalarproducts.hh:82
@ overlapping
Category for ovelapping solvers.
Definition: solvercategory.hh:26
A simple timing class.
???
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)