Searched refs:only (Results 1 – 10 of 10) sorted by relevance
| /honee/ |
| H A D | Makefile | 28 $(call pkgconf, --cflags-only-other $(petsc.pc)) \ 31 CPPFLAGS = $(call pkgconf, --cflags-only-I $(petsc.pc) $(ceed.pc)) \ 36 LDFLAGS = $(call pkgconf, --libs-only-L --libs-only-other $(petsc.pc) $(ceed.pc)) 37 …ll pkgconf, --variable=ldflag_rpath $(petsc.pc))%, $(call pkgconf, --libs-only-L $(petsc.pc) $(cee… 38 LDLIBS = $(call pkgconf, --libs-only-l $(petsc.pc) $(ceed.pc)) -lm -lstdc++ 58 CPPFLAGS += $(call pkgconf, --cflags-only-I $(libtorch.pc)) 59 CXXFLAGS += $(call pkgconf, --cflags-only-other $(libtorch.pc)) 60 LDFLAGS += $(call pkgconf, --libs-only-L --libs-only-other $(libtorch.pc)) 61 …call pkgconf, --variable=ldflag_rpath $(petsc.pc))%, $(call pkgconf, --libs-only-L $(libtorch.pc))) 62 LDLIBS += $(call pkgconf, --libs-only-l $(libtorch.pc))
|
| H A D | LICENSE-APACHE | 78 where such license applies only to those patent claims licensable 116 of the NOTICE file are for informational purposes only and 169 License. However, in accepting such obligations, You may act only 171 of any other Contributor, and only if You agree to indemnify,
|
| H A D | Doxyfile | 156 # doxygen will generate a detailed section even if there is only a brief 178 # Stripping is only done if one of the specified strings matches the left-hand 191 # header file to include in order to use a class. If left blank only the name of 289 # only. Doxygen will then generate output that is more tailored for C. For 297 # Python sources only. Doxygen will then generate output that is more tailored 317 # sources only. Doxygen will then generate output that is more tailored for that 351 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in 360 # Note: This feature currently applies only to Markdown headings. 402 # https://www.riverbankcomputing.com/software/sip/intro) sources only. Doxygen 412 # This will only work if the methods are indeed getting or setting a simple [all …]
|
| H A D | README.md | 81 As such, it will only target a CPU installation of HONEE.
|
| /honee/tests/ |
| H A D | junit.py | 107 for condition in spec.only:
|
| H A D | junit_common.py | 68 only: List = field(default_factory=list) variable in TestSpec 536 if spec.only:
|
| /honee/doc/ |
| H A D | theory.md | 378 For compressible Navier-Stokes, this means only projecting only 4 scalars-per-node. 389 This is known as large-eddy simulation (LES), as only the "large" scales of turbulence are resolved. 423 - Type of subgrid stress model to use. Currently only `data_driven` is available 445 …en model parameters in the examples directory are not accurate and are for regression testing only. 460 PyTorch is currently the only external library implemented with the sequential mode. 466 … evaluation via `-sgs_model_dd_implementation sequential_ceed`, but it is only for verification pu…
|
| H A D | auxiliary.md | 83 This running average is only updated at the interval specified by `-ts_monitor_spanstats_<statsname… 84 The $L^2$ projection problem is only solved when statistics are written to file, which is controlle… 104 - Number of timesteps between statistics file writing (`-1` means only at end of run) 379 Currently the code is only setup to do *in situ* training for the SGS data-driven model.
|
| H A D | runtime_options.md | 105 …umber of steps between writing binary checkpoints. `0` has no output, `-1` outputs final state only 393 At the time of this writing, it only supports one direction of periodicity.
|
| H A D | examples.md | 419 …mplified and nondimensionalized version of system {eq}`eq-ns` and account only for the convective … 568 This case has a linear velocity profile with only the y component set: $u_y = y / L_y$. 586 This IC is meant for for the translation advection profile only. 592 This IC is meant for for the translation advection profile only.
|