DiscretizationGetNumComponents

This function returns the number of components in the field being discretized.

Synopsis

#include "discretization.h" 
int DiscretizationGetNumComponents(Discretization disc, int *numComp)
Not collective

Input Parameter

disc -The discretization

Output Parameter

numComp -The number of components in the field

Keywords

discretization, component, field

See Also

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