#include <cellConditions.hh>
|
virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. More...
|
|
Definition at line 125 of file cellConditions.hh.
◆ CellConditions() [1/3]
concepts::CellConditions::CellConditions |
( |
const bool |
emptyElements = true | ) |
|
Default constructor.
Sets up the dynamic array.
- Parameters
-
emptyElements | flag, which signals, if empty elements should be build for inactive cells |
◆ CellConditions() [2/3]
Constructor setting the default activity type.
◆ CellConditions() [3/3]
concepts::CellConditions::CellConditions |
( |
const CellConditions & |
cnd | ) |
|
◆ ~CellConditions()
virtual concepts::CellConditions::~CellConditions |
( |
| ) |
|
|
virtual |
Destructor.
Takes care of deleting all the formulae which are associated with the Boundary objects.
- See also
- Boundary
◆ add()
Adds a boundary condition with this attribute to the list of boundary conditions.
Be carefull: boundary condition objects with the same attribute overwrite each other, the latest is valid.
- Parameters
-
attrib | Attribute of the cell |
i | Cell condition object associated to attrib |
◆ emptyElements()
bool concepts::CellConditions::emptyElements |
( |
| ) |
const |
|
inline |
◆ info()
virtual std::ostream& concepts::CellConditions::info |
( |
std::ostream & |
os | ) |
const |
|
protectedvirtual |
◆ operator()()
Application operator.
- Parameters
-
attrib | Attribute of a topolgical object (ie. vertex or edge) |
- Returns
- A reference to the boundary condition object associated to the given attribute.
Implements concepts::Semantics< CellCondition >.
◆ emptyElements_
bool concepts::CellConditions::emptyElements_ |
|
private |
◆ inactiveCells_
std::map<uint, CellCondition> concepts::CellConditions::inactiveCells_ |
|
mutableprivate |
Dynamic array of inactive regions with type.
The index is the number given by the attribute of the topological element.
Definition at line 175 of file cellConditions.hh.
◆ type_
The documentation for this class was generated from the following file: