Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Krylov preconditioner.
Data Types | |
type | multigrid_t |
type | hsmg_t |
Functions/Subroutines | |
subroutine | hsmg_init (this, msh, Xh, coef, dof, gs_h, bclst, crs_pctype) |
subroutine | hsmg_set_h (this) |
subroutine | hsmg_fill_grid (dof, gs_h, Xh, coef, bclst, schwarz, e, grids, l) |
subroutine | hsmg_free (this) |
subroutine | hsmg_solve (this, z, r, n) |
The h1mg preconditioner from Nek5000. More... | |
|
private |
|
private |
Definition at line 299 of file pc_hsmg.f90.
subroutine hsmg::hsmg_init | ( | class(hsmg_t), intent(inout), target | this, |
type(mesh_t), intent(inout), target | msh, | ||
type(space_t), intent(inout), target | Xh, | ||
type(coef_t), intent(inout), target | coef, | ||
type(dofmap_t), intent(inout), target | dof, | ||
type(gs_t), intent(inout), target | gs_h, | ||
type(bc_list_t), intent(inout), target | bclst, | ||
character(len=*), optional | crs_pctype | ||
) |
Definition at line 137 of file pc_hsmg.f90.
|
private |
Definition at line 263 of file pc_hsmg.f90.