DiscretizationSetNumComponents

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

Synopsis

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

Input Parameters

disc -The discretization
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