|
Plugins
|
#include "../../upwind_interface.h"#include "lib_disc/spatial_disc/disc_util/fv1_geom.h"#include "lib_disc/spatial_disc/user_data/data_import.h"Go to the source code of this file.
Namespaces | |
| namespace | ug |
| namespace | ug::NavierStokes |
Macros | |
| #define | UG_NSSTAB_ASSERT(cond, exp) UG_ASSERT((cond), (exp)) |
Functions | |
| template<int dim> | |
| SmartPtr< INavierStokesSRFV1Stabilization< dim > > | ug::NavierStokes::CreateNavierStokesStabilization (const std::string &name) |
| creates upwind based on a string identifier | |
| #define UG_NSSTAB_ASSERT | ( | cond, | |
| exp | |||
| ) | UG_ASSERT((cond), (exp)) |