KASKADE 7 development version
|
#include <comp_step.hh>
Definition at line 724 of file comp_step.hh.
Public Member Functions | |
NormalStepPreconditioner (Assembler const &assembler, bool onlyLowerTriangle=false, Scalar tolerance=1e-6) | |
~NormalStepPreconditioner () | |
virtual void | pre (typename Traits::Domain &, typename Traits::Range &) |
virtual void | post (typename Traits::Domain &) |
virtual void | apply (typename Traits::Domain &x, typename Traits::Range const &y) |
void | applyStatePreconditioner (typename Traits::VectorY &x, typename Traits::VectorP const &y) |
void | applyAdjointPreconditioner (typename Traits::VectorP &x, typename Traits::VectorY const &y) |
|
inline |
Definition at line 730 of file comp_step.hh.
|
inline |
Definition at line 740 of file comp_step.hh.
|
inlinevirtual |
Definition at line 745 of file comp_step.hh.
|
inline |
Definition at line 777 of file comp_step.hh.
|
inline |
Definition at line 771 of file comp_step.hh.
|
inlinevirtual |
Definition at line 743 of file comp_step.hh.
|
inlinevirtual |
Definition at line 742 of file comp_step.hh.