Skip to content
Snippets Groups Projects
Commit 00b2cd0f authored by Hörl, Maximilian's avatar Hörl, Maximilian
Browse files

[bugfix] fix wrong factor in problem mmdg6

parent 4e6b588b
No related branches found
No related tags found
No related merge requests found
...@@ -61,8 +61,8 @@ public: ...@@ -61,8 +61,8 @@ public:
const Scalar hyperbolicFactor = const Scalar hyperbolicFactor =
(coshsqrt2 * coshsqrt2 - (2 * xi_ - 1) * sinhsqrt2 * sinhsqrt2); (coshsqrt2 * coshsqrt2 - (2 * xi_ - 1) * sinhsqrt2 * sinhsqrt2);
return -48.0 * d0_ * d0_ * std::exp(-8.0 * pos[1]) * hyperbolicFactor * ( cos4y return -16.0 * d0_ * d0_ * std::exp(-8.0 * pos[1]) * hyperbolicFactor * (
+ 3.0 * std::sin(4.0 * pos[1]) ) - sqrt2 * std::sinh(sqrt2) * cos4y; cos4y + 3.0 * std::sin(4.0 * pos[1]) ) - sqrt2 * std::sinh(sqrt2) * cos4y;
} }
//aperture d of the fracture at position pos //aperture d of the fracture at position pos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment