atl_update_materialParams Subroutine

public subroutine atl_update_materialParams(equation, mesh, scheme, boundary, material, time, poly_proj, proc, commPattern)

Read the configuration for the material paramters for Maxwell equations from configuration files and init the material parameter datatype.

Arguments

Type IntentOptional Attributes Name
type(atl_Equations_type), intent(inout) :: equation

Description on the equation system to solve.

type(atl_cube_elem_type), intent(inout) :: mesh

Description of the mesh

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

Information about the scheme

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

Global description of the boundary conditions.

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

The description of the material properties. The compute lists in the material description is filled up by calling this subroutine.

type(tem_time_type), intent(in) :: time

The current simulation time

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

unique list for projection methods

type(tem_comm_env_type), intent(inout) :: proc

mpi communication environment with mpi communicator

type(tem_commPattern_type), intent(inout) :: commPattern

mpi communication pattern type


Calls

proc~~atl_update_materialparams~~CallsGraph proc~atl_update_materialparams 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_update_materialparams~~CalledByGraph proc~atl_update_materialparams atl_update_materialParams proc~atl_preprocess_modg_kernel atl_preprocess_modg_kernel proc~atl_preprocess_modg_kernel->proc~atl_update_materialparams proc~atl_preprocess_modg_2d_kernel atl_preprocess_modg_2d_kernel proc~atl_preprocess_modg_2d_kernel->proc~atl_update_materialparams proc~atl_preprocess_modg_1d_kernel atl_preprocess_modg_1d_kernel proc~atl_preprocess_modg_1d_kernel->proc~atl_update_materialparams proc~preprocess_local_rhs_cubes preprocess_local_rhs_cubes proc~preprocess_local_rhs_cubes->proc~atl_preprocess_modg_kernel proc~preprocess_rhs_cubes preprocess_rhs_cubes proc~preprocess_rhs_cubes->proc~atl_preprocess_modg_kernel proc~preprocess_rhs_cubes->proc~atl_preprocess_modg_2d_kernel proc~preprocess_rhs_cubes->proc~atl_preprocess_modg_1d_kernel interface~atl_preprocess_local_rhs atl_preprocess_local_rhs interface~atl_preprocess_local_rhs->proc~preprocess_local_rhs_cubes interface~atl_preprocess_rhs atl_preprocess_rhs interface~atl_preprocess_rhs->proc~preprocess_rhs_cubes proc~local_predictor_substep local_predictor_substep proc~local_predictor_substep->interface~atl_preprocess_local_rhs proc~rk2_substep rk2_substep proc~rk2_substep->interface~atl_preprocess_rhs proc~rk4_substep rk4_substep proc~rk4_substep->interface~atl_preprocess_rhs proc~mesh_timestep_euler mesh_timestep_euler proc~mesh_timestep_euler->interface~atl_preprocess_rhs proc~global_corrector_substep global_corrector_substep proc~global_corrector_substep->interface~atl_preprocess_rhs proc~rktaylor_substep rktaylor_substep proc~rktaylor_substep->interface~atl_preprocess_rhs proc~imexrk_substep imexrk_substep proc~imexrk_substep->interface~atl_preprocess_rhs

Contents