DMPlexCreateCoordinateSpace#
Creates a finite element space for the coordinates
Synopsis#
#include "petscdmplex.h"   
#include "petscdmplextransform.h"   
PetscErrorCode DMPlexCreateCoordinateSpace(DM dm, PetscInt degree, PetscBool project, PetscPointFunc coordFunc)
Collective
Input Parameters#
- dm - The - DMPLEX
- degree - The degree of the finite element or - PETSC_DECIDE
- project - Flag to project current coordinates into the space 
- coordFunc - An optional function to map new points from refinement to the surface 
See Also#
DMPlex: Unstructured Grids, DM, DMPLEX, PetscPointFunc, PetscFECreateLagrange(), DMGetCoordinateDM()
Level#
advanced
Location#
src/dm/impls/plex/plexcreate.c
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages