Home
last modified time | relevance | path

Searched full:uses (Results 1 – 25 of 71) sorted by relevance

123

/libCEED/.github/workflows/
H A Drust-test-with-style.yml20 uses: actions/checkout@v4
22 uses: dtolnay/rust-toolchain@master
28 uses: taiki-e/install-action@v2
37 uses: codecov/codecov-action@v4
52 uses: actions/checkout@v4
54 uses: dtolnay/rust-toolchain@master
H A Dpython-wheels.yml28 - uses: actions/checkout@v4
31 uses: pypa/cibuildwheel@v2.11.3
33 - uses: actions/upload-artifact@v4
46 - uses: actions/checkout@v4
51 - uses: actions/upload-artifact@v4
63 - uses: actions/download-artifact@v4
70 - uses: pypa/gh-action-pypi-publish@v1
H A Drust-documentation.yml20 uses: actions/checkout@v4
22 uses: dtolnay/rust-toolchain@master
H A Djulia-documentation.yml14 - uses: actions/checkout@v4
15 - uses: julia-actions/setup-julia@latest
H A Dc-fortran-test-icc.yml22 - uses: actions/checkout@v4
24 uses: rscohn2/setup-oneapi@v0
H A Dc-fortan-test-ppc64le.yml22 uses: actions/checkout@v4
24 uses: uraimo/run-on-arch-action@v3
H A Dpython-test-with-style.yml21 uses: actions/checkout@v4
23 uses: actions/setup-python@v5
H A Djulia-test-with-style.yml25 uses: actions/checkout@v4
27 uses: julia-actions/setup-julia@latest
H A Dc-fortran-test-arm64.yml20 uses: actions/checkout@v4
H A Drelease-notes.yml19 uses: actions/checkout@v4
H A Dc-fortran-test-style.yml20 uses: actions/checkout@v4
H A Dc-fortran-test-linux-osx.yml23 uses: actions/checkout@v4
/libCEED/examples/solids/include/
H A Dmatops.h15 // This function uses libCEED to compute the local action of an operator
18 // This function uses libCEED to compute the non-linear residual
21 // This function uses libCEED to apply the Jacobian for assembly via a SNES
24 // This function uses libCEED to compute the action of the Jacobian
27 // This function uses libCEED to compute the action of the prolongation operator
30 // This function uses libCEED to compute the action of the restriction operator
/libCEED/examples/ceed/
H A DREADME.md7 This example uses the mass matrix to compute the length, area, or volume of a region, depending upo…
11 This example uses the diffusion matrix to compute the surface area of a region, in 1D, 2D or 3D, de…
15 This example uses the mass matrix to compute the length, area, or volume of a region, depending upo…
/libCEED/julia/LibCEED.jl/docs/src/
H A DBasis.md4 libCEED internally uses row-major (C convention) storage of matrices,
5 while Julia uses column-major (Fortran convention) storage.
H A DExamples.md8 the low-level C interface. This example uses low-level user Q-functions
H A DLibCEED.md3 By default, LibCEED.jl uses a "basic version" of the libCEED library that is
/libCEED/examples/solids/src/
H A Dmatops.c22 // This function uses libCEED to compute the local action of an operator
55 // This function uses libCEED to compute the non-linear residual
76 // This function uses libCEED to apply the Jacobian for assembly via a SNES
91 // This function uses libCEED to compute the action of the Jacobian
107 // This function uses libCEED to compute the action of the prolongation operator
144 // This function uses libCEED to compute the action of the restriction operator
/libCEED/backends/magma/tuning/
H A DREADME.md3 The `magma` backend uses specialized GPU kernels for a non-tensor basis with
4 `P`, `Q` less than a prescribed value, and above this cutoff uses a standard
/libCEED/examples/
H A Dnotation.md5 For most of our examples, the spatial discretization uses high-order finite elements/spectral eleme…
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-atomic-add-fallback.h21 // Note: uses integer comparison to avoid hang in case of NaN in atomicAdd()
/libCEED/examples/petsc/src/
H A Dmatops.c64 // This function uses libCEED to compute the action of the Laplacian with Dirichlet boundary condit…
105 // This function uses libCEED to compute the action of the prolongation operator
139 // This function uses libCEED to compute the action of the restriction operator
/libCEED/doc/sphinx/source/
H A DlibCEEDdev.md40 …If an unimplemented method is called, then the parent `/gpu/cuda/gen` {ref}`Ceed` object uses its …
104 …If the backend uses a strided E-vector layout, then the data for node `i`, component `j`, element …
112 … field with `emode` `CEED_EVAL_NONE` is properly ordered when the backend uses different layouts f…
270 which uses the `clang-tidy` utility included in recent releases of Clang.
/libCEED/examples/petsc/
H A Dindex.md9 The code uses higher level communication protocols for mesh handling in PETSc's DMPlex.
23 This example uses the following coordinate transformations for the computation of the geometric fac…
60 This example uses the following coordinate transformations for the computation of the geometric fac…
/libCEED/rust/libceed/
H A DREADME.md48 This crate uses `katexit` to render equations in the documentation.

123