
Public Member Functions | |
| ClosedNewtonCotes (int order=2) | |
| virtual | ~ClosedNewtonCotes () | 
| virtual XMLObject | toXML () const | 
Protected Member Functions | |
Handleable interface  | |
| virtual void | getLineRule (Array< Point > &quadPoints, Array< double > &quadWeights) const | 
| virtual void | getTriangleRule (Array< Point > &quadPoints, Array< double > &quadWeights) const | 
Definition at line 46 of file SundanceClosedNewtonCotes.hpp.
| ClosedNewtonCotes::ClosedNewtonCotes | ( | int |  order = 2           | 
          ) | 
Definition at line 38 of file SundanceClosedNewtonCotes.cpp.
| virtual Sundance::ClosedNewtonCotes::~ClosedNewtonCotes | ( | ) |  [inline, virtual] | 
        
Definition at line 53 of file SundanceClosedNewtonCotes.hpp.
| void ClosedNewtonCotes::getLineRule | ( | Array< Point > & | quadPoints, | |
| Array< double > & | quadWeights | |||
| ) |  const [protected, virtual] | 
        
compute a rule for the reference line cell
Reimplemented from Sundance::QuadratureFamilyBase.
Definition at line 53 of file SundanceClosedNewtonCotes.cpp.
References Sundance::QuadratureFamilyStub::order().
| void ClosedNewtonCotes::getTriangleRule | ( | Array< Point > & | quadPoints, | |
| Array< double > & | quadWeights | |||
| ) |  const [protected, virtual] | 
        
compute a rule for the reference triangle cell
Reimplemented from Sundance::QuadratureFamilyBase.
Definition at line 75 of file SundanceClosedNewtonCotes.cpp.
References Sundance::QuadratureFamilyStub::order().
| XMLObject ClosedNewtonCotes::toXML | ( | ) |  const [virtual] | 
        
Reimplemented from Sundance::QuadratureFamilyStub.
Definition at line 45 of file SundanceClosedNewtonCotes.cpp.
References Sundance::QuadratureFamilyStub::order(), and Teuchos::toString().