petsc-3.7.1 2016-05-15
Report Typos and Errors

DMPlexGetPointLocal

get location of point data in local Vec

Synopsis

#include "petscdmplex.h"   
PetscErrorCode DMPlexGetPointLocal(DM dm, PetscInt point, PetscInt *start, PetscInt *end)
Not Collective Many br

Input Arguments

dm - DM defining the topological space Many br
point - topological point Many br

Output Arguments

start - start of point data Many br
end - end of point data Many br

Note: This is a half open interval [start, end) Many br

Many br

See Also

DMPlexGetPointLocalField(), DMGetDefaultSection(), PetscSectionGetOffset(), PetscSectionGetDof(), DMPlexPointLocalRead(), DMPlexPointLocalRead(), DMPlexPointLocalRef()

Level:intermediate
Location:
src/dm/impls/plex/plexpoint.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages