Chombo + EB  3.0
Public Member Functions | Public Attributes | List of all members
PolyTerm Class Reference

#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
 

Detailed Description

This represents one term in a general polynomial

Member Function Documentation

◆ partialDerivative()

void PolyTerm::partialDerivative ( PolyTerm a_partial,
const IntVect a_whichPartial,
const PolyTerm a_poly 
) const

Partial derivative

◆ firstOrderPartial()

void PolyTerm::firstOrderPartial ( PolyTerm a_partial,
const int &  a_whichPartial 
) const

First order partial

Member Data Documentation

◆ coef

Real PolyTerm::coef

Coefficient of this polynomial term

◆ powers

IntVect PolyTerm::powers

Powers of this polynomial term


The documentation for this class was generated from the following file: