GridScaleSystemMatrix

his function multiplies all the current components of the system matrix by the same scalar.

Synopsis

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

Input Parameters

grid - The grid
alpha - The scalar

Keywords

grid, matrix, scale

See Also

GridScaleRhs()

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