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

Functions/Subroutines

subroutine hypre_sstruct_cell (stencil, solver, matrix, rhs, x, ls_map, stencil_size)
 SSTRUCT cell interface to HYPRE's solvers.
 
subroutine hypre_sstruct_cell_coupled (stencil, solver, matrix, rhs, x, ls_map)
 SSTRUCT cell interface to HYPRE's solvers: coupled equations.
 
subroutine hypre_sstruct_cell_setup (stencil, stencil_size, solver, ls_map)
 
subroutine hypre_sstruct_cell_solve (solver, matrix, rhs, x, ls_map)
 
subroutine hypre_sstruct_cell_destroy (solver)
 

Function/Subroutine Documentation

◆ hypre_sstruct_cell_destroy()

subroutine mod_hypre_sstruct_cell::hypre_sstruct_cell_destroy ( class(t_hypre_solver_sstruct_interface), intent(inout) solver)

◆ hypre_sstruct_cell_setup()

subroutine mod_hypre_sstruct_cell::hypre_sstruct_cell_setup ( integer, dimension(:,:,:), intent(in), allocatable stencil,
integer, intent(in) stencil_size,
class(t_hypre_solver_sstruct_interface), intent(inout) solver,
type(t_ls_map), intent(in) ls_map )

◆ hypre_sstruct_cell_solve()

subroutine mod_hypre_sstruct_cell::hypre_sstruct_cell_solve ( class(t_hypre_solver_sstruct_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 )