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

RFC: source terms via global vector storage #173

Draft
wants to merge 20 commits into
base: more-data-access
Choose a base branch
from

Commits on Feb 26, 2024

  1. add trixi_store_in_database

    proof of concept for creating data vectors in libelixirs which can be
    filled later by external applications
    benegee committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    2d45c62 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

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

Commits on Feb 29, 2024

  1. add trixi_get_time, trixi_load_node_coordinates

    required in this PR, subject to change
    benegee committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b864850 View commit details
    Browse the repository at this point in the history
  2. implement source terms controller

    demonstrates source terms via database
    benegee committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9430f2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5956a78 View commit details
    Browse the repository at this point in the history
  4. change Array to Vector

    benegee committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ccd23fc View commit details
    Browse the repository at this point in the history
  5. spelling

    benegee committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1be73d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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

Commits on Mar 8, 2024

  1. use const double *

    benegee committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7906080 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Merge branch 'bg/store-in-database' of github.com:trixi-framework/lib…

    …trixi into bg/store-in-database
    benegee committed May 13, 2024
    Configuration menu
    Copy the full SHA
    017e166 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b6a81f View commit details
    Browse the repository at this point in the history
  3. missed merge conflict

    benegee committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f96436b View commit details
    Browse the repository at this point in the history
  4. transpose calloc args

    benegee committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b76ca70 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

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

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    3f665f0 View commit details
    Browse the repository at this point in the history
  2. remove load_node_coordinates

    benegee committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3a0387b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    6627b97 View commit details
    Browse the repository at this point in the history
  2. format

    benegee committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2550872 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    211de01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08daf22 View commit details
    Browse the repository at this point in the history