Read the configuration for the material paramters for Maxwell equations from configuration files and init the material parameter datatype.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_Equations_type), | intent(inout) | :: | equation | Description on the equation system to solve. |
||
type(treelmesh_type), | intent(in) | :: | tree | Mesh data in treelmesh format. |
||
type(atl_varSys_solverData_type), | intent(inout) | :: | varSys_data | Data in variable system |
||
type(atl_material_type), | intent(inout) | :: | material_list(tree%global%minLevel:tree%global%maxLevel) | The description of the material properties. The compute lists in the material description is filled up by calling this subroutine. |
||
type(atl_cube_elem_type), | intent(inout) | :: | mesh_list(tree%global%minLevel:tree%global%maxLevel) | Description of the mesh |
||
type(atl_scheme_type), | intent(in) | :: | scheme_list(tree%global%minLevel:tree%global%maxLevel) | Information about the scheme |
||
type(atl_level_boundary_type), | intent(in) | :: | boundary_list(tree%global%minLevel:tree%global%maxLevel) | Global description of the boundary conditions. |
||
type(tem_time_type), | intent(in) | :: | time | The current simulation time |
||
type(flu_State), | intent(inout) | :: | conf | Flu binding to configuration file. |
||
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 |
||
type(ply_poly_project_type), | intent(inout) | :: | poly_proj_list(:) | unique list for projection methods |
||
integer, | intent(in) | :: | levelPointer(:) | Pointer from treeIDlist entry to level-wise fluid part of total list. The length of this vector is the total number of cubic elements. |
||
type(atl_init_material_type) | :: | initMaterial | Information about expected material parameters and the user defined variables to the expected material parameters. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iMat | ||||
integer, | private | :: | iLevel | ||||
integer, | private | :: | iDir | ||||
integer, | private | :: | iLR | ||||
integer, | private | :: | iError | ||||
integer, | private | :: | iProc | ||||
integer, | private | :: | nFaces | ||||
integer, | private | :: | nElemsCons | ||||
integer, | private | :: | nElemsVar | ||||
integer, | private | :: | nquadpoints | ||||
integer, | private | :: | nScalars | ||||
integer, | private | :: | nBcs | ||||
integer, | private | :: | nConstFace | ||||
integer, | private | :: | nVarFace | ||||
integer, | private | :: | tblHandle | ||||
integer, | private | :: | matTblHandle | ||||
integer, | private | :: | projectionPos | ||||
character(len=labelLen), | private, | allocatable | :: | materials(:) |