GridAddRhsNonlinearOperator

his function add the nonlinear operator to use on the Rhs for the given field.

Synopsis

#include "grid.h" 
int GridAddRhsNonlinearOperator(Grid grid, int field, NonlinearOperator f, PetscScalar alpha, PetscTruth isALE)
Collective on Grid

Input Parameters

grid - The grid
field - The field
f - The function defining the nonlinear operator
alpha - A scalar multiplier
isALE - A flag for ALE operators

Keywords

active field

See Also

GridSetRhsOperator, GridAddRhsOperator

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