Lines Matching refs:PetscGeom

5239 PetscErrorCode DMPlexGetGeomModelBodies(DM dm, PetscGeom **bodies, PetscInt *numBodies) PeNS  in DMPlexGetGeomModelBodies()
5283 PetscErrorCode DMPlexGetGeomModelBodyShells(DM dm, PetscGeom body, PetscGeom **shells, PetscInt *nu… in DMPlexGetGeomModelBodyShells()
5323 PetscErrorCode DMPlexGetGeomModelBodyFaces(DM dm, PetscGeom body, PetscGeom **faces, PetscInt *numF… in DMPlexGetGeomModelBodyFaces()
5363 PetscErrorCode DMPlexGetGeomModelBodyLoops(DM dm, PetscGeom body, PetscGeom **loops, PetscInt *numL… in DMPlexGetGeomModelBodyLoops()
5404 PetscErrorCode DMPlexGetGeomModelShellFaces(DM dm, PetscGeom body, PetscGeom shell, PetscGeom **fac… in DMPlexGetGeomModelShellFaces()
5445 PetscErrorCode DMPlexGetGeomModelFaceLoops(DM dm, PetscGeom body, PetscGeom face, PetscGeom **loops… in DMPlexGetGeomModelFaceLoops()
5486 PetscErrorCode DMPlexGetGeomModelFaceEdges(DM dm, PetscGeom body, PetscGeom face, PetscGeom **edges… in DMPlexGetGeomModelFaceEdges()
5526 PetscErrorCode DMPlexGetGeomModelBodyEdges(DM dm, PetscGeom body, PetscGeom **edges, PetscInt *numE… in DMPlexGetGeomModelBodyEdges()
5566 PetscErrorCode DMPlexGetGeomModelBodyNodes(DM dm, PetscGeom body, PetscGeom **nodes, PetscInt *numN… in DMPlexGetGeomModelBodyNodes()
5607 PetscErrorCode DMPlexGetGeomModelEdgeNodes(DM dm, PetscGeom body, PetscGeom edge, PetscGeom **nodes… in DMPlexGetGeomModelEdgeNodes()
5647 PetscErrorCode DMPlexGetGeomID(DM dm, PetscGeom body, PetscGeom topoObj, PetscInt *id) PeNS in DMPlexGetGeomID()
5692 PetscErrorCode DMPlexGetGeomObject(DM dm, PetscGeom body, PetscInt geomType, PetscInt geomID, Petsc… in DMPlexGetGeomObject()
5732 PetscErrorCode DMPlexGetGeomFaceNumOfControlPoints(DM dm, PetscGeom face, PetscInt *numCntrlPnts) P… in DMPlexGetGeomFaceNumOfControlPoints()
5738 PetscGeom geom, gRef; in DMPlexGetGeomFaceNumOfControlPoints()
5739 PetscGeom *lobjs; in DMPlexGetGeomFaceNumOfControlPoints()
5786 PetscErrorCode DMPlexGetGeomBodyMassProperties(DM dm, PetscGeom body, PetscScalar *volume, PetscSca… in DMPlexGetGeomBodyMassProperties()
5830 PetscErrorCode DMPlexRestoreGeomBodyMassProperties(DM dm, PetscGeom body, PetscScalar *volume, Pets… in DMPlexRestoreGeomBodyMassProperties()
5850 PetscErrorCode DMPlexFreeGeomObject(DM dm, PetscGeom *geomObj) PeNS in DMPlexFreeGeomObject()