PETSc version 3.15.5
Fix/Edit manual page

DMPlexSetActivePoint

Set the point on which projection is currently working

Synopsis

#include "petscdmplex.h"   
PetscErrorCode DMPlexSetActivePoint(DM dm, PetscInt point)
Not collective

Input Arguments

dm - the DM
point - The mesh point involved in the current projection

See Also

DMPlexGetActivePoint()

Level

developer

Location

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