
Public Member Functions | |
| BoundaryCellPredicate () | |
| virtual | ~BoundaryCellPredicate () |
| virtual void | testBatch (const Array< int > &cellLID, Array< int > &results) const |
| virtual XMLObject | toXML () const |
| virtual bool | lessThan (const CellPredicateBase *other) const |
| virtual std::string | description () const |
Definition at line 47 of file SundanceBoundaryCellPredicate.hpp.
| Sundance::BoundaryCellPredicate::BoundaryCellPredicate | ( | ) | [inline] |
Empty ctor
Definition at line 51 of file SundanceBoundaryCellPredicate.hpp.
| virtual Sundance::BoundaryCellPredicate::~BoundaryCellPredicate | ( | ) | [inline, virtual] |
virtual dtor
Definition at line 54 of file SundanceBoundaryCellPredicate.hpp.
| virtual std::string Sundance::BoundaryCellPredicate::description | ( | ) | const [inline, virtual] |
Implements Sundance::CellPredicateBase.
Definition at line 68 of file SundanceBoundaryCellPredicate.hpp.
| bool BoundaryCellPredicate::lessThan | ( | const CellPredicateBase * | other | ) | const [virtual] |
comparison
Implements Sundance::CellPredicateBase.
Definition at line 38 of file SundanceBoundaryCellPredicate.cpp.
References Sundance::CellPredicateBase::toXML().
| void BoundaryCellPredicate::testBatch | ( | const Array< int > & | cellLID, | |
| Array< int > & | results | |||
| ) | const [virtual] |
Test the predicate on a batch of cells
Implements Sundance::CellPredicateBase.
Definition at line 49 of file SundanceBoundaryCellPredicate.cpp.
References Sundance::CellPredicateBase::cellDim(), Sundance::CellPredicateBase::mesh(), and Sundance::Mesh::numMaxCofacets().
| XMLObject BoundaryCellPredicate::toXML | ( | ) | const [virtual] |
Write to XML
Implements Sundance::CellPredicateBase.
Definition at line 59 of file SundanceBoundaryCellPredicate.cpp.