Skip to content
Snippets Groups Projects
Commit 2209ae4a authored by Lars von Wolff's avatar Lars von Wolff
Browse files

Second example ready for cluster

parent 8c30d7fe
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ public:
Dune::FieldVector<RF, dim> xg = eg.geometry().global( ip.position() );
if(xg[0] > 0.1 && xg[0] < 0.3)
{
source = (xg[0]-0.1)*(0.3-xg[0])/0.04;
source = (xg[0]-0.1)*(0.3-xg[0])/0.016;
}
for (size_t i=0; i<chns.pfspace.size(); i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment