Home
last modified time | relevance | path

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

/honee/src/spanstats/
H A Dspanstats.c242 Vec Child_qx_coords, Parent_qx_coords; in SpanwiseStatisticsCreateSF() local
252 …ureCoords(ceed, childdm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, &Child_qx_coords, &child_num_q… in SpanwiseStatisticsCreateSF()
259 PetscCall(VecGetArrayRead(Child_qx_coords, &child_quad_coords)); in SpanwiseStatisticsCreateSF()
271 PetscCall(VecRestoreArrayRead(Child_qx_coords, &child_quad_coords)); in SpanwiseStatisticsCreateSF()
285 PetscCall(VecDestroy(&Child_qx_coords)); in SpanwiseStatisticsCreateSF()