#include <ComputeCutCellMoments.H>
Public Types | |
| typedef map< IndexTM< int, 1 > , Real > | OneDMoments |
Public Member Functions | |
| ComputeCutCellMoments () | |
| ComputeCutCellMoments (const ComputeCutCellMoments< 1 > &a_computeCutCellMoments) | |
| ComputeCutCellMoments (const IFData< 1 > &a_info) | |
| ~ComputeCutCellMoments () | |
| void | computeMoments (const int &a_order, const int &a_degree, const bool &a_useConstraints, RefinementCriterion< 1 > &a_refinementCriterion) |
| void | simpleComputeMoments (const Real &a_loPt, const Real &a_hiPt, const int &a_degree) |
| void | computeMomentsUsingBinomial (const Real &a_loPt, const Real &a_hiPt, const int &a_loSign, const int &a_hiSign, const int &a_degree) |
| void | print (ostream &out) const |
| void | dump () const |
| void | operator= (const ComputeCutCellMoments< 1 > &a_computeCutCellMoments) |
Public Attributes | |
| CutCellMoments< 1 > | m_cutCellMoments |
| typedef map<IndexTM<int,1>,Real> ComputeCutCellMoments< 1 >::OneDMoments |
| ComputeCutCellMoments< 1 >::ComputeCutCellMoments | ( | ) |
| ComputeCutCellMoments< 1 >::ComputeCutCellMoments | ( | const ComputeCutCellMoments< 1 > & | a_computeCutCellMoments | ) |
| ComputeCutCellMoments< 1 >::ComputeCutCellMoments | ( | const IFData< 1 > & | a_info | ) |
| ComputeCutCellMoments< 1 >::~ComputeCutCellMoments | ( | ) |
| void ComputeCutCellMoments< 1 >::computeMoments | ( | const int & | a_order, | |
| const int & | a_degree, | |||
| const bool & | a_useConstraints, | |||
| RefinementCriterion< 1 > & | a_refinementCriterion | |||
| ) |
| void ComputeCutCellMoments< 1 >::simpleComputeMoments | ( | const Real & | a_loPt, | |
| const Real & | a_hiPt, | |||
| const int & | a_degree | |||
| ) |
| void ComputeCutCellMoments< 1 >::computeMomentsUsingBinomial | ( | const Real & | a_loPt, | |
| const Real & | a_hiPt, | |||
| const int & | a_loSign, | |||
| const int & | a_hiSign, | |||
| const int & | a_degree | |||
| ) |
| void ComputeCutCellMoments< 1 >::print | ( | ostream & | out | ) | const |
| void ComputeCutCellMoments< 1 >::dump | ( | ) | const |
| void ComputeCutCellMoments< 1 >::operator= | ( | const ComputeCutCellMoments< 1 > & | a_computeCutCellMoments | ) |
1.5.5