You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Meshes.PolyArea geometry type doesn't have a parametrization function defined -- and probably won't ever have one. Once SimpleMesh integrals are implemented (#27), this could probably also be implemented using something like
functionintegral(f, polyarea::PolyArea)
mesh::SimpleMesh=discretize(polyarea)
returnintegral(f, mesh)
end