43 #ifndef OneDFSIBCFunction_H 44 #define OneDFSIBCFunction_H 46 #include <lifev/one_d_fsi/solver/OneDFSIDefinitions.hpp> 107 if (
this != &bcFunction )
125 return M_function ( time, timeStep );
const function_Type & function() const
Get the function.
std::function< Real(const Real &, const Real &) > function_Type
Type definition for the 1D boundary function.
OneDFSIFunction()
Empty Constructor.
OneDFSIFunction(const function_Type &function)
Constructor by function.
OneDFSIFunction & operator=(const OneDFSIFunction &bcFunction)
Operator=.
void updateInverseJacobian(const UInt &iQuadPt)
OneDFSIFunction - Base class for 1D BC Functions.
void setFunction(const function_Type &function)
Set the function.
virtual ~OneDFSIFunction()
Destructor.
double Real
Generic real data.
OneDFSIFunction(const OneDFSIFunction &bcFunction)
Copy constructor.
Real operator()(const Real &time, const Real &timeStep=0.) const
Operator()