-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
The existing integral function takes a point p with global coordinates. Sometimes, we just need to perform integration inside the geometry in terms of local parametric coordinates. For example, if we know the function values f1, f2, f3 at the vertices a triangle, we can use the barycentric coordinates to integrate a linear function: f(u, v) = f1 + (f2 - f1) * u + (f3 - f1) * v.
A new localintegral function that expects integrands in terms of parametric coordinates would really help in these situations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed