|
Chombo + EB
3.0
|
#include <PolynomialIF.H>
Public Member Functions | |
| void | partialDerivative (PolyTerm &a_partial, const IntVect &a_whichPartial, const PolyTerm &a_poly) const |
| void | firstOrderPartial (PolyTerm &a_partial, const int &a_whichPartial) const |
Public Attributes | |
| Real | coef |
| IntVect | powers |
This represents one term in a general polynomial
| void PolyTerm::partialDerivative | ( | PolyTerm & | a_partial, |
| const IntVect & | a_whichPartial, | ||
| const PolyTerm & | a_poly | ||
| ) | const |
Partial derivative
| void PolyTerm::firstOrderPartial | ( | PolyTerm & | a_partial, |
| const int & | a_whichPartial | ||
| ) | const |
First order partial
| Real PolyTerm::coef |
Coefficient of this polynomial term
| IntVect PolyTerm::powers |
Powers of this polynomial term
1.8.13