local_predictor_substep Subroutine

private subroutine local_predictor_substep(mesh, kerneldata, statedata, scheme, general, poly_proj_list, timestep, equation, material, boundary)

Subroutine calculates a substep of the local predictor

TODO here need to be the source position pointer????

Arguments

Type IntentOptional Attributes Name
type(atl_cube_elem_type), intent(inout) :: mesh

List of mesh parts. For each level we have one.

type(atl_kerneldata_type), intent(inout) :: kerneldata

List of kerneldatas. For each level we have one

type(atl_statedata_type), intent(inout) :: statedata

List of states you want to calc the rhs for. For each level we have one.

type(atl_scheme_type), intent(inout) :: scheme

List of schemes, for each level.

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

General treelm settings

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

List of project, for each level.

type(atl_timestep_type), intent(inout) :: timestep

List of levelwise timestepping algorihtms

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

The equation you are operating with.

type(atl_material_type), intent(inout) :: material

Material parameter description.

type(atl_level_boundary_type), intent(in) :: boundary

Calls

proc~~local_predictor_substep~~CallsGraph proc~local_predictor_substep local_predictor_substep interface~atl_preprocess_local_rhs atl_preprocess_local_rhs proc~local_predictor_substep->interface~atl_preprocess_local_rhs proc~preprocess_local_rhs_cubes preprocess_local_rhs_cubes interface~atl_preprocess_local_rhs->proc~preprocess_local_rhs_cubes proc~tem_starttimer tem_startTimer proc~preprocess_local_rhs_cubes->proc~tem_starttimer proc~tem_stoptimer tem_stopTimer proc~preprocess_local_rhs_cubes->proc~tem_stoptimer proc~tem_abort tem_abort proc~preprocess_local_rhs_cubes->proc~tem_abort proc~atl_preprocess_modg_kernel atl_preprocess_modg_kernel proc~preprocess_local_rhs_cubes->proc~atl_preprocess_modg_kernel proc~atl_update_materialparams atl_update_materialParams proc~atl_preprocess_modg_kernel->proc~atl_update_materialparams

Called by

proc~~local_predictor_substep~~CalledByGraph proc~local_predictor_substep local_predictor_substep proc~mesh_timestep_predcor_cerk4 mesh_timestep_predcor_cerk4 proc~mesh_timestep_predcor_cerk4->proc~local_predictor_substep

Contents