LifeV
|
Classes for identifiers. More...
#include <lifev/core/LifeV.hpp>
Go to the source code of this file.
Data Structures | |
class | BCIdentifierBase |
BCIdentifierBase - Base class holding DOF identifiers for implementing BC. More... | |
class | BCIdentifierComparison |
BCIdentifierComp - Functor for ordering operations (required in set STL container) More... | |
class | BCIdentifierEssential |
BCIdentifierEssential - BCIdentifier for implementing Essential Boundary Conditions. More... | |
class | BCIdentifierNatural |
BCIdentifierNatural - Idenifier for Natural and Robin Boundary Condiions. More... | |
Namespaces | |
LifeV | |
Default Physical Solver. | |
Functions | |
bool | operator== (const BCIdentifierBase &first, const BCIdentifierBase &second) |
Overloading == operator for objects of type BCIdentifier. More... | |
Classes for identifiers.
This classes hold a identifier that allow us to impose a specific boundary condition. Each type of boundary condition needs a specic information on the boundary. Thus, the key is to use inheritance by adding, to the base class, the information requested for imposing the BC.
Definition in file BCIdentifier.hpp.