ExaDG
|
#include <elementwise_preconditioners.h>
Public Member Functions | |
PreconditionerIdentity (unsigned int const size) | |
void | setup (unsigned int const) final |
void | update () final |
virtual void | vmult (Number *dst, Number const *src) const final |
![]() | |
bool | needs_update () |
Additional Inherited Members | |
![]() | |
bool | update_needed |
This class implements an identity preconditioner for iterative solvers for elementwise problems.
|
inlinefinalvirtual |
Implements ExaDG::Elementwise::PreconditionerBase< Number >.
|
inlinefinalvirtual |
Implements ExaDG::Elementwise::PreconditionerBase< Number >.
|
inlinefinalvirtual |
Implements ExaDG::Elementwise::PreconditionerBase< Number >.