rktaylor_update Subroutine

private subroutine rktaylor_update(statedata_list, statedata_list_temp)

Subroutine calculates the final update step of the Runge-Kutta Taylor 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_statedata_type), intent(inout) :: statedata_list_temp

List of levelwise timestepping algorihtms


Called by

proc~~rktaylor_update~~CalledByGraph proc~rktaylor_update rktaylor_update proc~mesh_timestep_rktaylor mesh_timestep_rktaylor proc~mesh_timestep_rktaylor->proc~rktaylor_update

Contents