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

Release v2.0.0 #31

Merged
merged 28 commits into from
Mar 15, 2024
Merged

Release v2.0.0 #31

merged 28 commits into from
Mar 15, 2024

Commits on Oct 17, 2022

  1. Update steps in installation and also some paths (#16)

    * Update steps in installation and also some paths
    
    * Incorporate review comments
    IshaanDesai authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    696bbc2 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

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

Commits on Feb 21, 2023

  1. Fix/ci versions and formatting (#20)

    * Update and fix versions used in CI
    
    * Fix formatting to satisfy clang format
    
    * Fix formatting to satisfy markdown linting
    mathiskelm authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    84bf373 View commit details
    Browse the repository at this point in the history
  2. Resolve deprecations in DuMux 3.6 (#19)

    * Resolve deprecations in DuMux 3.6
    
    Use new problem structure for freeflow model
    
    * Reintroduce compatibility with DuMux 3.4/3.5
    
    ---------
    
    Co-authored-by: Ishaan Desai <ishaandesai@gmail.com>
    mathiskelm and IshaanDesai authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    9249ec2 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    74f5dbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1159c0c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Draft: Update/dumux 3.7 (#22)

    * [ci] Use DUNE 2.9 for DuMux 3.7-git
    
    * [examples] Include header for UMFPack linear solver
    
    * [examples] Use UMFPack from istlsolvers.hh
    
    * [examples] cleanup, satisfy clang format
    
    * [ci] build docker dune 2.9 with latest precice
    
    * [docker] change dune-subgrid source to dune-project.org/extensions
    
    * [docker] deactivate DUNE python bindings for testing
    mathiskelm authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    554fc5c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Modifying docker container recipes to build with precice:develop (#26)

    * Modifying docker container recipe to work with precice:develop
    
    * Removing old preCICE CMake configurations
    
    * Remove binprecice md from Docker recipes
    IshaanDesai authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    325caf7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Update the adapter according to preCICE V3 (#25)

    * Update the adapter according to preCICE V3
    
    * tweaking on the format
    
    * improve formatting
    
    * Add related item in changelog
    
    * Change the required preCICE version from 2.0.0 to 3.0.0
    
    * Tweak the formatting of markdown file
    
    * Modify the indentation in changelog
    
    * Modify the indentation in changelog
    
    * Modify the passed parameter to get rid of change to mesh- and dataName
    
    * Modify the examples and an error in the adapter itself
    
    * Update the required preCICE version CMakeLists.txt
    
    * rename some of the functions
    
    * changed the preCICE version required and the test to be run
    
    * Changed the preCICE version for build-and-test-dumux-master
    
    * Using develop version of preCICE in CI
    
    * Use preCICE version develop in build-and-test CI
    
    ---------
    
    Co-authored-by: Jun Chen <jun.chen@ipvs.uni-stuttgart.de>
    Co-authored-by: Ishaan Desai <ishaandesai@gmail.com>
    3 people authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    71b7bd8 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

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

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    d60b1f4 View commit details
    Browse the repository at this point in the history
  2. Revert to use standard library definitions in API functions and examp…

    …les (#30)
    
    * Remove old .gitlab folder
    
    * Revert to using std::string and std::vector in adapter API functions
    
    * Correct mistake in std:vectpr
    
    * Formatting
    
    * Revert to using std::string and std:vector instead of precice::
    
    * Use std::string instead of precice::string_view in the dummy solver
    
    * Update dumux-precice/couplingadapter.cc
    
    Co-authored-by: mathiskelm <114579716+mathiskelm@users.noreply.github.com>
    
    * Update examples/dummysolver/main_dummysolver.cc
    
    Co-authored-by: mathiskelm <114579716+mathiskelm@users.noreply.github.com>
    
    * Clean up dummy solver
    
    * Using the correct data types
    
    * Further simplifying variable definitions in examples
    
    * Formatting
    
    * Formatting
    
    * Update dumux-precice/couplingadapter.cc
    
    Co-authored-by: mathiskelm <114579716+mathiskelm@users.noreply.github.com>
    
    * Update dumux-precice/couplingadapter.hh
    
    Co-authored-by: mathiskelm <114579716+mathiskelm@users.noreply.github.com>
    
    * Update examples/ff-pm/flow-over-cube-3d/main_ff-reversed.cc
    
    Co-authored-by: mathiskelm <114579716+mathiskelm@users.noreply.github.com>
    
    * Update examples/ff-pm/flow-over-cube-3d/main_pm-reversed.cc
    
    Co-authored-by: mathiskelm <114579716+mathiskelm@users.noreply.github.com>
    
    * Removing last traces of _View variables from example codes
    
    * Use string literals in adapter API of the problem files (*.hh)
    
    ---------
    
    Co-authored-by: mathiskelm <114579716+mathiskelm@users.noreply.github.com>
    IshaanDesai and mathiskelm authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    b2e120f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Use dune_enable_all_packages to export dumux-precice as module library (

    #27)
    
    * [cmake] use dune_enable_all_packages to export libdumux-precice as module library
    
    * [doc] explain usage in separate module
    
    * [doc] correct adapter paths
    
    * [doc] correct external usage documentation
    
    * [cmake] cleanup CMakeLists.txt, remove explicit library link
    
    * [doc] clarify instructions for external usage
    
    * Update doc/user/docs/installation.md
    
    Co-authored-by: Ishaan Desai <ishaandesai@gmail.com>
    
    ---------
    
    Co-authored-by: Ishaan Desai <ishaandesai@gmail.com>
    mathiskelm and IshaanDesai authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    03334a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Remove outdated tag in preCICE configuration file (#32)

    Co-authored-by: Jun Chen <jun.chen@ipvs.uni-stuttgart.de>
    Fujikawas and Jun Chen authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    97d85cb View commit details
    Browse the repository at this point in the history
  2. Update the version in CHANGELOG

    Fujikawas authored and Jun Chen committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    dadf1fd View commit details
    Browse the repository at this point in the history
  3. Bump the versions for dune.module building

    Fujikawas authored and Jun Chen committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    070bbc7 View commit details
    Browse the repository at this point in the history
  4. Bump versions in README.md

    Fujikawas authored and Jun Chen committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6d644ff View commit details
    Browse the repository at this point in the history
  5. Bump dumux version for build-and-test

    Fujikawas authored and Jun Chen committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ea6820e View commit details
    Browse the repository at this point in the history
  6. Bump version in build-docker-containers.yml

    Fujikawas authored and Jun Chen committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    533a2f1 View commit details
    Browse the repository at this point in the history
  7. Bump version in rebuild-docker-images.sh

    Fujikawas authored and Jun Chen committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d63a338 View commit details
    Browse the repository at this point in the history
  8. Update dune version in build-docker-containers.yml

    Fujikawas authored and Jun Chen committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    913df3c View commit details
    Browse the repository at this point in the history
  9. bump version in docker files

    Jun Chen committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8900f1a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5aac3e7 View commit details
    Browse the repository at this point in the history
  11. [doc] fix documentation

    mathiskelm committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    04772a3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d4cb258 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    8e21cd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f259c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. formatting

    Jun Chen committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    a45ddca View commit details
    Browse the repository at this point in the history