#include "petscdmmesh.h" PetscErrorCode DMMeshGetCoordinates(DM dm, PetscBool columnMajor, PetscInt *numVertices, PetscInt *dim, PetscReal *coords[])Not Collective
dm | - The DMMesh object | |
columnMajor | - Flag for column major order |
numVertices | - The number of vertices | |
dim | - The embedding dimension | |
coords | - The array holding local coordinates |
Level:intermediate
Location:src/dm/impls/mesh/mesh.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages