|
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 |
Public Member Functions inherited from ExaDG::Elementwise::PreconditionerBase< Number > | |
| bool | needs_update () |
Additional Inherited Members | |
Protected Attributes inherited from ExaDG::Elementwise::PreconditionerBase< Number > | |
| 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 >.