Chombo + EB + MF
3.2
|
#include <MinimalCCCM.H>
Public Types | |
typedef map< IndexTM< int, 1 >, Real > | OneDMoments |
Public Member Functions | |
MinimalCCCM () | |
MinimalCCCM (const MinimalCCCM< 1 > &a_MinimalCCCM) | |
MinimalCCCM (const IFData< 1 > &a_info) | |
~MinimalCCCM () | |
void | computeMoments (const int &a_orderPmax, const int &a_degreePmax) |
void | simpleComputeMoments (const Real &a_loPt, const Real &a_hiPt, const int &a_degreePmax) |
void | computeMomentsUsingBinomial (const Real &a_loPt, const Real &a_hiPt, const int &a_loSign, const int &a_hiSign, const int &a_degreePmax) |
void | print (ostream &out) const |
void | dump () const |
void | operator= (const MinimalCCCM< 1 > &a_MinimalCCCM) |
Public Attributes | |
CutCellMoments< 1 > | m_cutCellMoments |
typedef map<IndexTM<int,1>,Real> MinimalCCCM< 1 >::OneDMoments |
MinimalCCCM< 1 >::MinimalCCCM | ( | ) |
MinimalCCCM< 1 >::MinimalCCCM | ( | const MinimalCCCM< 1 > & | a_MinimalCCCM | ) |
MinimalCCCM< 1 >::MinimalCCCM | ( | const IFData< 1 > & | a_info | ) |
MinimalCCCM< 1 >::~MinimalCCCM | ( | ) |
void MinimalCCCM< 1 >::computeMoments | ( | const int & | a_orderPmax, |
const int & | a_degreePmax | ||
) |
void MinimalCCCM< 1 >::simpleComputeMoments | ( | const Real & | a_loPt, |
const Real & | a_hiPt, | ||
const int & | a_degreePmax | ||
) |
void MinimalCCCM< 1 >::computeMomentsUsingBinomial | ( | const Real & | a_loPt, |
const Real & | a_hiPt, | ||
const int & | a_loSign, | ||
const int & | a_hiSign, | ||
const int & | a_degreePmax | ||
) |
void MinimalCCCM< 1 >::print | ( | ostream & | out | ) | const |
void MinimalCCCM< 1 >::dump | ( | ) | const |
void MinimalCCCM< 1 >::operator= | ( | const MinimalCCCM< 1 > & | a_MinimalCCCM | ) |
CutCellMoments<1> MinimalCCCM< 1 >::m_cutCellMoments |