Skip to content
Snippets Groups Projects
Commit 038cd8a4 authored by Andreas Dedner's avatar Andreas Dedner
Browse files

Merge branch 'implicit-ode' of dune.mathematik.uni-freiburg.de:dune/dune-fem-dg into implicit-ode

parents cc224c8f be297c60
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ public:
enum { dim = DomainType :: dimension };
res = 0;
DomainType y(0.0);
DomainType y(0.5);
const double p = 0.3;
double tmp_c[dim], tmp=0.0, u_sq=0.0;
......
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