Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dutils.h310 CeedScalar *stored) { in StoredValuesPack() argument
311 for (CeedInt j = 0; j < num_comp; j++) stored[(start + j) * Q + i] = values_at_qpnt[j]; in StoredValuesPack()
328 …StoredValuesUnpack(CeedInt Q, CeedInt i, CeedInt start, CeedInt num_comp, const CeedScalar *stored, in StoredValuesUnpack() argument
330 for (CeedInt j = 0; j < num_comp; j++) values_at_qpnt[j] = stored[(start + j) * Q + i]; in StoredValuesUnpack()
/honee/doc/
H A Druntime_options.md380 The coordinates for such cases are stored as a new field with special cell-based indexing to enable…
H A Dauxiliary.md308 …aining of machine-learning models, normally uses *a priori* (already gathered) data stored on disk.