Searched refs:stored (Results 1 – 15 of 15) sorted by relevance
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Context.jl | 39 # 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 D | ElemRestriction.jl | 272 tranpose operation). The input [`CeedVector`](@ref) is `u` and the result stored in `ru`.
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | utils.h | 209 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 D | LibCEED.md | 9 library file. The choice of library file is stored as a per-environment
|
| H A D | UserQFunctions.md | 154 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 D | tutorial-1-vector.ipynb | 77 …"* 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 D | tutorial-2-elemrestriction.ipynb | 125 …n. Strided restrictions are typically used for data stored at quadrature points or for vectors sto…
|
| /libCEED/doc/sphinx/source/ |
| H A D | gpu.md | 11 …ample a {c:type}`CeedQFunctionUser` called `user` would have this string stored in the variable `u…
|
| H A D | intro.md | 17 …he representation labeled as *tensor-qstore* pulls the metric terms into the stored representation.
|
| H A D | libCEEDapi.md | 142 > - 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 D | releasenotes.md | 300 data stored in the {cpp:type}`CeedVector` structure are available without copy as
|
| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | ex3-volume.jl | 139 # For efficiency, rebuild the matrix from stored components
|
| /libCEED/examples/solids/ |
| H A D | index.md | 508 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 D | README.md | 284 The coordinates for such cases are stored as a new field with special cell-based indexing to enable…
|
| /libCEED/ |
| H A D | README.md | 336 The results from the benchmarks are stored inside the `benchmarks/` directory and they can be viewe…
|