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

Functions/Subroutines

subroutine checkpoint_define_stencil_ls_map (adios_file, stencil, ls_map, solver, has_ghost_boundary_cells, label)
 
subroutine checkpoint_write_stencil_ls_map (adios_file, stencil, ls_map, solver, has_ghost_boundary_cells, label)
 
subroutine restart_read_stencil_ls_map (adios_file, stencil, ls_map, has_ghost_boundary_cells, label)
 
subroutine checkpoint_define_face_stencil_ls_map (adios_file, stencil, ls_map, solver, has_ghost_boundary_cells, label)
 
subroutine checkpoint_write_face_stencil_ls_map (adios_file, stencil, ls_map, solver, has_ghost_boundary_cells, label)
 
subroutine restart_read_face_stencil_ls_map (adios_file, stencil, ls_map, has_ghost_boundary_cells, label)
 

Function/Subroutine Documentation

◆ checkpoint_define_face_stencil_ls_map()

subroutine mod_checkpoint_restart_stencil_ls_map::checkpoint_define_face_stencil_ls_map ( type(t_adios_writer), intent(inout) adios_file,
type(t_face_stencil), intent(in) stencil,
type(t_face_ls_map), intent(in) ls_map,
class(t_linear_solver), intent(in) solver,
logical, intent(in) has_ghost_boundary_cells,
character(len=*), intent(in) label )

◆ checkpoint_define_stencil_ls_map()

subroutine mod_checkpoint_restart_stencil_ls_map::checkpoint_define_stencil_ls_map ( type(t_adios_writer), intent(inout) adios_file,
type(t_cell_stencil), intent(in) stencil,
type(t_ls_map), intent(in) ls_map,
class(t_linear_solver), intent(in) solver,
logical, intent(in) has_ghost_boundary_cells,
character(len=*), intent(in) label )

◆ checkpoint_write_face_stencil_ls_map()

subroutine mod_checkpoint_restart_stencil_ls_map::checkpoint_write_face_stencil_ls_map ( type(t_adios_writer), intent(inout) adios_file,
type(t_face_stencil), intent(in) stencil,
type(t_face_ls_map), intent(in) ls_map,
class(t_linear_solver), intent(in) solver,
logical, intent(in) has_ghost_boundary_cells,
character(len=*), intent(in) label )

◆ checkpoint_write_stencil_ls_map()

subroutine mod_checkpoint_restart_stencil_ls_map::checkpoint_write_stencil_ls_map ( type(t_adios_writer), intent(inout) adios_file,
type(t_cell_stencil), intent(in) stencil,
type(t_ls_map), intent(in) ls_map,
class(t_linear_solver), intent(in) solver,
logical, intent(in) has_ghost_boundary_cells,
character(len=*), intent(in) label )

◆ restart_read_face_stencil_ls_map()

subroutine mod_checkpoint_restart_stencil_ls_map::restart_read_face_stencil_ls_map ( type(t_adios_reader), intent(inout) adios_file,
type(t_face_stencil), intent(out) stencil,
type(t_face_ls_map), intent(out) ls_map,
logical, intent(in) has_ghost_boundary_cells,
character(len=*), intent(in) label )

◆ restart_read_stencil_ls_map()

subroutine mod_checkpoint_restart_stencil_ls_map::restart_read_stencil_ls_map ( type(t_adios_reader), intent(inout) adios_file,
type(t_cell_stencil), intent(out) stencil,
type(t_ls_map), intent(out) ls_map,
logical, intent(in) has_ghost_boundary_cells,
character(len=*), intent(in) label )