| /libCEED/.github/workflows/ |
| H A D | rust-test-with-style.yml | 20 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 D | python-wheels.yml | 28 - 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 D | rust-documentation.yml | 20 uses: actions/checkout@v4 22 uses: dtolnay/rust-toolchain@master
|
| H A D | julia-documentation.yml | 14 - uses: actions/checkout@v4 15 - uses: julia-actions/setup-julia@latest
|
| H A D | c-fortran-test-icc.yml | 22 - uses: actions/checkout@v4 24 uses: rscohn2/setup-oneapi@v0
|
| H A D | c-fortan-test-ppc64le.yml | 22 uses: actions/checkout@v4 24 uses: uraimo/run-on-arch-action@v3
|
| H A D | python-test-with-style.yml | 21 uses: actions/checkout@v4 23 uses: actions/setup-python@v5
|
| H A D | julia-test-with-style.yml | 25 uses: actions/checkout@v4 27 uses: julia-actions/setup-julia@latest
|
| H A D | c-fortran-test-arm64.yml | 20 uses: actions/checkout@v4
|
| H A D | release-notes.yml | 19 uses: actions/checkout@v4
|
| H A D | c-fortran-test-style.yml | 20 uses: actions/checkout@v4
|
| H A D | c-fortran-test-linux-osx.yml | 23 uses: actions/checkout@v4
|
| /libCEED/examples/solids/include/ |
| H A D | matops.h | 15 // 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 D | README.md | 7 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 D | Basis.md | 4 libCEED internally uses row-major (C convention) storage of matrices, 5 while Julia uses column-major (Fortran convention) storage.
|
| H A D | Examples.md | 8 the low-level C interface. This example uses low-level user Q-functions
|
| H A D | LibCEED.md | 3 By default, LibCEED.jl uses a "basic version" of the libCEED library that is
|
| /libCEED/examples/solids/src/ |
| H A D | matops.c | 22 // 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 D | README.md | 3 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 D | notation.md | 5 For most of our examples, the spatial discretization uses high-order finite elements/spectral eleme…
|
| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-atomic-add-fallback.h | 21 // Note: uses integer comparison to avoid hang in case of NaN in atomicAdd()
|
| /libCEED/examples/petsc/src/ |
| H A D | matops.c | 64 // 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 D | libCEEDdev.md | 40 …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 D | index.md | 9 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 D | README.md | 48 This crate uses `katexit` to render equations in the documentation.
|