mesh_timestep_imexrk Subroutine

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

Subroutine for timestepping with IMEX Runge-Kutta.

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 4)

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_imexrk~~CallsGraph proc~mesh_timestep_imexrk mesh_timestep_imexrk proc~atl_write_precice atl_write_precice proc~mesh_timestep_imexrk->proc~atl_write_precice proc~atl_stabilize atl_stabilize proc~mesh_timestep_imexrk->proc~atl_stabilize proc~implicit_update implicit_update proc~mesh_timestep_imexrk->proc~implicit_update proc~imexrk_update imexrk_update proc~mesh_timestep_imexrk->proc~imexrk_update proc~imexrk_substep imexrk_substep proc~mesh_timestep_imexrk->proc~imexrk_substep

Contents