Overlapping Schwarz preconditioner. More...
#include <elasticity_preconditioners.hpp>
Public Types | |
typedef Dune::SeqOverlappingSchwarz < Matrix, Vector, Dune::SymmetricMultiplicativeSchwarzMode, LUSolver > | type |
Static Public Member Functions | |
static std::shared_ptr< type > | setup (int, int, int, int, std::shared_ptr< Operator > &op, const Dune::CpGrid &gv, ASMHandler< Dune::CpGrid > &A, bool ©) |
Setup preconditioner. More... | |
static type * | setup2 (std::shared_ptr< Operator > &op, const Dune::CpGrid &gv, ASMHandler< Dune::CpGrid > &A, bool ©) |
Setup preconditioner. More... | |
Overlapping Schwarz preconditioner.
|
inlinestatic |
Setup preconditioner.
[in] | pre | The number of pre-smoothing steps |
[in] | post | The number of post-smoothing steps |
[in] | target | The coarsening target |
[in] | zcells | The wanted number of cells to collapse in z per level |
[in] | op | The linear operator |
[in] | gv | The cornerpoint grid |
[out] | thread | Whether or not to clone for threads |
|
static |
Setup preconditioner.
[in] | op | The linear operator |
[in] | gv | The cornerpoint grid |
[in] | A | The ASMHandler for the elasticity operator(s) |
[out] | copy | Whether or not to clone for threads |