DiscretizationGetNumFunctions
This function returns the number of functions per element in the Discretization.
Synopsis
#include "discretization.h"
int DiscretizationGetNumFunctions(Discretization disc, int *numFunc)
Not collective
Input Parameter
disc -The discretization
Output Parameter
numFunc -The number of functions per element
Keywords
discretization, functions
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