Home
last modified time | relevance | path

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

/honee/src/
H A Dqdata.c31 PetscInt q_data_stored_index = -1; in QDataGetStored() local
48 q_data_stored_index = i; in QDataGetStored()
53 if (q_data_stored_index == -1) { in QDataGetStored()
54 q_data_stored_index = num_q_data_stored++; in QDataGetStored()
58 q_data_vecs[q_data_stored_index] = NULL; // Must set to NULL for ReferenceCopy in QDataGetStored()
59 q_data_restrictions[q_data_stored_index] = NULL; // Must set to NULL for ReferenceCopy in QDataGetStored()
60 PetscCallCeed(ceed, CeedVectorReferenceCopy(q_data_created, &q_data_vecs[q_data_stored_index])); in QDataGetStored()
61 …eedElemRestrictionReferenceCopy(elem_restr_qd_created, &q_data_restrictions[q_data_stored_index])); in QDataGetStored()
65 PetscCallCeed(ceed, CeedVectorReferenceCopy(q_data_vecs[q_data_stored_index], q_data_stored)); in QDataGetStored()
66 …PetscCallCeed(ceed, CeedElemRestrictionReferenceCopy(q_data_restrictions[q_data_stored_index], ele… in QDataGetStored()