We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd552f commit 362f7bdCopy full SHA for 362f7bd
src/equations/traffic_flow_lwr_1d.jl
@@ -17,7 +17,7 @@ the maximum possible speed (e.g. due to speed limits) is $v_{\text{max}}$.
17
For more details see e.g. Section 11.1 of
18
- Randall LeVeque (2002)
19
Finite Volume Methods for Hyperbolic Problems
20
-[DOI: 10.1017/CBO9780511791253]https://doi.org/10.1017/CBO9780511791253
+[DOI: 10.1017/CBO9780511791253](https://doi.org/10.1017/CBO9780511791253)
21
"""
22
struct TrafficFlowLWREquations1D{RealT <: Real} <: AbstractTrafficFlowLWREquations{1, 1}
23
v_max::RealT
0 commit comments