Skip to content

Integral on Tetrahedron not fully supported #40

@mikeingold

Description

@mikeingold

Integrals on Tetrahedron are only currently supported for the GaussKronrod algorithm, which uses a triply-nested quadgk formulation (sub-optimal but it works).

Much like Triangle, the default integral methods for GaussLegendre and HAdaptiveCubature will not work because they require the integration limits to be rectangular on $(0,1)^n$ for an $n$-dimensional space. However, to extend the derivation that I used to implement these methods for Triangle seems like a non-trivial job.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions