Home
last modified time | relevance | path

Searched full:find (Results 1 – 25 of 44) sorted by relevance

12

/libCEED/rust/libceed-sys/
H A DREADME.md44 …ed to set `LD_LIBRARY_PATH` to the appropriate target directory for doctests to be able to find it.
51 …se hash value is printed during `cargo build --verbose` or you can find it with `find target -name…
H A Dbuild.rs28 .arg("FC=") // Don't try to find Fortran (unused library build/install) in main()
/libCEED/examples/
H A Dbps.md14 …problem, posed as a weak form on a Hilbert space $V^p \subset H^1$, i.e., find $u \in V^p$ such th…
54 …ed in BP3-BP6 is defined via the following variational formulation, i.e., find $u \in V^p$ such th…
/libCEED/examples/ceed/
H A Dindex.md21 …e write here the vector $u(x)\equiv 1$ in the Galerkin approximation, and find the volume of $\Ome…
78 …e write here the vector $u(x)\equiv 1$ in the Galerkin approximation, and find the volume of $\Ome…
/libCEED/python/
H A Dtest-wheel.sh7 #$PYBIN/pip install libceed --no-index --find-links wheelhouse/
H A Dbuild_ceed_cffi.py60 # Find scalar type inclusion line and insert definitions
/libCEED/backends/cuda/
H A Dceed-cuda-compile.cpp290 …command = "$(find $(rustup run " + std::string(rust_toolchain) + " rustc --print sysroot) -name ll… in CeedCompileCore_Cuda()
334 // Find Rust's llvm-link tool and run it in CeedCompileCore_Cuda()
335 …command = "$(find $(rustup run " + std::string(rust_toolchain) + " rustc --print sysroot) -name ll… in CeedCompileCore_Cuda()
351 // Find files ending in .a in CeedCompileCore_Cuda()
365 ("$(find $(rustup run " + std::string(rust_toolchain) + in CeedCompileCore_Cuda()
372 …("$(find $(rustup run " + std::string(rust_toolchain) + " rustc --print sysroot) -name llc) -O3 -m… in CeedCompileCore_Cuda()
/libCEED/.github/workflows/
H A Djulia-test-with-style.yml34 LIBCEED_LIB=$(find $PWD/lib -name "libceed.*")
/libCEED/examples/python/
H A Dex_common.py73 # Find smallest power of 2 >= num_elem
233 """Find the QFunctions shared library.
H A Dtutorial-6-shell.ipynb55 "and find the volume of $\\Omega$ as\n",
/libCEED/examples/fluids/qfunctions/
H A Dutils_eigensolver_jacobi.h29 ///@brief Find the off-diagonal index in row i whose absolute value is largest
41 /// @brief Find the indices (i_max, j_max) marking the location of the
43 /// uses the max_idx_row[] array to find the answer in O(n) time.
239 // find the "maximum" element in the array starting at position i+1 in SortRows()
H A Dchannel.h114 // Find pressure using state inside the domain in Channel_Inflow()
120 // Find inflow state using calculated P and prescribed velocity, theta0 in Channel_Inflow()
/libCEED/examples/fluids/
H A Dpytorch_pkgconfig.py52 # Need to force linking with libtorch_cuda.so, so find path and specify linking flag to force it
/libCEED/tests/junit-xml/
H A DREADME.rst14 *As there is no definitive Jenkins JUnit XSD that I could find, the XML
/libCEED/interface/
H A Dceed-jit-tools.c380 @brief Find the relative filepath to an installed JiT file
391 …CeedCheck(*relative_file_path, NULL, CEED_ERROR_MAJOR, "Couldn't find relative path including 'cee… in CeedGetJitRelativePath()
437 …return CeedError(ceed, CEED_ERROR_MAJOR, "Couldn't find matching JiT source file: %s", relative_fi… in CeedGetJitAbsolutePath()
H A Dceed-operator.c207 @brief Find the active input vector `CeedBasis` for a non-composite `CeedOperator`.
211 @param[in] op `CeedOperator` to find active `CeedBasis` for
224 @brief Find the active input and output vector `CeedBasis` for a non-composite `CeedOperator`.
228 @param[in] op `CeedOperator` to find active `CeedBasis` for
290 @brief Find the active vector `CeedElemRestriction` for a non-composite `CeedOperator`.
294 @param[in] op `CeedOperator` to find active `CeedElemRestriction` for
307 …@brief Find the active input and output vector `CeedElemRestriction` for a non-composite `CeedOper…
311 @param[in] op `CeedOperator` to find active `CeedElemRestriction` for
/libCEED/julia/LibCEED.jl/examples/
H A Dcommon.jl6 s = 0 # find s: num_elem/2 < 2^s <= num_elem
/libCEED/doc/papers/joss/
H A Dpaper.md85 …ement discretization of a problem based on a weak form with one weak derivative: find $u$ such that
133 … the NumPy [@NumPy] or Numba [@Numba] packages. The interested reader can find more details on `li…
/libCEED/
H A Dsetup.py57 'FC=', # Don't try to find Fortran (unused library build/install)
/libCEED/examples/rust/mesh/src/
H A Dlib.rs18 let mut s = 0; // find s: num_elem / 2 < 2^s <= num_elem
/libCEED/examples/solids/
H A Dindex.md51 …v$ and integrate the divergence term by parts to arrive at the weak form: find $\bm u \in \mathcal…
407 find $\bm u \in \mathcal V \subset H^1(\Omega_0)$ such that
513 …ic-weak-form-initial` may be written as a weak form for linear operators: find $\diff\bm u \in \ma…
/libCEED/examples/petsc/src/
H A Dpetscutils.c243 …if (*ds_field == -1) SETERRQ(PetscObjectComm((PetscObject)dm), PETSC_ERR_SUP, "Could not find dm_f… in DMFieldToDSField()
419 // Find a nicely composite number of elements no less than global nodes in CreateDistributedDM()
/libCEED/examples/nek/
H A Dnek-examples.sh198 find ${nek_box_dir} -type d -regex ".*/b[0-9]+" -exec rm -rf "{}" \; 2>/dev/null
/libCEED/doc/sphinx/source/
H A DlibCEEDapi.md23 We want to find $u$ in a suitable space $V_D$, such that
400 `CeedInit` uses this prefix to find an appropriate backend for the resource.
/libCEED/tests/
H A Djunit_common.py277 """Find the start and end positions of the first outer paired delimeters
295 start: int = line.find(open)

12