atl_preprocess_modg_2d_kernel Subroutine

public subroutine atl_preprocess_modg_2d_kernel(currentLevel, minLevel, maxLevel, equation, statedata, mesh_list, boundary_list, scheme_list, poly_proj_material, material_list, commPattern, proc)

Subroutine to execute the preprocessing for the MODG kernels. Currently this includes: Convert external source terms to modal representation.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: currentLevel
integer, intent(in) :: minLevel
integer, intent(in) :: maxLevel
type(atl_Equations_type), intent(inout) :: equation
type(atl_statedata_type), intent(inout) :: statedata
type(atl_cube_elem_type), intent(inout) :: mesh_list(minlevel:maxlevel)
type(atl_level_boundary_type), intent(in) :: boundary_list(minlevel:maxLevel)
type(atl_scheme_type), intent(inout) :: scheme_list(minlevel:maxlevel)
type(ply_poly_project_type), intent(inout) :: poly_proj_material
type(atl_material_type), intent(inout) :: material_list(minlevel:maxlevel)
type(tem_commPattern_type) :: commPattern

mpi communication pattern type

type(tem_comm_env_type) :: proc

mpi communication environment with mpi communicator


Calls

proc~~atl_preprocess_modg_2d_kernel~~CallsGraph proc~atl_preprocess_modg_2d_kernel atl_preprocess_modg_2d_kernel proc~atl_update_materialparams atl_update_materialParams proc~atl_preprocess_modg_2d_kernel->proc~atl_update_materialparams proc~atl_evalelemmaterial atl_evalElemMaterial proc~atl_update_materialparams->proc~atl_evalelemmaterial proc~atl_create_materialboundarylist atl_create_materialBoundaryList proc~atl_update_materialparams->proc~atl_create_materialboundarylist proc~atl_evalfacematerial atl_evalFaceMaterial proc~atl_update_materialparams->proc~atl_evalfacematerial proc~tem_starttimer tem_startTimer proc~atl_evalelemmaterial->proc~tem_starttimer proc~tem_stoptimer tem_stopTimer proc~atl_evalelemmaterial->proc~tem_stoptimer proc~tem_abort tem_abort proc~atl_evalelemmaterial->proc~tem_abort proc~tem_spacetime_for tem_spacetime_for proc~atl_evalelemmaterial->proc~tem_spacetime_for proc~atl_reftophyscoord atl_refToPhysCoord proc~atl_evalelemmaterial->proc~atl_reftophyscoord proc~atl_create_materialboundarylist->proc~tem_starttimer proc~atl_create_materialboundarylist->proc~tem_stoptimer proc~init~2 init proc~atl_create_materialboundarylist->proc~init~2 proc~atl_create_materialboundarylist->proc~tem_abort proc~append~2 append proc~atl_create_materialboundarylist->proc~append~2 proc~atl_evalfacematerial->proc~tem_starttimer proc~atl_evalfacematerial->proc~tem_stoptimer proc~ply_get_quadpoints_faces ply_get_quadpoints_faces proc~atl_evalfacematerial->proc~ply_get_quadpoints_faces proc~ply_get_quadpoints_faces_2d ply_get_quadpoints_faces_2d proc~atl_evalfacematerial->proc~ply_get_quadpoints_faces_2d proc~atl_evalfacematerial->proc~tem_abort proc~atl_evalfacematerial->proc~tem_spacetime_for proc~atl_evalfacematerial->proc~atl_reftophyscoord proc~ply_get_quadpoints_faces_1d ply_get_quadpoints_faces_1d proc~atl_evalfacematerial->proc~ply_get_quadpoints_faces_1d

Called by

proc~~atl_preprocess_modg_2d_kernel~~CalledByGraph proc~atl_preprocess_modg_2d_kernel atl_preprocess_modg_2d_kernel proc~preprocess_rhs_cubes preprocess_rhs_cubes proc~preprocess_rhs_cubes->proc~atl_preprocess_modg_2d_kernel interface~atl_preprocess_rhs atl_preprocess_rhs interface~atl_preprocess_rhs->proc~preprocess_rhs_cubes proc~rk2_substep rk2_substep proc~rk2_substep->interface~atl_preprocess_rhs proc~rk2_substep->proc~rk2_substep proc~rk4_substep rk4_substep proc~rk4_substep->interface~atl_preprocess_rhs proc~rk4_substep->proc~rk4_substep proc~rktaylor_substep rktaylor_substep proc~rktaylor_substep->interface~atl_preprocess_rhs proc~rktaylor_substep->proc~rktaylor_substep proc~mesh_timestep_euler mesh_timestep_euler proc~mesh_timestep_euler->interface~atl_preprocess_rhs proc~mesh_timestep_euler->proc~mesh_timestep_euler proc~global_corrector_substep global_corrector_substep proc~global_corrector_substep->interface~atl_preprocess_rhs proc~imexrk_substep imexrk_substep proc~imexrk_substep->interface~atl_preprocess_rhs proc~imexrk_substep->proc~imexrk_substep proc~mesh_timestep_ssprk2 mesh_timestep_ssprk2 proc~mesh_timestep_ssprk2->proc~rk2_substep proc~mesh_timestep_predcor_cerk4 mesh_timestep_predcor_cerk4 proc~mesh_timestep_predcor_cerk4->proc~global_corrector_substep proc~mesh_timestep_imexrk mesh_timestep_imexrk proc~mesh_timestep_imexrk->proc~imexrk_substep proc~mesh_timestep_rktaylor mesh_timestep_rktaylor proc~mesh_timestep_rktaylor->proc~rktaylor_substep

Contents