0.6.0
Loading...
Searching...
No Matches
mod_hypre_struct_cell Module Reference

Functions/Subroutines

subroutine hypre_struct_cell (stencil, solver, matrix, rhs, x, ls_map, stencil_size)
 STRUCT cell interface to HYPRE's solvers.
 
subroutine hypre_struct_cell_setup (stencil, stencil_size, solver, ls_map)
 
subroutine hypre_struct_cell_solve (solver, matrix, rhs, x, ls_map)
 
subroutine hypre_struct_cell_destroy (solver)
 

Function/Subroutine Documentation

◆ hypre_struct_cell_destroy()

subroutine mod_hypre_struct_cell::hypre_struct_cell_destroy ( class(t_hypre_solver_struct_interface), intent(inout) solver)

◆ hypre_struct_cell_setup()

subroutine mod_hypre_struct_cell::hypre_struct_cell_setup ( integer, dimension(:,:,:), intent(in), allocatable stencil,
integer, intent(in) stencil_size,
class(t_hypre_solver_struct_interface), intent(inout) solver,
type(t_ls_map), intent(in) ls_map )

◆ hypre_struct_cell_solve()

subroutine mod_hypre_struct_cell::hypre_struct_cell_solve ( class(t_hypre_solver_struct_interface), intent(inout) solver,
double precision, dimension(0:), intent(in) matrix,
double precision, dimension(0:), intent(in) rhs,
double precision, dimension(0:), intent(out) x,
type(t_ls_map), intent(in) ls_map )