Searched refs:numPointsTrace (Results 1 – 1 of 1) sorted by relevance
1016 PetscInt numPointsTrace, numPointsFiber; in PetscQuadratureCreateTensor() local1024 PetscCall(PetscQuadratureGetData(trace, &dimTrace, NULL, &numPointsTrace, &pointsTrace, NULL)); in PetscQuadratureCreateTensor()1027 numPoints = numPointsFiber * numPointsTrace; in PetscQuadratureCreateTensor()1030 for (i = 0; i < numPointsTrace; i++, p++) { in PetscQuadratureCreateTensor()