Searched refs:numPointsFiber (Results 1 – 1 of 1) sorted by relevance
1016 PetscInt numPointsTrace, numPointsFiber; in PetscQuadratureCreateTensor() local1025 PetscCall(PetscQuadratureGetData(fiber, &dimFiber, NULL, &numPointsFiber, &pointsFiber, NULL)); in PetscQuadratureCreateTensor()1027 numPoints = numPointsFiber * numPointsTrace; in PetscQuadratureCreateTensor()1029 for (p = 0, j = 0; j < numPointsFiber; j++) { in PetscQuadratureCreateTensor()