PetscLimiterSetType#
Builds a PetscLimiter for a given PetscLimiterType
Synopsis#
#include "petscfv.h" 
PetscErrorCode PetscLimiterSetType(PetscLimiter lim, PetscLimiterType name)
Collective
Input Parameters#
- lim - The - PetscLimiterobject
- name - The kind of limiter 
Options Database Key#
- -petsclimiter_type - - Sets the PetscLimiter type; use -help for a list of available types
See Also#
PetscLimiter, PetscLimiterType, PetscLimiterGetType(), PetscLimiterCreate()
Level#
intermediate
Location#
Examples#
Index of all FV routines
Table of Contents for all manual pages
Index of all manual pages