GridScaleRhsOperator

his function multiplies an operator of the Rhs by the a scalar.

Synopsis

#include "grid.h" 
int GridScaleRhsOperator(Grid grid, PetscScalar alpha, int index)
Collective on Grid

Input Parameters

grid - The grid
alpha - The scalar
index - The unique operator index returned by GridAddRhsOperator()

Keywords

grid, rhs, scale, operator

See Also

GridScaleSystemMatrix(), GridAddRhsOperator()

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