Reassigns the spacetime function pointers based on the material variable position and the spacetime function position.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_varSys_type), | intent(in) | :: | varSys | global variable system to which luaVar to be appended |
||
type(treelmesh_type), | intent(in) | :: | tree | Mesh data in treelmesh format. |
||
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. |
||
integer, | intent(in) | :: | iLevel | |||
integer, | intent(in) | :: | iDir | |||
integer, | intent(in) | :: | iMat |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iFace | ||||
integer, | private | :: | iLR | ||||
integer, | private | :: | matVarPos | ||||
integer, | private | :: | stFunPos | ||||
integer, | private | :: | nFaces | ||||
type(tem_st_fun_listElem_type), | private, | pointer | :: | stFunList |