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

[WIP] Add support for nd vectors on md field #251

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Aug 9, 2022

  1. [WIP] Add support for nd vectors on md field

    This is a first suggestion of how to implement spatio-temporal vector
    fields. It is hardly tested and more a foundation for a discussion.
    LSchueler committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    05b4239 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Fix incompressibility

    The normalisation in the projector has to use the first `vec_dim`
    elements of the cov_samples, just check div. of equations.
    LSchueler committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    b15d1b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. [WIP] Add support for nd vectors on md field

    This is a first suggestion of how to implement spatio-temporal vector
    fields. It is hardly tested and more a foundation for a discussion.
    LSchueler committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    13e9ecf View commit details
    Browse the repository at this point in the history
  2. Fix incompressibility

    The normalisation in the projector has to use the first `vec_dim`
    elements of the cov_samples, just check div. of equations.
    LSchueler committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    d7159eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    059b791 View commit details
    Browse the repository at this point in the history