Dune Core Modules (2.5.2)
schwarz.hh
104 };
270 };
381 };
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:38
A linear operator exporting itself in matrix form.
Definition: operators.hh:94
X domain_type
The domain type of the preconditioner.
Definition: schwarz.hh:363
Y range_type
The range type of the preconditioner.
Definition: schwarz.hh:368
@ category
The category the precondtioner is part of.
Definition: schwarz.hh:380
BlockPreconditioner(T &p, const communication_type &c)
Constructor.
Definition: schwarz.hh:390
C communication_type
The type of the communication object..
Definition: schwarz.hh:375
void apply(X &v, const Y &d)
Apply one step of the preconditioner to the system A(v)=d.
Definition: schwarz.hh:417
virtual void pre(X &x, Y &b)
Prepare the preconditioner.
Definition: schwarz.hh:399
X::field_type field_type
The field type of the preconditioner.
Definition: schwarz.hh:370
virtual void apply(X &v, const Y &d)
Apply the preconditioner.
Definition: schwarz.hh:410
X::field_type field_type
The field type of the operator.
Definition: operators.hh:69
virtual const matrix_type & getmat() const
get the sequential assembled linear operator.
Definition: schwarz.hh:135
virtual void applyscaleadd(field_type alpha, const X &x, Y &y) const
apply operator to x, scale and add:
Definition: schwarz.hh:127
virtual void apply(const X &x, Y &y) const
apply operator to x:
Definition: schwarz.hh:118
C communication_type
The type of the communication object.
Definition: schwarz.hh:99
X domain_type
The type of the domain.
Definition: schwarz.hh:87
M matrix_type
The type of the matrix we operate on.
Definition: schwarz.hh:82
Y range_type
The type of the range.
Definition: schwarz.hh:92
X::field_type field_type
The field type of the range.
Definition: schwarz.hh:94
OverlappingSchwarzOperator(const matrix_type &A, const communication_type &com)
constructor: just store a reference to a matrix.
Definition: schwarz.hh:113
Scalar product for overlapping schwarz methods.
Definition: schwarz.hh:164
C communication_type
The type of the communication object.
Definition: schwarz.hh:178
virtual real_type norm(const X &x)
Norm of a right-hand side vector. The vector must be consistent on the interior+border partition.
Definition: schwarz.hh:205
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:195
X domain_type
The type of the vector to compute the scalar product on.
Definition: schwarz.hh:170
X::field_type field_type
The field type used by the vector type domain_type.
Definition: schwarz.hh:172
OverlappingSchwarzScalarProduct(const communication_type &com)
Constructor needs to know the grid.
Definition: schwarz.hh:187
X::field_type field_type
The field type of the preconditioner.
Definition: schwarz.hh:262
C communication_type
The type of the communication object.
Definition: schwarz.hh:264
@ category
The category the precondtioner is part of.
Definition: schwarz.hh:269
ParSSOR(const matrix_type &A, int n, field_type w, const communication_type &c)
Constructor.
Definition: schwarz.hh:281
X domain_type
The domain type of the preconditioner.
Definition: schwarz.hh:258
Y range_type
The range type of the preconditioner.
Definition: schwarz.hh:260
M matrix_type
The matrix type the preconditioner is for.
Definition: schwarz.hh:256
virtual void apply(X &v, const Y &d)
Apply the precondtioner.
Definition: schwarz.hh:300
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:44
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:79
@ solverCategory
The solver category.
Definition: scalarproducts.hh:83
@ overlapping
Category for overlapping solvers.
Definition: solvercategory.hh:25
A simple timing class.
???
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 13, 23:29, 2024)