| /libCEED/tests/output/ |
| H A D | t413-qfunction-f.out | 21 EvalMode: "interpolation" 30 EvalMode: "interpolation" 36 EvalMode: "interpolation" 45 EvalMode: "interpolation"
|
| H A D | t402-qfunction-f.out | 21 EvalMode: "interpolation" 26 EvalMode: "interpolation" 38 EvalMode: "interpolation" 43 EvalMode: "interpolation"
|
| H A D | t413-qfunction.out | 21 EvalMode: "interpolation" 30 EvalMode: "interpolation" 36 EvalMode: "interpolation" 45 EvalMode: "interpolation"
|
| H A D | t402-qfunction.out | 21 EvalMode: "interpolation" 26 EvalMode: "interpolation" 39 EvalMode: "interpolation" 44 EvalMode: "interpolation"
|
| H A D | t523-operator-f.out | 55 EvalMode: interpolation 61 EvalMode: interpolation 75 EvalMode: interpolation 81 EvalMode: interpolation
|
| H A D | t523-operator.out | 61 EvalMode: interpolation 67 EvalMode: interpolation 81 EvalMode: interpolation 87 EvalMode: interpolation
|
| H A D | t504-operator-f.out | 34 EvalMode: interpolation 40 EvalMode: interpolation
|
| H A D | t504-operator.out | 36 EvalMode: interpolation 42 EvalMode: interpolation
|
| /libCEED/tests/ |
| H A D | t304-basis.c | 16 const CeedScalar *interpolation, *quadrature_weights; in main() local 22 CeedBasisGetInterp(basis, &interpolation); in main() 27 …for (int k = 0; k < p; k++) sum += interpolation[p * k + i] * quadrature_weights[k] * interpolatio… in main()
|
| H A D | t305-basis.c | 16 const CeedScalar *interpolation, *gradient, *quadrature_weights; in main() local 22 CeedBasisGetInterp(basis, &interpolation); in main() 29 sum_m += interpolation[p * k + i] * quadrature_weights[k] * interpolation[p * k + j]; in main()
|
| /libCEED/python/tests/output/ |
| H A D | test_523.out | 56 EvalMode: interpolation 62 EvalMode: interpolation 76 EvalMode: interpolation 82 EvalMode: interpolation
|
| H A D | test_413.out | 22 EvalMode: "interpolation" 31 EvalMode: "interpolation"
|
| H A D | test_402.out | 26 EvalMode: "interpolation" 31 EvalMode: "interpolation"
|
| H A D | test_504.out | 35 EvalMode: interpolation 41 EvalMode: interpolation
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | ElemRestriction.jl | 57 - `ncomp`: Number of field components per interpolation node (1 for scalar fields) 121 - `ncomp`: Number of field components per interpolation node (1 for scalar fields) 189 - `ncomp`: Number of field components per interpolation node (1 for scalar fields) 248 - `ncomp`: Number of field components per interpolation node (1 for scalar fields)
|
| H A D | Basis.jl | 464 Get the interpolation matrix of the given [`Basis`](@ref). Returns a matrix of size 485 Get the 1D interpolation matrix of the given [`Basis`](@ref). `b` must be a tensor-product
|
| /libCEED/examples/python/ |
| H A D | tutorial-3-basis.ipynb | 79 …"The Lagrange interpolation nodes are at the Gauss-Lobatto points, so interpolation to Gauss-Lobat… 163 … create a 3D tensor product element with more quadrature points than Lagrange interpolation nodes."
|
| /libCEED/julia/LibCEED.jl/test/ |
| H A D | runtests.jl | 267 EvalMode: interpolation 273 EvalMode: interpolation
|
| /libCEED/examples/ |
| H A D | README.md | 53 …ich choose $Q = P$ and Gauss-Legendre-Lobatto quadrature to collocate with the interpolation nodes.
|
| /libCEED/doc/sphinx/source/ |
| H A D | intro.md | 5 …--a special case of nodal p-Finite Element Method (FEM) which can reuse the interpolation nodes for
|
| H A D | releasenotes.md | 66 - Add `DMSwarm` example demonstrating interpolation from background mesh to swarm points and projec… 91 - Added {c:func}`CeedBasisCreateProjection` to facilitate interpolation between nodes for separate … 545 to perform fewer operations than standard application of interpolation and
|
| H A D | libCEEDapi.md | 68 …sub-vectors, but evaluating values at constrained degrees of freedom through the AMR interpolation.
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | UserQFunctions.md | 59 `qdata` is already precomputed at quadrature points, and no interpolation is
|
| /libCEED/examples/petsc/ |
| H A D | index.md | 153 …ator-decomp`, and the restriction and prolongation operators given by interpolation basis operatio…
|
| /libCEED/examples/nek/bps/ |
| H A D | bps.usr | 503 call intp_rstd (tmp,xm1(1,1,1,e),lx1,lzq,if3d,0) ! 0-->Fwd interpolation 1495 call intp_rstd (ju,u,lx1,nxq,if3d,0) ! 0 --> Fwd interpolation 1559 call intp_rstd (wk,u,lx1,lzq,if3d,0) ! 0 --> Fwd interpolation
|