dune-pdelab 2.7-git
|
#include <dune/common/exceptions.hh>
#include <dune/common/fvector.hh>
#include <dune/common/parametertree.hh>
#include <dune/localfunctions/common/interfaceswitch.hh>
#include <dune/pdelab/localoperator/idefault.hh>
#include <dune/pdelab/common/quadraturerules.hh>
#include <dune/pdelab/localoperator/defaultimp.hh>
#include <dune/pdelab/localoperator/pattern.hh>
#include <dune/pdelab/localoperator/flags.hh>
#include <dune/pdelab/localoperator/dgnavierstokesparameter.hh>
#include <dune/pdelab/localoperator/navierstokesmass.hh>
Go to the source code of this file.
Classes | |
struct | Dune::PDELab::VectorBasisInterfaceSwitch< Basis, Dummy > |
struct | Dune::PDELab::VectorBasisInterfaceSwitch< Basis, typename std::enable_if< Std::to_true_type< std::integral_constant< std::size_t, Basis::Traits::dimDomain > >::value >::type > |
Switch for uniform treatment of local and global basis classes. More... | |
class | Dune::PDELab::DGNavierStokesVelVecFEM< PRM > |
A local operator for solving the Navier-Stokes equations using a DG discretization and a vector-valued finite element map for the velocity grid function space. More... | |
Namespaces | |
namespace | Dune |
For backward compatibility – Do not use this! | |
namespace | Dune::PDELab |
Macros | |
#define | VBLOCK 0 |
#define | PBLOCK (- VBLOCK + 1) |
#define PBLOCK (- VBLOCK + 1) |
#define VBLOCK 0 |