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

feat: added cubature recombination example. #798

Merged
merged 3 commits into from
Oct 18, 2024

Commits on Oct 2, 2024

  1. feat: added cubature recombination example.

    Adds a test to demonstrate the end-to-end usage of `TreeRecombination`
    for constructing non-product cubature formulae from product cubature
    formulae. A corresponding integration test has also been added for this
    new example.
    
    refs: #778
    tc85324 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    199219b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    3a37f91 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. fix: improve docs and logic in cubature example

    Completes docstrings that were missed in a previous commit, simplifies
    some logic to aid in code interpretability, and corrects some typehints.
    
    Refs: #798
    tc85324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    87bc9d8 View commit details
    Browse the repository at this point in the history