Skip to content
Snippets Groups Projects
Commit 5e43c161 authored by Robert K's avatar Robert K
Browse files

added example for navier stokes.

parent 1225a4e5
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,10 @@ namespace Fem
AdvectionLimiter::Enum::unlimited,
Matrix::Enum::matrixfree,
AdvectionFlux::Enum::llf,
PrimalDiffusionFlux::Enum::general > AC;
PrimalDiffusionFlux::Enum::general> AC;
// Local DG approach
// LocalDiffusionFlux::Enum::ldg,
// Formulation::Enum::local > AC;
typedef typename AC::GridType GridType;
typedef typename AC::GridParts HostGridPartType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment