atl_getMaxPropSpeed Subroutine

public subroutine atl_getMaxPropSpeed(tree, materialFun, material_list)

Determines maximum propagation speed, 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.


Calls

proc~~atl_getmaxpropspeed~~CallsGraph proc~atl_getmaxpropspeed atl_getMaxPropSpeed proc~tem_abort tem_abort proc~atl_getmaxpropspeed->proc~tem_abort

Called by

proc~~atl_getmaxpropspeed~~CalledByGraph proc~atl_getmaxpropspeed atl_getMaxPropSpeed proc~atl_init_materialparams atl_init_materialParams proc~atl_init_materialparams->proc~atl_getmaxpropspeed 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