PetscLimiterCreate#
Creates an empty PetscLimiter object. The type can then be set with PetscLimiterSetType().
Synopsis#
#include "petscfv.h"
PetscErrorCode PetscLimiterCreate(MPI_Comm comm, PetscLimiter *lim)
Collective
Input Parameter#
comm - The communicator for the
PetscLimiterobject
Output Parameter#
lim - The
PetscLimiterobject
See Also#
PetscLimiter, PetscLimiterType, PetscLimiterSetType(), PETSCLIMITERSIN
Level#
beginner
Location#
Examples#
src/dm/impls/forest/tests/ex2.c
src/ts/tutorials/ex11.c
Index of all FV routines
Table of Contents for all manual pages
Index of all manual pages