petsc-3.7.1 2016-05-15
DMMoabGetVertexCoordinates
Get the coordinates corresponding to the requested vertex entities
Synopsis
#include "petscdmmoab.h"
PetscErrorCode DMMoabGetVertexCoordinates(DM dm,PetscInt nconn,const moab::EntityHandle *conn,PetscReal *vpos)
Collective on MPI_Comm Many br
Input Parameter
| dm | - The DMMoab object Many br |
| nconn | - Number of entities whose coordinates are needed Many br |
| conn | - The vertex entity handles Many br |
Output Parameter
| vpos | - The coordinates of the requested vertex entities Many br |
Many br
See Also
DMMoabGetVertexConnectivity()
Level:beginner
Location:src/dm/impls/moab/dmmoab.cxx
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/ts/examples/tutorials/ex35.cxx.html