Change name scalar
to density
in LinearAdvectionEquation
#1910
Labels
consistency
Make Michael happy
discussion
low-priority
refactoring
Refactoring code without functional changes
Suggestion from the comment.
"The output after line 49 still shows the variable name scalar. I guess this hard-coded in the example.
-> feature request to Trixi.jl: Please, change name
scalar
todensity
, becausescalar
just looks like a type specification :=O"It's about how name of the variable in
LinearScalarAdvection
is shown. Take a look for example inhttps://github.com/trixi-framework/Trixi.jl/blob/dd051566a9079e22dfa792b145c0b50eaafa37fd/src/equations/linear_scalar_advection_1d.jl#L26C70-L26C76.
The same for 2D and 3D.
The text was updated successfully, but these errors were encountered: