Lines Matching refs:examples
50 This problem can be run with the `examples/gaussianwave.yaml` file via:
53 ./build/navierstokes -options_file examples/gaussianwave.yaml
56 `examples/gaussianwave.yaml`:
57 ```{literalinclude} ../examples/gaussianwave.yaml
72 The Gmsh input file, `examples/meshes/cylinder.geo` is parametrized to facilitate experimenting wit…
93 $ make -C examples/meshes
100 $ mpiexec -n 6 build/navierstokes -options_file examples/vortexshedding.yaml
104 The above run writes a file named `force.csv` (see `ts_monitor_wall_force` in `examples/vortexshedd…
110 `examples/vortexshedding.yaml`:
111 ```{literalinclude} ../examples/vortexshedding.yaml
225 This problem can be run with the `examples/channel.yaml` file via:
228 ./build/navierstokes -options_file examples/channel.yaml
230 `examples/channel.yaml:`
231 ```{literalinclude} ../examples/channel.yaml
351 This problem can be run with the `examples/blasius.yaml` file via:
354 ./build/navierstokes -options_file examples/blasius.yaml
357 `examples/blasius.yaml`:
358 ```{literalinclude} ../examples/blasius.yaml
370 This problem can be run with the `examples/blasius.yaml` file via:
373 ./build/navierstokes -options_file examples/blasius.yaml -stg_use true
377 This overrides the `stg: use: false` setting in the `examples/blasius.yaml` file, enabling the use …
747 ./build/navierstokes -options_file examples/advection_bl.yaml
750 `examples/advection_bl.yaml`:
751 ```{literalinclude} ../examples/advection_bl.yaml
758 ./build/navierstokes -options_file examples/advection_wave.yaml
761 `examples/advection_wave.yaml`:
762 ```{literalinclude} ../examples/advection_wave.yaml