Searched refs:variable (Results 1 – 8 of 8) sorted by relevance
| /honee/ |
| H A D | pytorch_pkgconfig.py | 19 def add_variable(file, variable, value): argument 66 for variable, value in variables.items(): 67 add_variable(file, variable, value)
|
| H A D | Makefile | 25 CC = $(call pkgconf, --variable=ccompiler $(petsc.pc) $(ceed.pc)) 27 $(call pkgconf, --variable=cflags_extra $(petsc.pc)) \ 32 $(call pkgconf, --variable=cflags_dep $(petsc.pc)) \ 34 CXX = $(call pkgconf, --variable=cxxcompiler $(petsc.pc) $(ceed.pc)) $(if $(PEDANTIC),$(PEDAN… 37 LDFLAGS += $(patsubst -L%, $(call pkgconf, --variable=ldflag_rpath $(petsc.pc))%, $(call pkgconf, … 61 …LDFLAGS += $(patsubst -L%, $(call pkgconf, --variable=ldflag_rpath $(petsc.pc))%, $(call pkgco… 88 …LDFLAGS += -L$(SMARTREDIS_DIR)/lib $(call pkgconf, --variable=ldflag_rpath $(petsc.pc))$(SMARTREDI… 214 $(info [ variable name]: $*)
|
| H A D | .clang-tidy | 1 …ng-analyzer-*,readability-inconsistent-declaration-parameter-name,bugprone-too-small-loop-variable"
|
| H A D | README.md | 13 Effort is made to maintain flexibility in state variable choice, boundary conditions, time integrat…
|
| H A D | Doxyfile | 765 # initial value of a variable or macro / define can have for it to appear in the 2464 # setting the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the
|
| /honee/examples/meshes/ |
| H A D | Makefile | 24 $(info [ variable name]: $*)
|
| /honee/doc/ |
| H A D | runtime_options.md | 162 - Run unit tests of Newtonian state variable transformation functions 353 We have described the primitive variable formulation here; the conservative variants are similar, b…
|
| H A D | auxiliary.md | 321 …installation directory of SmartRedis using the `SMARTREDIS_DIR` environment variable when building:
|