Searched refs:coordsReal (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/field/impls/ds/ |
| H A D | dmfieldds.c | 242 PetscReal *coordsReal, *coordsRef; in DMFieldEvaluate_DS() local 268 …PetscCall(PetscMalloc3(gatherSize * dim, &cellPoints, gatherMax * dim, &coordsReal, gatherMax * di… in DMFieldEvaluate_DS() 293 for (p = 0; p < dim * nq; p++) coordsReal[p] = PetscRealPart(cellPoints[dim * offset + p]); in DMFieldEvaluate_DS() 294 PetscCall(DMPlexCoordinatesToReference(field->dm, c, nq, coordsReal, coordsRef)); in DMFieldEvaluate_DS() 443 PetscCall(PetscFree3(cellPoints, coordsReal, coordsRef)); in DMFieldEvaluate_DS()
|