atl_init_materialParams Subroutine

public subroutine atl_init_materialParams(equation, tree, varSys_data, material_list, mesh_list, scheme_list, boundary_list, time, conf, proc, commPattern, poly_proj_list, levelPointer, initMaterial)

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(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.


Calls

proc~~atl_init_materialparams~~CallsGraph proc~atl_init_materialparams atl_init_materialParams proc~aot_table_close aot_table_close proc~atl_init_materialparams->proc~aot_table_close proc~atl_reassignstfunptr atl_reassignStFunPtr proc~atl_init_materialparams->proc~atl_reassignstfunptr proc~atl_getmaxpropspeeddivcor atl_getMaxPropSpeedDivCor proc~atl_init_materialparams->proc~atl_getmaxpropspeeddivcor proc~tem_variable_loadmapping tem_variable_loadMapping proc~atl_init_materialparams->proc~tem_variable_loadmapping proc~atl_evalelemmaterial atl_evalElemMaterial proc~atl_init_materialparams->proc~atl_evalelemmaterial proc~atl_assign_face_matprp atl_assign_face_matPrp proc~atl_init_materialparams->proc~atl_assign_face_matprp proc~atl_create_materialcomputelist atl_create_materialComputeList proc~atl_init_materialparams->proc~atl_create_materialcomputelist proc~tem_horizontalspacer tem_horizontalSpacer proc~atl_init_materialparams->proc~tem_horizontalspacer proc~init~2 init proc~atl_init_materialparams->proc~init~2 proc~atl_init_facestatebuffer atl_init_faceStateBuffer proc~atl_init_materialparams->proc~atl_init_facestatebuffer proc~atl_create_materialelemlist atl_create_materialElemList proc~atl_init_materialparams->proc~atl_create_materialelemlist proc~atl_evalfacematerial atl_evalFaceMaterial proc~atl_init_materialparams->proc~atl_evalfacematerial proc~atl_create_materialboundarylist atl_create_materialBoundaryList proc~atl_init_materialparams->proc~atl_create_materialboundarylist proc~aot_get_val~2 aot_get_val proc~atl_init_materialparams->proc~aot_get_val~2 proc~atl_assign_elem_varprop atl_assign_elem_varProp proc~atl_init_materialparams->proc~atl_assign_elem_varprop proc~tem_abort tem_abort proc~atl_init_materialparams->proc~tem_abort proc~atl_append_newmaterialvars atl_append_newMaterialVars proc~atl_init_materialparams->proc~atl_append_newmaterialvars proc~atl_getmaxpropspeed atl_getMaxPropSpeed proc~atl_init_materialparams->proc~atl_getmaxpropspeed proc~aot_table_open aot_table_open proc~atl_init_materialparams->proc~aot_table_open

Called by

proc~~atl_init_materialparams~~CalledByGraph proc~atl_init_materialparams atl_init_materialParams proc~atl_initialize atl_initialize proc~atl_initialize->proc~atl_init_materialparams proc~atl_initialize_program atl_initialize_program proc~atl_initialize_program->proc~atl_initialize program~atl_harvesting atl_harvesting program~atl_harvesting->proc~atl_initialize program~ateles ateles program~ateles->proc~atl_initialize_program

Contents