| /libCEED/rust/libceed-sys/ |
| H A D | README.md | 44 …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 D | build.rs | 28 .arg("FC=") // Don't try to find Fortran (unused library build/install) in main()
|
| /libCEED/examples/ |
| H A D | bps.md | 14 …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 D | index.md | 21 …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 D | test-wheel.sh | 7 #$PYBIN/pip install libceed --no-index --find-links wheelhouse/
|
| H A D | build_ceed_cffi.py | 60 # Find scalar type inclusion line and insert definitions
|
| /libCEED/backends/cuda/ |
| H A D | ceed-cuda-compile.cpp | 290 …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 D | julia-test-with-style.yml | 34 LIBCEED_LIB=$(find $PWD/lib -name "libceed.*")
|
| /libCEED/examples/python/ |
| H A D | ex_common.py | 73 # Find smallest power of 2 >= num_elem 233 """Find the QFunctions shared library.
|
| H A D | tutorial-6-shell.ipynb | 55 "and find the volume of $\\Omega$ as\n",
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | utils_eigensolver_jacobi.h | 29 ///@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 D | channel.h | 114 // 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 D | pytorch_pkgconfig.py | 52 # Need to force linking with libtorch_cuda.so, so find path and specify linking flag to force it
|
| /libCEED/tests/junit-xml/ |
| H A D | README.rst | 14 *As there is no definitive Jenkins JUnit XSD that I could find, the XML
|
| /libCEED/interface/ |
| H A D | ceed-jit-tools.c | 380 @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 D | ceed-operator.c | 207 @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 D | common.jl | 6 s = 0 # find s: num_elem/2 < 2^s <= num_elem
|
| /libCEED/doc/papers/joss/ |
| H A D | paper.md | 85 …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 D | setup.py | 57 'FC=', # Don't try to find Fortran (unused library build/install)
|
| /libCEED/examples/rust/mesh/src/ |
| H A D | lib.rs | 18 let mut s = 0; // find s: num_elem / 2 < 2^s <= num_elem
|
| /libCEED/examples/solids/ |
| H A D | index.md | 51 …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 D | petscutils.c | 243 …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 D | nek-examples.sh | 198 find ${nek_box_dir} -type d -regex ".*/b[0-9]+" -exec rm -rf "{}" \; 2>/dev/null
|
| /libCEED/doc/sphinx/source/ |
| H A D | libCEEDapi.md | 23 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 D | junit_common.py | 277 """Find the start and end positions of the first outer paired delimeters 295 start: int = line.find(open)
|