|
Neko 1.99.9
A portable framework for high-order spectral element flow simulations
|
Template for a user-defined Krylov preconditioner.
Data Types | |
| type | preconditioner_template_t |
Functions/Subroutines | |
| subroutine | preconditioner_template_solve (this, z, r, n) |
| subroutine | preconditioner_template_update (this) |
| subroutine, public | preconditioner_template_register_types () |
| subroutine | preconditioner_template_allocate (obj) |
|
private |
Definition at line 37 of file preconditioner_template.f90.

| subroutine, public preconditioner_template::preconditioner_template_register_types |
Definition at line 31 of file preconditioner_template.f90.


| subroutine preconditioner_template::preconditioner_template_solve | ( | class(preconditioner_template_t), intent(inout) | this, |
| real(kind=rp), dimension(n), intent(inout) | z, | ||
| real(kind=rp), dimension(n), intent(inout) | r, | ||
| integer, intent(in) | n | ||
| ) |
Definition at line 18 of file preconditioner_template.f90.
|
private |
Definition at line 26 of file preconditioner_template.f90.