linearization_indicator_density Function

private pure function linearization_indicator_density(euler, mean, deviation) result(islinear)

An indicator to decide whether linearization of fluxes is tolerable based on the density.

Arguments

Type IntentOptional Attributes Name
class(atl_euler_type), intent(in) :: euler

Description of the equation

real(kind=rk), intent(in) :: mean(:)

The mean value of each state

real(kind=rk), intent(in) :: deviation(:)

Maximal deviation of each state

Return Value logical


Contents