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

Use optimal prolongation operators #22

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Nov 26, 2019

  1. Add tests for linear algebra properties of remappers.

    Properties are taken from Bousserez and Henze (2018) and are one-sided
    inverse and idempotence.
    DWesl committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    391dc0a View commit details
    Browse the repository at this point in the history
  2. Add function to find optimal prolongation operator.

    Follows Bousserez and Henke (2018) for minimum aggregation error.
    DWesl committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    62cf80e View commit details
    Browse the repository at this point in the history
  3. Allow dict(name=value) pattern in flake8 config.

    flake8-configurations provides the check.
    DWesl committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    d1a4e00 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Add temporal "remapper" so I can get matrices to find optimal prolong…

    …ations.
    
    Still need to modify the inversion script.
    DWesl committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    1548a05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c56e4d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Merge branch 'master' into estimate_aggregation_error

    Pull the updates from the main branch into the optimal aggregation
    branch.
    DWesl committed May 11, 2020
    Configuration menu
    Copy the full SHA
    5e9b2bb View commit details
    Browse the repository at this point in the history
  2. Merge work from server.

    DWesl committed May 11, 2020
    Configuration menu
    Copy the full SHA
    72a1515 View commit details
    Browse the repository at this point in the history