Home
last modified time | relevance | path

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

/honee/src/
H A Dqdata.c12 static CeedElemRestriction *q_data_restrictions; variable
57 PetscCall(PetscRealloc(num_q_data_stored * sizeof(CeedElemRestriction), &q_data_restrictions)); in QDataGetStored()
59 q_data_restrictions[q_data_stored_index] = NULL; // Must set to NULL for ReferenceCopy in QDataGetStored()
61 …eed(ceed, CeedElemRestrictionReferenceCopy(elem_restr_qd_created, &q_data_restrictions[q_data_stor… in QDataGetStored()
66 …PetscCallCeed(ceed, CeedElemRestrictionReferenceCopy(q_data_restrictions[q_data_stored_index], ele… in QDataGetStored()
79 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&q_data_restrictions[i])); in QDataClearStoredData()
82 PetscCall(PetscFree(q_data_restrictions)); in QDataClearStoredData()
84 q_data_restrictions = NULL; in QDataClearStoredData()