Dune Core Modules (2.8.0)
Dune::NonoverlappingSchwarzOperator< M, X, Y, C > Class Template Reference
A nonoverlapping operator with communication object. More...
#include <dune/istl/novlpschwarz.hh>
Public Member Functions | |
NonoverlappingSchwarzOperator (const matrix_type &A, const communication_type &com) | |
constructor: just store a reference to a matrix. More... | |
virtual void | apply (const X &x, Y &y) const |
apply operator to x: \( y = A(x) \) | |
virtual void | applyscaleadd (field_type alpha, const X &x, Y &y) const |
apply operator to x, scale and add: \( y = y + \alpha A(x) \) | |
virtual const matrix_type & | getmat () const |
get matrix via * | |
virtual SolverCategory::Category | category () const |
Category of the linear operator (see SolverCategory::Category) | |
const communication_type & | getCommunication () const |
Get the object responsible for communication. | |
Detailed Description
template<class M, class X, class Y, class C>
class Dune::NonoverlappingSchwarzOperator< M, X, Y, C >
class Dune::NonoverlappingSchwarzOperator< M, X, Y, C >
A nonoverlapping operator with communication object.
Constructor & Destructor Documentation
◆ NonoverlappingSchwarzOperator()
template<class M , class X , class Y , class C >
|
inline |
constructor: just store a reference to a matrix.
- Parameters
-
A The assembled matrix. com The communication object for syncing owner and copy data points. (E.~g. OwnerOverlapCommunication )
The documentation for this class was generated from the following file:
- dune/istl/novlpschwarz.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)