preprocess_local_rhs_cubes Subroutine

private subroutine preprocess_local_rhs_cubes(mesh, statedata, scheme, general, boundary, poly_proj_list, equation, material)

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_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 structures.

type(atl_level_boundary_type), intent(in) :: boundary
type(ply_poly_project_type), intent(inout) :: poly_proj_list(:)

Data for projection, for each level.

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

The equation you are operating with.

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

The material description


Calls

proc~~preprocess_local_rhs_cubes~~CallsGraph proc~preprocess_local_rhs_cubes 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 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~atl_evalelemmaterial->proc~tem_starttimer proc~atl_evalelemmaterial->proc~tem_stoptimer 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~atl_create_materialboundarylist->proc~tem_abort proc~init~2 init proc~atl_create_materialboundarylist->proc~init~2 proc~append~2 append proc~atl_create_materialboundarylist->proc~append~2 proc~atl_evalfacematerial->proc~tem_starttimer proc~atl_evalfacematerial->proc~tem_stoptimer proc~atl_evalfacematerial->proc~tem_abort 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_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~~preprocess_local_rhs_cubes~~CalledByGraph proc~preprocess_local_rhs_cubes preprocess_local_rhs_cubes interface~atl_preprocess_local_rhs atl_preprocess_local_rhs interface~atl_preprocess_local_rhs->proc~preprocess_local_rhs_cubes proc~local_predictor_substep local_predictor_substep proc~local_predictor_substep->interface~atl_preprocess_local_rhs proc~mesh_timestep_predcor_cerk4 mesh_timestep_predcor_cerk4 proc~mesh_timestep_predcor_cerk4->proc~local_predictor_substep

Contents