atl_preprocess_local_rhs Interface

public interface atl_preprocess_local_rhs

Calls

interface~~atl_preprocess_local_rhs~~CallsGraph interface~atl_preprocess_local_rhs 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 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

Called by

interface~~atl_preprocess_local_rhs~~CalledByGraph interface~atl_preprocess_local_rhs atl_preprocess_local_rhs 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


Module Procedures

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

should only evaluate sources

Read more…

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