#include "petscdmmoab.h" PetscErrorCode DMMoabCreateVertices(DM dm, const PetscReal* coords, PetscInt nverts, moab::Range* overts)Collective on MPI_Comm
dm | - The DM object | |
type | - The type of element to create and add (Edge/Tri/Quad/Tet/Hex/Prism/Pyramid/Polygon/Polyhedra) | |
conn | - The connectivity of the element | |
nverts | - The number of vertices that form the element | |
overts | - The list of vertices that were created (can be NULL) |