Searched refs:cntrPnt (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 1690 double range[2], avgt[1], cntrPnt[9]; in DMPlexCreateGeom() local 1719 PetscCall(EGlite_evaluate(edge, avgt, cntrPnt)); in DMPlexCreateGeom() 1721 PetscCall(EG_evaluate(edge, avgt, cntrPnt)); in DMPlexCreateGeom() 1723 coords[(numVertices + bodyEdgeIndexStart + eOffset - 1) * cdim + 0] = cntrPnt[0]; in DMPlexCreateGeom() 1724 coords[(numVertices + bodyEdgeIndexStart + eOffset - 1) * cdim + 1] = cntrPnt[1]; in DMPlexCreateGeom() 1725 coords[(numVertices + bodyEdgeIndexStart + eOffset - 1) * cdim + 2] = cntrPnt[2]; in DMPlexCreateGeom() 1744 double range[4], avgUV[2], cntrPnt[18]; in DMPlexCreateGeom() local 1759 PetscCall(EGlite_evaluate(face, avgUV, cntrPnt)); in DMPlexCreateGeom() 1761 PetscCall(EG_evaluate(face, avgUV, cntrPnt)); in DMPlexCreateGeom() 1764 coords[(numVertices + numEdges + bodyFaceIndexStart + id - 1) * cdim + 0] = cntrPnt[0]; in DMPlexCreateGeom() [all …]
|