pf_mod_results Module

Module for the storing results for eventual output


Uses

  • module~~pf_mod_results~~UsesGraph module~pf_mod_results pf_mod_results module~pf_mod_dtype pf_mod_dtype module~pf_mod_results->module~pf_mod_dtype iso_c_binding iso_c_binding module~pf_mod_dtype->iso_c_binding

Used by

  • module~~pf_mod_results~~UsedByGraph module~pf_mod_results pf_mod_results module~pfasst pfasst module~pfasst->module~pf_mod_results module~pf_mod_parallel pf_mod_parallel module~pfasst->module~pf_mod_parallel module~pf_mod_parallel->module~pf_mod_results

Contents


Subroutines

public subroutine initialize_results(this, nsteps_in, niters_in, nprocs_in, nlevels_in, rank_in)

Arguments

Type IntentOptional AttributesName
class(pf_results_t), intent(inout) :: this
integer, intent(in) :: nsteps_in
integer, intent(in) :: niters_in
integer, intent(in) :: nprocs_in
integer, intent(in) :: nlevels_in
integer, intent(in) :: rank_in

public subroutine dump_results(this)

Arguments

Type IntentOptional AttributesName
type(pf_results_t), intent(inout) :: this

public subroutine destroy_results(this)

Arguments

Type IntentOptional AttributesName
type(pf_results_t), intent(inout) :: this