LifeV
|
#include <RequestLoopFaceID.hpp>
Private Attributes | |
std::shared_ptr< MeshType > | M_mesh |
const UInt | M_boundaryIdentifier |
Constructors & Destructor | |
RequestLoopFaceID (const std::shared_ptr< MeshType > &mesh, const UInt boundaryID) | |
Simple constructor with a shared_ptr on the mesh. More... | |
RequestLoopFaceID (const RequestLoopFaceID &loop) | |
Copy constructor. More... | |
Get Methods | |
const std::shared_ptr< MeshType > & | mesh () const |
Getter for the mesh pointer. More... | |
const UInt & | id () const |
Getter for the identifier. More... | |
Private Methods | |
RequestLoopFaceID () | |
No empty constructor. More... | |
This class should be better named RequestLoopBoundaryFaceID
Definition at line 57 of file RequestLoopFaceID.hpp.
|
inline |
Simple constructor with a shared_ptr on the mesh.
Definition at line 65 of file RequestLoopFaceID.hpp.
|
inline |
Copy constructor.
Definition at line 70 of file RequestLoopFaceID.hpp.
|
private |
No empty constructor.
|
inline |
Getter for the mesh pointer.
Definition at line 81 of file RequestLoopFaceID.hpp.
|
inline |
Getter for the identifier.
Definition at line 87 of file RequestLoopFaceID.hpp.
|
private |
Definition at line 106 of file RequestLoopFaceID.hpp.
|
private |
Definition at line 108 of file RequestLoopFaceID.hpp.