#include "petscds.h" PetscErrorCode PetscDSGetAdjacency(PetscDS prob, PetscInt f, PetscBool *useCone, PetscBool *useClosure)Not collective
prob | - The PetscDS object | |
f | - The field number |
useCone | - Flag for variable influence starting with the cone operation | |
useClosure | - Flag for variable influence using transitive closure |
Note: See the discussion in DMPlexGetAdjacencyUseCone() and DMPlexGetAdjacencyUseClosure()
Level:developer
Location:src/dm/dt/interface/dtds.c
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages