Public Member Functions | |
| NullCellFilter () | |
| virtual | ~NullCellFilter () |
| virtual XMLObject | toXML () const |
| virtual int | dimension (const Mesh &mesh) const |
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 60 of file SundanceNullCellFilter.hpp.
Definition at line 51 of file SundanceNullCellFilter.cpp.
| virtual Sundance::NullCellFilter::~NullCellFilter | ( | ) | [inline, virtual] |
Definition at line 67 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 61 of file SundanceNullCellFilter.cpp.
| CellSet NullCellFilter::internalGetCells | ( | const Mesh & | mesh | ) | const [protected, virtual] |
Definition at line 55 of file SundanceNullCellFilter.cpp.
References Sundance::NullCell.
| XMLObject NullCellFilter::toXML | ( | ) | const [virtual] |
Definition at line 66 of file SundanceNullCellFilter.cpp.