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
The text was updated successfully, but these errors were encountered:
The
Meshes.PolyArea
geometry type doesn't have a parametrization function defined -- and probably won't ever have one. OnceSimpleMesh
integrals are implemented (#27), this could probably also be implemented using something likeThe text was updated successfully, but these errors were encountered: