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

Type IntentOptional Attributes Name
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