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) |
| subroutine mod_hypre_sstruct_cell::hypre_sstruct_cell_destroy | ( | class(t_hypre_solver_sstruct_interface), intent(inout) | solver | ) |
| 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 ) |
| 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 ) |