Searched refs:MFEM_DIR (Results 1 – 9 of 9) sorted by relevance
| /libCEED/examples/ |
| H A D | Makefile | 22 MFEM_DIR ?= $(abspath ../../mfem) macro 23 CONFIG_MK ?= $(or $(wildcard $(MFEM_DIR)/config/config.mk),$(wildcard\ 24 $(MFEM_DIR)/share/mfem/config.mk),invalid_mfem_dir) 40 make CEED_DIR=$(CEED_DIR) MFEM_DIR=$(MFEM_DIR) -C mfem all
|
| H A D | README.md | 91 To build the examples, set the `DEAL_II_DIR`, `MFEM_DIR`, `PETSC_DIR`, and `NEK5K_DIR` variables an…
|
| /libCEED/examples/mfem/ |
| H A D | Makefile | 19 MFEM_DIR ?= ../../../mfem macro 20 CONFIG_MK ?= $(or $(wildcard $(MFEM_DIR)/config/config.mk),$(wildcard\ 21 $(MFEM_DIR)/share/mfem/config.mk),invalid_mfem_dir) 49 MFEM config file not found. Please set MFEM_DIR))
|
| H A D | bp1.cpp | 51 #ifndef MFEM_DIR in main() 54 const char *mesh_file = MFEM_DIR "/data/star.mesh"; in main()
|
| H A D | README.md | 8 export MFEM_DIR=/path/to/mfem
|
| H A D | bp3.cpp | 73 #ifndef MFEM_DIR in main() 76 const char *mesh_file = MFEM_DIR "/data/star.mesh"; in main()
|
| /libCEED/ |
| H A D | Makefile | 257 MFEM_DIR ?= ../mfem macro 452 $(info MFEM_DIR = $(MFEM_DIR)) 714 MFEM_DIR="$(abspath $(MFEM_DIR))" CXX=$(CXX) $* 770 $(if $(MFEM_DIR),$(mfemexamples)) \ 1021 MAGMA_DIR XSMM_DIR CUDA_DIR CUDA_ARCH MFEM_DIR PETSC_DIR NEK5K_DIR ROCM_DIR HIP_ARCH SYCL_DIR
|
| H A D | README.md | 237 To build the examples, set the `MFEM_DIR`, `PETSC_DIR` (and optionally `PETSC_ARCH`), and `NEK5K_DI…
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 257 MFEM_DIR ?= ../mfem macro 452 $(info MFEM_DIR = $(MFEM_DIR)) 714 MFEM_DIR="$(abspath $(MFEM_DIR))" CXX=$(CXX) $* 770 $(if $(MFEM_DIR),$(mfemexamples)) \ 1021 MAGMA_DIR XSMM_DIR CUDA_DIR CUDA_ARCH MFEM_DIR PETSC_DIR NEK5K_DIR ROCM_DIR HIP_ARCH SYCL_DIR
|