mesh_timestep_rktaylor Subroutine

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

Subroutine for timestepping with explicit runge kutta taylor

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

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_rktaylor~~CallsGraph proc~mesh_timestep_rktaylor mesh_timestep_rktaylor nelems nelems proc~mesh_timestep_rktaylor->nelems proc~atl_stabilize atl_stabilize proc~mesh_timestep_rktaylor->proc~atl_stabilize proc~atl_write_precice atl_write_precice proc~mesh_timestep_rktaylor->proc~atl_write_precice proc~rktaylor_substep rktaylor_substep proc~mesh_timestep_rktaylor->proc~rktaylor_substep proc~rktaylor_update rktaylor_update proc~mesh_timestep_rktaylor->proc~rktaylor_update