Searched refs:pass (Results 1 – 9 of 9) sorted by relevance
| /libCEED/examples/deal.II/ |
| H A D | CMakeLists.txt | 9 "You may want to either pass a flag -DDEAL_II_DIR=/path/to/deal.II to cmake\n"
|
| /libCEED/ |
| H A D | CONTRIBUTING.md | 8 Check that tests (including "examples") pass using `make prove-all`. 11 In typical development, every commit should compile, be covered by the test suite, and pass all tes…
|
| H A D | RELEASING.md | 143 2. CI publishes wheels on `v**` tags, assuming tests pass.
|
| /libCEED/doc/sphinx/source/ |
| H A D | CONTRIBUTING.md | 8 Check that tests (including "examples") pass using `make prove-all`. 11 In typical development, every commit should compile, be covered by the test suite, and pass all tes…
|
| H A D | libCEEDdev.md | 11 The interface should pass any computationally expensive or hardware specific operations to a backen… 152 It is awkward to pass fully-specified multi-dimensional arrays using C99 and certain operations wil…
|
| H A D | releasenotes.md | 266 …y` to sync and remove libCEED read/write access to an allocated array and pass ownership of the ar…
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 581 for (CeedInt pass = 0; pass < dim; pass++) { in CeedBasisApplyAtPoints_Core() local 586 …if (pass == d) CeedCall(CeedChebyshevDerivativeAtPoint(x_array_read[d * total_num_points + p], Q_1… in CeedBasisApplyAtPoints_Core() 593 …for (CeedInt c = 0; c < num_comp; c++) v_array[(pass * num_comp + c) * total_num_points + p] = tmp… in CeedBasisApplyAtPoints_Core() 644 for (CeedInt pass = 0; pass < dim; pass++) { in CeedBasisApplyAtPoints_Core() local 647 …for (CeedInt c = 0; c < num_comp; c++) tmp[0][c] = u_array[(pass * num_comp + c) * total_num_point… in CeedBasisApplyAtPoints_Core() 650 …if (pass == d) CeedCall(CeedChebyshevDerivativeAtPoint(x_array_read[d * total_num_points + p], Q_1… in CeedBasisApplyAtPoints_Core() 653 … (p > 0 || (p == 0 && pass > 0)) && d == (dim - 1), tmp[d % 2], in CeedBasisApplyAtPoints_Core()
|
| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | ex1-volume-c.jl | 4 # A structure used to pass additional data to f_build_mass
|
| /libCEED/doc/papers/joss/ |
| H A D | paper.md | 165 If MFEM is built with `libCEED` support, existing MFEM users can pass `-d ceed-cuda:/gpu/cuda/gen` …
|