33 #ifndef __H__UG__NAVIER_STOKES__BND__INFLOW_BASE_IMPL__
34 #define __H__UG__NAVIER_STOKES__BND__INFLOW_BASE_IMPL__
44 template <
typename TDomain,
typename TAlgebra>
46 add(
const std::vector<number>& vVel,
const char* subsetsBND)
48 if((
int)vVel.size() !=
dim)
49 UG_THROW(
"NavierStokesInflow: Setting velocity vector of dimension "<<
50 vVel.size()<<
" to a Discretization for world dim " <<
dim);
57 template <
typename TDomain,
typename TAlgebra>
59 add(
const char* fctName,
const char* subsetsBND)
function NavierStokes(fcts, subsets, discType)
virtual void add(SmartPtr< CplUserData< MathVector< dim >, dim > > user, const char *subsetsBND)=0