petsc-3.14.6 2021-03-30
Report Typos and Errors

DMPlexCreateFromCellList

Deprecated, use DMPlexCreateFromCellListPetsc()

Synopsis

#include "petscdmplex.h"   
#include "petscdmplex.h"   
PetscErrorCode DMPlexCreateFromCellList(MPI_Comm comm, PetscInt dim, PetscInt numCells, PetscInt numVertices, PetscInt numCorners, PetscBool interpolate, const int cells[], PetscInt spaceDim, const double vertexCoords[], DM *dm)

See Also

DMPlexCreateFromCellListPetsc()

Level

deprecated

Location

src/dm/impls/plex/plexcreate.c
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages