
Public Member Functions | |
| ReducedQuadrature () | |
| virtual | ~ReducedQuadrature () |
| virtual XMLObject | toXML () const |
| virtual std::string | description () const |
Handleable interface | |
| virtual int | getNumPoints (const CellType &cellType) const |
| virtual void | getPoints (const CellType &cellType, Array< Point > &quadPoints, Array< double > &quadWeights) const |
| virtual void | getAdaptedWeights (const CellType &cellType, int cellDim, int celLID, int facetIndex, const Mesh &mesh, const ParametrizedCurve &globalCurve, Array< Point > &quadPoints, Array< double > &quadWeights, bool &isCut) const |
Definition at line 48 of file SundanceReducedQuadrature.hpp.
| Sundance::ReducedQuadrature::ReducedQuadrature | ( | ) |
Definition at line 39 of file SundanceReducedQuadrature.cpp.
| virtual Sundance::ReducedQuadrature::~ReducedQuadrature | ( | ) | [inline, virtual] |
Definition at line 55 of file SundanceReducedQuadrature.hpp.
| virtual std::string Sundance::ReducedQuadrature::description | ( | ) | const [inline, virtual] |
Describable interface
Reimplemented from Sundance::QuadratureFamilyStub.
Definition at line 62 of file SundanceReducedQuadrature.hpp.
| void Sundance::ReducedQuadrature::getAdaptedWeights | ( | const CellType & | cellType, | |
| int | cellDim, | |||
| int | celLID, | |||
| int | facetIndex, | |||
| const Mesh & | mesh, | |||
| const ParametrizedCurve & | globalCurve, | |||
| Array< Point > & | quadPoints, | |||
| Array< double > & | quadWeights, | |||
| bool & | isCut | |||
| ) | const [virtual] |
This methos is for the ACI integration
Reimplemented from Sundance::QuadratureFamilyBase.
Definition at line 64 of file SundanceReducedQuadrature.cpp.
| int Sundance::ReducedQuadrature::getNumPoints | ( | const CellType & | cellType | ) | const [virtual] |
Reimplemented from Sundance::QuadratureFamilyBase.
Definition at line 59 of file SundanceReducedQuadrature.cpp.
| void Sundance::ReducedQuadrature::getPoints | ( | const CellType & | cellType, | |
| Array< Point > & | quadPoints, | |||
| Array< double > & | quadWeights | |||
| ) | const [virtual] |
Get the quadrature points and weights for the given cell type
Reimplemented from Sundance::QuadratureFamilyBase.
Definition at line 51 of file SundanceReducedQuadrature.cpp.
References Sundance::QuadratureFamilyBase::getPoints().
| XMLObject Sundance::ReducedQuadrature::toXML | ( | ) | const [virtual] |
Reimplemented from Sundance::QuadratureFamilyStub.
Definition at line 43 of file SundanceReducedQuadrature.cpp.