Home
last modified time | relevance | path

Searched refs:examples (Results 1 – 8 of 8) sorted by relevance

/honee/doc/
H A Dexamples.md50 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
[all …]
H A Dtheory.md445 The data-driven model parameters in the examples directory are not accurate and are for regression …
/honee/
H A DMakefile81 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)/%) macro
333 matched = $(foreach pattern,$(realsearch),$(filter $(OBJDIR)/$(pattern),$(tests) $(examples)))
H A Dindex.md16 doc/examples
H A D.gitignore44 doc/sphinx/source/examples/
H A DCHANGELOG.md3 On this page we provide a summary of the main API changes, new features and examples for each relea…
H A DREADME.md68 $ build/navierstokes -options_file examples/gaussianwave.yaml
/honee/tests/junit-xml/
H A DREADME.rst78 See the docs and unit tests for more examples.