Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 23 of 23) sorted by relevance

/libCEED/examples/fluids/
H A DMakefile26 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 Dpytorch_pkgconfig.py16 def add_variable(file, variable, value): argument
63 for variable, value in variables.items():
64 add_variable(file, variable, value)
H A DREADME.md257 We have described the primitive variable formulation here; the conservative variants are similar, b…
/libCEED/examples/solids/
H A DMakefile17 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 DMakefile17 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 Dindex.md146 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-tidy1 …ability-inconsistent-declaration-parameter-name,bugprone-too-small-loop-variable,-clang-analyzer-s…
H A DREADME.md47 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 DMakefile989 $(info [ variable name]: $*)
H A DDoxyfile746 # 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 DCMakeLists.txt10 "or set an environment variable \"DEAL_II_DIR\" that contains this path."
/libCEED/examples/nek/
H A DREADME.md6 … (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 DMakefile24 $(info [ variable name]: $*)
/libCEED/julia/LibCEED.jl/src/
H A DUserQFunction.jl194 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 DCeedVector.jl268 captured variable" in the [Julia
/libCEED/doc/sphinx/source/
H A Dgpu.md11 …{c:type}`CeedQFunctionUser` called `user` would have this string stored in the variable `user_loc`.
H A DlibCEEDapi.md111 - 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 Dintro.md16 …sentations of a linear operator for a PDE in 3D with $b$ components and variable coefficients aris…
H A DlibCEEDdev.md204 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 Dreleasenotes.md315 - QFunctions using variable-length array (VLA) pointer constructs can be used with CUDA
/libCEED/julia/LibCEED.jl/docs/src/
H A DUserQFunctions.md83 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 DMakefile989 $(info [ variable name]: $*)
/libCEED/examples/nek/bps/
H A Dbps.usr276 subroutine uservp(ix,iy,iz,eg) ! set variable properties