cleanup_field_arrays Subroutine

public subroutine cleanup_field_arrays(solver, field_ptrs, host_fields)

Arguments

Type IntentOptional Attributes Name
class(solver_t), intent(in) :: solver
type(field_ptr_t), intent(inout), allocatable :: field_ptrs(:)
type(field_ptr_t), intent(inout), allocatable :: host_fields(:)

Calls

proc~~cleanup_field_arrays~~CallsGraph proc~cleanup_field_arrays m_io_field_utils::cleanup_field_arrays proc~release_block m_allocator::allocator_t%release_block proc~cleanup_field_arrays->proc~release_block

Called by

proc~~cleanup_field_arrays~~CalledByGraph proc~cleanup_field_arrays m_io_field_utils::cleanup_field_arrays none~handle_checkpoint_step m_checkpoint_manager::checkpoint_manager_t%handle_checkpoint_step none~handle_checkpoint_step->proc~cleanup_field_arrays none~handle_snapshot_step m_snapshot_manager::snapshot_manager_t%handle_snapshot_step none~handle_snapshot_step->proc~cleanup_field_arrays none~handle_io_step m_io_manager::io_manager_t%handle_io_step none~handle_io_step->none~handle_checkpoint_step none~handle_io_step->none~handle_snapshot_step proc~run m_base_case::base_case_t%run proc~run->none~handle_io_step program~xcompact xcompact program~xcompact->proc~run