Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 9 of 9) sorted by relevance

/libCEED/examples/deal.II/
H A DCMakeLists.txt9 "You may want to either pass a flag -DDEAL_II_DIR=/path/to/deal.II to cmake\n"
/libCEED/
H A DCONTRIBUTING.md8 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 DRELEASING.md143 2. CI publishes wheels on `v**` tags, assuming tests pass.
/libCEED/doc/sphinx/source/
H A DCONTRIBUTING.md8 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 DlibCEEDdev.md11 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 Dreleasenotes.md266 …y` to sync and remove libCEED read/write access to an allocated array and pass ownership of the ar…
/libCEED/interface/
H A Dceed-basis.c581 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 Dex1-volume-c.jl4 # A structure used to pass additional data to f_build_mass
/libCEED/doc/papers/joss/
H A Dpaper.md165 If MFEM is built with `libCEED` support, existing MFEM users can pass `-d ceed-cuda:/gpu/cuda/gen` …