#include "petscdmplextransform.h" PetscErrorCode DMPlexTransformGetSourcePoint(DMPlexTransform tr, PetscInt pNew, DMPolytopeType *ct, DMPolytopeType *ctNew, PetscInt *p, PetscInt *r)Not collective
tr | - The DMPlexTransform | |
pNew | - The new point number |
ct | - The type of the original point which produces the new point | |
ctNew | - The type of the new point | |
p | - The original point which produces the new point | |
r | - The replica number of the new point, meaning it is the rth point of type ctNew produced from p |