Skip to content
Snippets Groups Projects
Commit d0c14822 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

have Neumann force in z direction again

[[Imported from SVN: r8306]]
parent 3394d42c
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ struct NeumannFunction
void evaluate(const FieldVector<double, dim>& x, FieldVector<double,3>& out) const {
out = 0;
out[0] = -40*homotopyParameter_;
out[2] = -40*homotopyParameter_;
}
double homotopyParameter_;
......
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