RGSetComplement#
Sets a flag to indicate that the region is the complement of the specified one.
Synopsis#
#include "slepcrg.h"
PetscErrorCode RGSetComplement(RG rg,PetscBool flg)
Logically Collective
Input Parameters#
rg - the region context
flg - the boolean flag
Options Database Key#
-rg_complement
- Activate/deactivate the complementation of the region
See Also#
RGGetComplement()
Level#
intermediate
Location#
Examples#
Index of all RG routines Table of Contents for all manual pages Index of all manual pages