| /libCEED/examples/fluids/ |
| H A D | Makefile | 26 CC = $(call pkgconf, --variable=ccompiler $(PETSc.pc) $(ceed.pc)) 28 $(call pkgconf, --variable=cflags_extra $(PETSc.pc)) \ 32 $(call pkgconf, --variable=cflags_dep $(PETSc.pc)) 34 LDFLAGS += $(patsubst -L%, $(call pkgconf, --variable=ldflag_rpath $(PETSc.pc))%, $(call pkgconf, -… 81 $(info [ variable name]: $*)
|
| H A D | pytorch_pkgconfig.py | 16 def add_variable(file, variable, value): argument 63 for variable, value in variables.items(): 64 add_variable(file, variable, value)
|
| H A D | README.md | 257 We have described the primitive variable formulation here; the conservative variants are similar, b…
|
| /libCEED/examples/solids/ |
| H A D | Makefile | 17 CC = $(call pkgconf, --variable=ccompiler $(PETSc.pc) $(ceed.pc)) 19 $(call pkgconf, --variable=cflags_extra $(PETSc.pc)) \ 23 $(call pkgconf, --variable=cflags_dep $(PETSc.pc)) 25 LDFLAGS += $(patsubst -L%, $(call pkgconf, --variable=ldflag_rpath $(PETSc.pc))%, $(call pkgconf, -…
|
| /libCEED/examples/petsc/ |
| H A D | Makefile | 17 CC = $(call pkgconf, --variable=ccompiler $(PETSc.pc) $(ceed.pc)) 19 $(call pkgconf, --variable=cflags_extra $(PETSc.pc)) \ 23 $(call pkgconf, --variable=cflags_dep $(PETSc.pc)) 25 LDFLAGS += $(patsubst -L%, $(call pkgconf, --variable=ldflag_rpath $(PETSc.pc))%, $(call pkgconf, -…
|
| H A D | index.md | 146 It investigates $p$-multigrid for the Poisson problem, equation {eq}`eq-variable-coeff-poisson`, us… 151 $$ (eq-variable-coeff-poisson)
|
| /libCEED/ |
| H A D | .clang-tidy | 1 …ability-inconsistent-declaration-parameter-name,bugprone-too-small-loop-variable,-clang-analyzer-s…
|
| H A D | README.md | 47 These optimization flags are used by all languages (C, C++, Fortran) and this makefile variable can… 202 …g `MKLROOT`, linking libCEED against MKL can be forced by setting the environment variable `MKL=1`. 215 To enable the MAGMA backends, the environment variable `MAGMA_DIR` must point to the top-level MAGM… 384 …ml#faq), if `$prefix` is a standard location or you set the environment variable `PKG_CONFIG_PATH`:
|
| H A D | Makefile | 989 $(info [ variable name]: $*)
|
| H A D | Doxyfile | 746 # initial value of a variable or macro / define can have for it to appear in the 2421 # setting the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the
|
| /libCEED/examples/deal.II/ |
| H A D | CMakeLists.txt | 10 "or set an environment variable \"DEAL_II_DIR\" that contains this path."
|
| /libCEED/examples/nek/ |
| H A D | README.md | 6 … (a sibling to the libCEED directory) or at a path defined in the environment variable `NEK5K_DIR`. 30 To build the examples without MPI, set the environment variable `MPI=0`.
|
| /libCEED/examples/fluids/meshes/ |
| H A D | Makefile | 24 $(info [ variable name]: $*)
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | UserQFunction.jl | 194 Creates a user-defined interior (volumetric) Q-function, and assigns it to a variable named 208 constants in the Q-function. For example, if `dim` is a variable set to the dimension of the 217 `(arr_name, (:in|:out), EvalMode, dims...)`. Each array will be bound to a variable named
|
| H A D | CeedVector.jl | 268 captured variable" in the [Julia
|
| /libCEED/doc/sphinx/source/ |
| H A D | gpu.md | 11 …{c:type}`CeedQFunctionUser` called `user` would have this string stored in the variable `user_loc`.
|
| H A D | libCEEDapi.md | 111 - In the case of variable order spaces: 214 - $\bm{\mathcal{E}}$ is represented as variable of type {ref}`CeedElemRestriction`. 215 - $\bm{B}$ is represented as variable of type {ref}`CeedBasis`. 216 - the action of $\bm{D}$ is represented as variable of type {ref}`CeedQFunction`. 217 …athcal{E}}^T \bm{B}^T \bm{D} \bm{B} \bm{\mathcal{E}}$ is represented as variable of type {ref}`Cee… 264 …ompatible arguments for {code}`math` library functions is required, and variable-length array (VLA… 374 For a true asynchronous call, one needs to provide the address of a user defined variable. 375 Such a variable can be used later to explicitly wait for the completion of the operation.
|
| H A D | intro.md | 16 …sentations of a linear operator for a PDE in 3D with $b$ components and variable coefficients aris…
|
| H A D | libCEEDdev.md | 204 In general, variable and function names should avoid abbreviations and err on the side of verbosity… 230 4. All functions must start with a single blank line after the local variable declarations. 286 …use` installed in a sibling directory to libCEED or set the environment variable `IWYU_CC`, then y…
|
| H A D | releasenotes.md | 315 - QFunctions using variable-length array (VLA) pointer constructs can be used with CUDA
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | UserQFunctions.md | 83 argument, `Q`, is the name of that variable that will contain the number of 171 First, the matrix $w \det(J) J^{-\intercal} J^{-1}$ is stored in the variable
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 989 $(info [ variable name]: $*)
|
| /libCEED/examples/nek/bps/ |
| H A D | bps.usr | 276 subroutine uservp(ix,iy,iz,eg) ! set variable properties
|