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