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

bugfix in thirdDerivativeOfDistanceSquaredWRTFirst1AndSecond2Argument. Now it...

bugfix in thirdDerivativeOfDistanceSquaredWRTFirst1AndSecond2Argument.  Now it produces the same result as the fd approximation at least in for S^1

[[Imported from SVN: r7066]]
parent c7995750
No related branches found
No related tags found
No related merge requests found
......@@ -257,7 +257,7 @@ public:
+ secondDerivativeOfArcCosSquared(sp) * Tensor3<double,N,N,N>::product(PpPq,pProjected)
+ secondDerivativeOfArcCosSquared(sp) * Tensor3<double,N,N,N>::product(PpPqp,Pq)
- secondDerivativeOfArcCosSquared(sp) * Tensor3<double,N,N,N>::product(qProjected,Pq_sp)
- derivativeOfArcCosSquared(sp) * Tensor3<double,N,N,N>::product(PpPq,qProjected);
- derivativeOfArcCosSquared(sp) * Tensor3<double,N,N,N>::product(qProjected,Pq);
return result;
}
......
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