Home
last modified time | relevance | path

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

/honee/src/spanstats/
H A Dspanstats.c241 PetscInt child_num_qpnts, parent_num_qpnts, num_comp_x; in SpanwiseStatisticsCreateSF() local
252 …rds(ceed, childdm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, &Child_qx_coords, &child_num_qpnts)); in SpanwiseStatisticsCreateSF()
262 … PetscCall(PetscMalloc2(child_num_qpnts * 2, &child_coords, parent_num_qpnts * 2, &parent_coords)); in SpanwiseStatisticsCreateSF()
263 for (int i = 0; i < child_num_qpnts; i++) { in SpanwiseStatisticsCreateSF()
274 …PetscCall(PetscSFSetGraphFromCoordinates(*statssf, parent_num_qpnts, child_num_qpnts, num_comp_sf,… in SpanwiseStatisticsCreateSF()