Home
last modified time | relevance | path

Searched hist:e30587cba82ab5bd19eea7b489a50e8de8aeb030 (Results 1 – 1 of 1) sorted by relevance

/libCEED/examples/fluids/problems/
H A Dnewtonian.cdiff e30587cba82ab5bd19eea7b489a50e8de8aeb030 Mon Aug 07 14:49:21 UTC 2023 James Wright <james@jameswright.xyz> fix(fluids): Reset dim before reference_velocity option

If `-g` is not given, then
`PetscOptionsRealArray(..., "-g", ...)`
will set `dim` to zero. This then causes
`PetscOptionsScalarArray(..., "-reference_velocity", ...)`
to not read any values.