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 |
Closed Newton-Cotes quadrature rules for lines and triangles
Definition at line 57 of file SundanceClosedNewtonCotes.hpp.
| ClosedNewtonCotes::ClosedNewtonCotes | ( | int | order = 2 | ) |
Definition at line 49 of file SundanceClosedNewtonCotes.cpp.
| virtual Sundance::ClosedNewtonCotes::~ClosedNewtonCotes | ( | ) | [inline, virtual] |
Definition at line 64 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 64 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 86 of file SundanceClosedNewtonCotes.cpp.
References Sundance::QuadratureFamilyStub::order().
| XMLObject ClosedNewtonCotes::toXML | ( | ) | const [virtual] |
Reimplemented from Sundance::QuadratureFamilyStub.
Definition at line 56 of file SundanceClosedNewtonCotes.cpp.
References Sundance::QuadratureFamilyStub::order(), and Teuchos::toString().