LifeV
|
BCIdentifierNatural - Idenifier for Natural and Robin Boundary Condiions. More...
#include <BCIdentifier.hpp>
Private Attributes | |
std::vector< ID > | M_localToGlobal |
Constructor & Destructor | |
BCIdentifierNatural () | |
Empty Constructor. More... | |
BCIdentifierNatural (const ID &i, const std::vector< ID > &localToGlobal) | |
Constructor given ID and bdLocalToGlobal map. More... | |
BCIdentifierNatural (const ID &id) | |
Constructor given the ID. More... | |
BCIdentifierNatural (BCIdentifierNatural const &id) | |
Copy Constructor. More... | |
virtual | ~BCIdentifierNatural () |
Destructor. More... | |
Methods | |
virtual void | showMe (std::ostream &output=std::cout) const |
Display method. More... | |
Get Methods | |
ID | boundaryLocalToGlobalMap (const ID &i) const |
Return the global DOF corresponding tho the i-th local DOF in the face. More... | |
Additional Inherited Members | |
Public Member Functions inherited from BCIdentifierBase | |
BCIdentifierBase () | |
Empty Constructor. More... | |
BCIdentifierBase (ID const &i) | |
Constructor given the ID. More... | |
BCIdentifierBase (BCIdentifierBase const &id) | |
Copy constructor. More... | |
virtual | ~BCIdentifierBase () |
Destructor. More... | |
operator unsigned int () | |
Conversion operator to unsigned int. More... | |
operator int () | |
Conversion operator to int. More... | |
const ID & | id () const |
Returns the ID of the BCIdentifier. More... | |
Protected Attributes inherited from BCIdentifierBase | |
ID | M_id |
BCIdentifierNatural - Idenifier for Natural and Robin Boundary Condiions.
This class holds the DOF identifier and the bdLocalToGlobal information for implementing Natural and Robin boundary conditions
Definition at line 266 of file BCIdentifier.hpp.
|
inline |
Empty Constructor.
Definition at line 274 of file BCIdentifier.hpp.
BCIdentifierNatural | ( | const ID & | i, |
const std::vector< ID > & | localToGlobal | ||
) |
Constructor given ID and bdLocalToGlobal map.
Creates an BCIdentifier with a given ID and a given local-to-global map
i | The number of the boundary face |
localToGlobal | A vector holding the local-to-global map on this face |
Definition at line 100 of file BCIdentifier.cpp.
|
explicit |
Constructor given the ID.
id | The ID of the dof |
Definition at line 106 of file BCIdentifier.cpp.
BCIdentifierNatural | ( | BCIdentifierNatural const & | id | ) |
Copy Constructor.
Definition at line 111 of file BCIdentifier.cpp.
|
inlinevirtual |
Destructor.
Definition at line 297 of file BCIdentifier.hpp.
|
virtual |
Display method.
Reimplemented from BCIdentifierBase.
Definition at line 121 of file BCIdentifier.cpp.
Return the global DOF corresponding tho the i-th local DOF in the face.
i | The local DOF in the face |
Definition at line 319 of file BCIdentifier.hpp.
|
private |
Definition at line 328 of file BCIdentifier.hpp.