NullCellFilter is used as a placeholder cell filter in those equations defined independently of geometry, i.e., equations involving only global parameters. More...
Public Member Functions | |
| NullCellFilter () | |
| virtual | ~NullCellFilter () |
| virtual XMLObject | toXML () const |
| virtual int | dimension (const Mesh &mesh) const |
| Return the dimension of the cells that will be identified by this filter when acting on the given mesh. | |
Protected Member Functions | |
Handleable interface | |
| virtual CellSet | internalGetCells (const Mesh &mesh) const |
NullCellFilter is used as a placeholder cell filter in those equations defined independently of geometry, i.e., equations involving only global parameters.
Definition at line 49 of file SundanceNullCellFilter.hpp.
| NullCellFilter::NullCellFilter | ( | ) |
Definition at line 40 of file SundanceNullCellFilter.cpp.
| virtual Sundance::NullCellFilter::~NullCellFilter | ( | ) | [inline, virtual] |
Definition at line 56 of file SundanceNullCellFilter.hpp.
| int NullCellFilter::dimension | ( | const Mesh & | mesh | ) | const [virtual] |
Return the dimension of the cells that will be identified by this filter when acting on the given mesh.
Definition at line 50 of file SundanceNullCellFilter.cpp.
Definition at line 44 of file SundanceNullCellFilter.cpp.
References Sundance::NullCell.
| XMLObject NullCellFilter::toXML | ( | ) | const [virtual] |
Definition at line 55 of file SundanceNullCellFilter.cpp.