LifeV
RequestLoopFaceID< MeshType > Class Template Reference

#include <RequestLoopFaceID.hpp>

+ Collaboration diagram for RequestLoopFaceID< MeshType >:

Private Attributes

std::shared_ptr< MeshTypeM_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 UIntid () const
 Getter for the identifier. More...
 

Private Methods

 RequestLoopFaceID ()
 No empty constructor. More...
 

Detailed Description

template<typename MeshType>
class LifeV::ExpressionAssembly::RequestLoopFaceID< MeshType >

This class should be better named RequestLoopBoundaryFaceID

Author
Samuel Quinodoz

Definition at line 57 of file RequestLoopFaceID.hpp.

Constructor & Destructor Documentation

◆ RequestLoopFaceID() [1/3]

RequestLoopFaceID ( const std::shared_ptr< MeshType > &  mesh,
const UInt  boundaryID 
)
inline

Simple constructor with a shared_ptr on the mesh.

Definition at line 65 of file RequestLoopFaceID.hpp.

+ Here is the caller graph for this function:

◆ RequestLoopFaceID() [2/3]

RequestLoopFaceID ( const RequestLoopFaceID< MeshType > &  loop)
inline

Copy constructor.

Definition at line 70 of file RequestLoopFaceID.hpp.

+ Here is the caller graph for this function:

◆ RequestLoopFaceID() [3/3]

RequestLoopFaceID ( )
private

No empty constructor.

Member Function Documentation

◆ mesh()

const std::shared_ptr<MeshType>& mesh ( ) const
inline

Getter for the mesh pointer.

Definition at line 81 of file RequestLoopFaceID.hpp.

◆ id()

const UInt& id ( ) const
inline

Getter for the identifier.

Definition at line 87 of file RequestLoopFaceID.hpp.

Field Documentation

◆ M_mesh

std::shared_ptr<MeshType> M_mesh
private

Definition at line 106 of file RequestLoopFaceID.hpp.

◆ M_boundaryIdentifier

const UInt M_boundaryIdentifier
private

Definition at line 108 of file RequestLoopFaceID.hpp.


The documentation for this class was generated from the following file: