Home
last modified time | relevance | path

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

/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c235 PetscScalar *cellPoints; in DMFieldEvaluate_DS() local
268 …PetscCall(PetscMalloc3(gatherSize * dim, &cellPoints, gatherMax * dim, &coordsReal, gatherMax * di… in DMFieldEvaluate_DS()
277 PetscCall(PetscSFGatherBegin(cellSF, pointType, pointsArray, cellPoints)); in DMFieldEvaluate_DS()
278 PetscCall(PetscSFGatherEnd(cellSF, pointType, pointsArray, cellPoints)); in DMFieldEvaluate_DS()
293 for (p = 0; p < dim * nq; p++) coordsReal[p] = PetscRealPart(cellPoints[dim * offset + p]); in DMFieldEvaluate_DS()
443 PetscCall(PetscFree3(cellPoints, coordsReal, coordsRef)); in DMFieldEvaluate_DS()
919 PetscReal *cellPoints; in DMFieldComputeFaceData_DS() local
935 PetscCall(PetscMalloc1(dE * Nq, &cellPoints)); in DMFieldComputeFaceData_DS()
938 PetscCall(PetscQuadratureSetData(cellQuad, dE, 1, Nq, cellPoints, unusedWeights)); in DMFieldComputeFaceData_DS()
1086 … CoordinatesRefToReal(dE, dim, xi0, v0, J, &orientPoints[o][dim * q + 0], &cellPoints[dE * q + 0]); in DMFieldComputeFaceData_DS()