atl_getMaxPropSpeedDivCor Subroutine

public subroutine atl_getMaxPropSpeedDivCor(tree, materialFun, material_list)

Determines maximum propagation speed for Maxwell equation with divergence cleaning (hyperbolic), i.e. the speed of light depends only on material parameters.

Arguments

Type IntentOptional 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.