Home
last modified time | relevance | path

Searched refs:stored (Results 1 – 15 of 15) sorted by relevance

/libCEED/julia/LibCEED.jl/src/
H A DContext.jl39 # A reference to the context object is stored in the QFunction object, and
40 # references to the QFunctions are stored in the Operator.
H A DElemRestriction.jl272 tranpose operation). The input [`CeedVector`](@ref) is `u` and the result stored in `ru`.
/libCEED/examples/fluids/qfunctions/
H A Dutils.h209 CeedScalar *stored) { in StoredValuesPack() argument
210 for (CeedInt j = 0; j < num_comp; j++) stored[(start + j) * Q + i] = values_at_qpnt[j]; in StoredValuesPack()
227 …StoredValuesUnpack(CeedInt Q, CeedInt i, CeedInt start, CeedInt num_comp, const CeedScalar *stored, in StoredValuesUnpack() argument
229 for (CeedInt j = 0; j < num_comp; j++) values_at_qpnt[j] = stored[(start + j) * Q + i]; in StoredValuesUnpack()
/libCEED/julia/LibCEED.jl/docs/src/
H A DLibCEED.md9 library file. The choice of library file is stored as a per-environment
H A DUserQFunctions.md154 The geometric factors stored in `qdata` represent the symmetric matrix $w
158 remaining entries we infer by symmetry. These entries are stored using the
161 symmetric matrices stored in this fashion.
171 First, the matrix $w \det(J) J^{-\intercal} J^{-1}$ is stored in the variable
/libCEED/examples/python/
H A Dtutorial-1-vector.ipynb77 …"* In the following example, we associate the data stored in a `libceed.Vector` with a `numpy.arra…
208 …eed.Vector` with a libCEED contex that supports CUDA, associate the data stored in a CeedVector wi…
H A Dtutorial-2-elemrestriction.ipynb125 …n. Strided restrictions are typically used for data stored at quadrature points or for vectors sto…
/libCEED/doc/sphinx/source/
H A Dgpu.md11 …ample a {c:type}`CeedQFunctionUser` called `user` would have this string stored in the variable `u…
H A Dintro.md17 …he representation labeled as *tensor-qstore* pulls the metric terms into the stored representation.
H A DlibCEEDapi.md142 > - each element matrix is stored as a dense matrix
149 > - the stored data can be viewed as a **Q-vector**.
330 With partial assembly, we first perform a setup stage where $\bm{D}$ is evaluated and stored.
H A Dreleasenotes.md300 data stored in the {cpp:type}`CeedVector` structure are available without copy as
/libCEED/julia/LibCEED.jl/examples/
H A Dex3-volume.jl139 # For efficiency, rebuild the matrix from stored components
/libCEED/examples/solids/
H A Dindex.md508 1. recover $\bm C^{-1}$ and $\log J$ (either stored at quadrature points or recomputed),
510 3. conclude by {eq}`eq-diff-P`, where $\bm S$ is either stored or recomputed from its definition ex…
525 …n {eq}`eq-neo-hookean-incremental-stress-index`, thus $\mathsf C$ can be stored as a symmetric $6\…
/libCEED/examples/fluids/
H A DREADME.md284 The coordinates for such cases are stored as a new field with special cell-based indexing to enable…
/libCEED/
H A DREADME.md336 The results from the benchmarks are stored inside the `benchmarks/` directory and they can be viewe…