dt_comm Subroutine

public subroutine dt_comm(t, tout, tglowout, flagglow, tcfl, ns, Ts, vs1, vs2, vs3, B1, B2, B3, x, potsolve, dt)

these are roots courant numbers

Arguments

Type IntentOptional AttributesName
real(kind=wp), intent(in) :: t
real(kind=wp), intent(in) :: tout
real(kind=wp), intent(in) :: tglowout
integer, intent(in) :: flagglow
real(kind=wp), intent(in) :: tcfl
real(kind=wp), intent(in), dimension(-1:,-1:,-1:,:):: ns
real(kind=wp), intent(in), dimension(-1:,-1:,-1:,:):: Ts
real(kind=wp), intent(in), dimension(-1:,-1:,-1:,:):: vs1
real(kind=wp), intent(in), dimension(-1:,-1:,-1:,:):: vs2
real(kind=wp), intent(in), dimension(-1:,-1:,-1:,:):: vs3
real(kind=wp), intent(in), dimension(-1:,-1:,-1:):: B1
real(kind=wp), intent(in), dimension(-1:,-1:,-1:):: B2
real(kind=wp), intent(in), dimension(-1:,-1:,-1:):: B3
type(curvmesh), intent(in) :: x
integer, intent(in) :: potsolve
real(kind=wp), intent(out) :: dt

Calls

proc~~dt_comm~~CallsGraph proc~dt_comm dt_comm mpi_send mpi_send proc~dt_comm->mpi_send proc~dt_calc dt_calc proc~dt_comm->proc~dt_calc mpi_recv mpi_recv proc~dt_comm->mpi_recv

Called by

proc~~dt_comm~~CalledByGraph proc~dt_comm dt_comm program~gemini3d Gemini3D program~gemini3d->proc~dt_comm

Contents

None