atl_eulerTimestep_type Derived Type

type, private :: atl_eulerTimestep_type

Timestep information for Euler equation.


Inherited by

type~~atl_eulertimestep_type~~InheritedByGraph type~atl_eulertimestep_type atl_eulerTimestep_type type~atl_timestep_type atl_timestep_type type~atl_timestep_type->type~atl_eulertimestep_type euler, euler_2d, euler_1d type~atl_global_timestep_type atl_global_timestep_type type~atl_global_timestep_type->type~atl_timestep_type elementSteps type~atl_element_container_type atl_element_container_type type~atl_element_container_type->type~atl_global_timestep_type time

Contents


Components

TypeVisibilityAttributesNameInitial
real(kind=rk), private, allocatable:: maxVel(:)

Modulus of the maximum velocity (for all elements on the current level).

real(kind=rk), private, allocatable:: speedOfSound(:)

Maximum speed of sound (for all elements on the current level).