GridGetConstraintContext

This function returns the constraint context or PETSC_NULL if no constraints exist.

Synopsis

#include "grid.h" 
int GridGetConstraintContext(Grid grid, PetscConstraintObject *ctx)
Not collective

Input Parameter

grid -The grid

Output Parameter

ctx -The constraint context

Keywords

constraint, context

See Also

GridSetConstraintContext(), GridSetConstraints()

Level:intermediate
Location:
src/grid/interface/gridConst.c
Index of all Grid routines
Table of Contents for all manual pages
Index of all manual pages