GridGetMatOperatorStart

Retrieves information about the first matrix operator for the problem defined on the grid.

Synopsis

#include "grid.h" 
int GridGetMatOperatorStart(Grid grid, int *op, int *sField, int *tField, PetscScalar *alpha, PetscTruth *isALE)
Not collective

Input Parameter

grid -The grid

Output Parameters

op - The operator
sField - The shape function field
tField - The test function field
alpha - The multiplier of this operator
isALE - The flag for ALE operators

Keywords

grid, operator

See Also

GridGetMatOperatorNext(), GridGetNumMatOperators()

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