euler_timestep Function

public pure function euler_timestep(afield, dt) result(res)

Arguments

Type IntentOptional Attributes Name
class(field_type), intent(in) :: afield
real, intent(in) :: dt

Return Value class(field_type), allocatable


Contents