LifeV
BCIdentifier.hpp File Reference

Classes for identifiers. More...

+ Include dependency graph for BCIdentifier.hpp:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Classes for identifiers.

Date
01-07-2002
Author
M. A. Fernandez & Luca Formaggia
Contributor:
Luca Bertagna lbert.nosp@m.ag@e.nosp@m.mory..nosp@m.edu

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.