PolynomialOrder (Numerics)#
Defines the polynomial interpolation order associated with each transported variable in FELiCS.
- Type
- dictionary
- Default
None
Example#
"Numerics": {
"PolynomialOrder": {
"u": 2,
"T": 1,
"rho": 1
}
}
The parameter should be provided as a dictionary whose entries associate:
a transported variable,
with its corresponding polynomial interpolation order.
The variable names should be consistent with those defined in SetOfEquations.