Plugins
upwind_interface.h File Reference

Go to the source code of this file.

Classes

class  ug::NavierStokes::INavierStokesUpwind< dim >
 
class  ug::NavierStokes::NavierStokesUpwindRegister< TFVGeom, dim, TImpl >
 

Namespaces

 ug
 
 ug::NavierStokes
 

Macros

#define UG_NSUPWIND_ASSERT(cond, exp)   UG_ASSERT((cond), exp)
 

Functions

template<int dim>
SmartPtr< INavierStokesUpwind< dim > > ug::NavierStokes::CreateNavierStokesUpwind (const std::string &name)
 creates upwind based on a string identifier More...
 

Macro Definition Documentation

◆ UG_NSUPWIND_ASSERT

#define UG_NSUPWIND_ASSERT (   cond,
  exp 
)    UG_ASSERT((cond), exp)