mesh_timestep_ssprk2 Subroutine

private subroutine mesh_timestep_ssprk2(minLevel, maxLevel, currentLevel, cubes, tree, timestep_list, nSteps, equation, general, commStateTimer, poly_proj_list)

Subroutine for timestepping with explicit runge kutta of order 2.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: minLevel

The minimum refinement level of the mesh.

integer, intent(in) :: maxLevel

The maximum refinement level of the mesh.

integer, intent(in) :: currentLevel

The level the timestep has to be performed for.

type(atl_cube_container_type), intent(inout) :: cubes

Container for the cubical elements.

type(treelmesh_type), intent(in) :: tree

treelm mesh

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

List of levelwise timestepping algorihtms

integer, intent(in) :: nSteps

The number of steps of the time stepping scheme (assumed to be 2)

type(atl_Equations_type), intent(inout) :: equation

The equation you are operating with.

type(tem_general_type), intent(inout) :: general

General treelm settings

integer, intent(inout) :: commStateTimer

Timer for measuring the communication time inside this routine.

type(ply_poly_project_type), intent(inout) :: poly_proj_list(:)

unique list for projection methods


Calls

proc~~mesh_timestep_ssprk2~~CallsGraph proc~mesh_timestep_ssprk2 mesh_timestep_ssprk2 nelems nelems proc~mesh_timestep_ssprk2->nelems proc~atl_stabilize atl_stabilize proc~mesh_timestep_ssprk2->proc~atl_stabilize proc~atl_write_precice atl_write_precice proc~mesh_timestep_ssprk2->proc~atl_write_precice proc~compute_intermediate compute_intermediate proc~mesh_timestep_ssprk2->proc~compute_intermediate proc~rk2_substep rk2_substep proc~mesh_timestep_ssprk2->proc~rk2_substep proc~rk2_update rk2_update proc~mesh_timestep_ssprk2->proc~rk2_update tem_startTimer tem_startTimer proc~mesh_timestep_ssprk2->tem_startTimer tem_stopTimer tem_stopTimer proc~mesh_timestep_ssprk2->tem_stopTimer