Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integral on PolyArea not yet implemented #169

Open
mikeingold opened this issue Feb 21, 2025 · 0 comments
Open

Integral on PolyArea not yet implemented #169

mikeingold opened this issue Feb 21, 2025 · 0 comments

Comments

@mikeingold
Copy link
Collaborator

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

function integral(f, polyarea::PolyArea)
    mesh::SimpleMesh = discretize(polyarea)
    return integral(f, mesh)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant