Hello, I have a 3D volume mesh whose surface is a 2D manifold, and that manifold’s boundary is a 1D curve. I want to compute the directional derivative of v along this 1D boundary. The following expressions seems not be correct.
grad(v).Trace()*grad(v).Trace() * ds(definedon=self.mesh.BBoundaries(".*"))