Determines maximum propagation speed for Maxwell equation with divergence cleaning (hyperbolic), i.e. the speed of light depends only on material parameters.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(treelmesh_type), | intent(in) | :: | tree | Mesh data in treelmesh format. |
||
type(atl_materialFun_type), | intent(in) | :: | materialFun | Information about the material parameters. Used to figure out the order of the material paramters as well as the number of components. |
||
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 | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iLevel | ||||
integer, | private | :: | iMat | ||||
integer, | private | :: | permeaPos | = | 0 | ||
integer, | private | :: | permittPos | = | 0 | ||
integer, | private | :: | gamPos | = | 0 | ||
integer, | private | :: | chiPos | = | 0 |