Skip to content

Integral on PolyArea not yet implemented #169

@mikeingold

Description

@mikeingold

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions