/*!
  * @param base base of the 1D boundary condition
  */
 void assignFunction( OneDFSIFunction& base ) { base.setFunction( functionSelectorTimeTimeStep() ); }
void
BCInterfaceFunctionParser< OneDFSIBCHandler, OneDFSISolver >::assignFunction ( bcBase_Type& base )
{
    base.setFunction ( functionSelectorTimeTimeStep() );
}
 /*!
  * @param t time
  * @param timeStep time step
  * @return boundary condition value
  */
 Real functionTimeTimeStep( const Real& t, const Real& timeStep ) { return functionSelectorTimeTimeStep()( t, timeStep ); };