rk2_update Subroutine

private subroutine rk2_update(statedata_list, scheme_list, timestep_list)

Subroutine calculates the final update step of the Runge-Kutta method. It is performing levelwise.

Arguments

Type IntentOptional Attributes Name
type(atl_statedata_type), intent(inout) :: statedata_list

List of states you want to calc the rhs for. For each level we have one.

type(atl_scheme_type), intent(inout) :: scheme_list

List of schemes, for each level.

type(atl_timestep_type), intent(inout) :: timestep_list

List of levelwise timestepping algorihtms


Calls

proc~~rk2_update~~CallsGraph proc~rk2_update rk2_update proc~compute_up compute_up proc~rk2_update->proc~compute_up

Called by

proc~~rk2_update~~CalledByGraph proc~rk2_update rk2_update proc~mesh_timestep_ssprk2 mesh_timestep_ssprk2 proc~mesh_timestep_ssprk2->proc~rk2_update

Contents