Searched refs:examples (Results 1 – 8 of 8) sorted by relevance
50 This problem can be run with the `examples/gaussianwave.yaml` file via:53 ./build/navierstokes -options_file examples/gaussianwave.yaml56 `examples/gaussianwave.yaml`:57 ```{literalinclude} ../examples/gaussianwave.yaml72 The Gmsh input file, `examples/meshes/cylinder.geo` is parametrized to facilitate experimenting wit…93 $ make -C examples/meshes100 $ mpiexec -n 6 build/navierstokes -options_file examples/vortexshedding.yaml104 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[all …]
445 The data-driven model parameters in the examples directory are not accurate and are for regression …
81 src.c := examples/navierstokes.c $(filter-out $(wildcard **/smartsim/*), $(sort $(wildcard $(PROBLE…232 examples.c := $(sort $(wildcard examples/*.c))233 examples := $(examples.c:examples/%.c=$(OBJDIR)/%) macro333 matched = $(foreach pattern,$(realsearch),$(filter $(OBJDIR)/$(pattern),$(tests) $(examples)))
16 doc/examples
44 doc/sphinx/source/examples/
3 On this page we provide a summary of the main API changes, new features and examples for each relea…
68 $ build/navierstokes -options_file examples/gaussianwave.yaml
78 See the docs and unit tests for more examples.