DiscretizationGetFieldValues

This function gets the values for the corresponding field in the Grid for this Discretization.

Synopsis

#include "discretization.h" 
int DiscretizationGetFieldValues(Discretization disc, PetscScalar **fieldValues)
Not collective

Input Parameter

disc -The discretization

Output Parameter

fieldValues -The values for the corresponding field in the Grid

Keywords

discretization, component, field

See Also

DiscretizationSetField(), DiscretizationCreate(), DiscretizationRegisterOperator()

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