Searched refs:q_data_restrictions (Results 1 – 1 of 1) sorted by relevance
12 static CeedElemRestriction *q_data_restrictions; variable57 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()