GridSetBCMultiplier

This sets the scalar multiplier used for reduction components on the rhs.

Synopsis

#include "grid.h" 
#include "gvec.h" 
int GridSetBCMultiplier(Grid grid, PetscScalar alpha)
Collective on Grid

Input Parameters

grid - The grid
alpha - The scalar multiplier

Note

For example, this should be -1 in a nonlinear iteration. The default is 1.

Keywords

grid, reduction, boundary conditions

See Also

GridGetBCMultiplier(), GridSetBC(), GridAddBC()

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