LifeV
|
#include <StructuralOperator.hpp>
Public Types | |
typedef std::function< VectorSmall< 3 > Real const &, Real const &, Real const &, Real const &) > | volumeForce_Type |
typedef std::shared_ptr< volumeForce_Type > | volumeForcePtr_Type |
typedef VectorSmall< 3 > | return_Type |
Public Member Functions | |
sourceVectorialFunctor (const volumeForcePtr_Type volumeSource) | |
void | setCurrentTime (const Real time) |
return_Type | operator() (const VectorSmall< 3 > spaceCoordinates) |
Private Attributes | |
volumeForcePtr_Type | M_volumeSource |
Real | M_currentTime |
Definition at line 132 of file StructuralOperator.hpp.
typedef std::function<VectorSmall<3> Real const&, Real const&, Real const&, Real const& ) > volumeForce_Type |
Definition at line 135 of file StructuralOperator.hpp.
typedef std::shared_ptr<volumeForce_Type > volumeForcePtr_Type |
Definition at line 136 of file StructuralOperator.hpp.
typedef VectorSmall<3> return_Type |
Definition at line 137 of file StructuralOperator.hpp.
|
inline |
Definition at line 139 of file StructuralOperator.hpp.
|
inline |
Definition at line 143 of file StructuralOperator.hpp.
|
inline |
Definition at line 148 of file StructuralOperator.hpp.
|
private |
Definition at line 155 of file StructuralOperator.hpp.
|
private |
Definition at line 156 of file StructuralOperator.hpp.