check_potential Subroutine

public subroutine check_potential(scheme, minLevel, maxLevel, general, total_potential)

Check the total potential for poisson scheme

The output might be delayed by using arrays which are then dumped to keep disc access more restricted

Arguments

TypeIntentOptionalAttributesName
type(mus_scheme_type), intent(in) :: scheme

scheme type

integer, intent(in) :: minLevel

global scheme independent information

integer, intent(in) :: maxLevel

global scheme independent information

type(tem_general_type), intent(inout) :: general
real(kind=rk), intent(out), optional :: total_potential

Calls

proc~~check_potential~~CallsGraph proc~check_potential check_potential proc~tem_time_dump tem_time_dump proc~check_potential->proc~tem_time_dump proc~tem_isnan tem_isNaN proc~check_potential->proc~tem_isnan mpi_reduce mpi_reduce proc~check_potential->mpi_reduce

Called by

proc~~check_potential~~CalledByGraph proc~check_potential check_potential proc~mus_finalize mus_finalize proc~mus_finalize->proc~check_potential none~do_balance do_balance none~do_balance->proc~check_potential proc~perform_checks perform_checks proc~perform_checks->proc~check_potential proc~mus_solve mus_solve proc~mus_solve->none~do_balance proc~check_flow_status check_flow_status proc~mus_solve->proc~check_flow_status program~musubi musubi program~musubi->proc~mus_finalize program~musubi->proc~mus_solve proc~check_flow_status->proc~perform_checks

Contents


Variables

TypeVisibilityAttributesNameInitial
real(kind=rk), private :: pot
real(kind=rk), private :: total_pot
integer, private :: iLevel
integer, private :: ierror
integer, private :: iElem