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

fix comment

[[Imported from SVN: r6213]]
parent 01535e50
Branches
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ evaluateDerivative(const Dune::FieldVector<ctype, dim>& local)
// the matrix that turns coordinates on the reference simplex into coordinates on the standard simplex
Dune::FieldMatrix<ctype,dim+1,dim> B = referenceToBarycentricLinearPart();
// compute negative derivate of F(w,q) (the derivative of the weighted distance fctl) wrt to w
// compute negative derivative of F(w,q) (the derivative of the weighted distance fctl) wrt to w
Dune::FieldMatrix<ctype,targetDim,dim+1> dFdw;
for (int i=0; i<dim+1; i++) {
Dune::FieldVector<ctype,targetDim> tmp = TargetSpace::derivativeOfDistanceSquaredWRTSecondArgument(coefficients_[i], q);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment