DiscretizationGetBoundaryDiscretization
This function returns boundary discretization, or PETSC_NULL if none exists.
Synopsis
#include "discretization.h"
int DiscretizationGetBoundaryDiscretization(Discretization disc, Discretization *bdDisc)
Not collective
Input Parameter
disc -The discretization
Output Parameter
bdDisc -The boundary discretization, or PETSC_NULL
Keywords
discretization, functions
See Also
DiscretizationCreate(), DiscretizationRegisterOperator()
Level:intermediate
Location:src/grid/discretization/interface/discretization.c
Index of all Discretization routines
Table of Contents for all manual pages
Index of all manual pages