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

DG models #110

Merged
merged 1 commit into from
May 2, 2024
Merged

DG models #110

merged 1 commit into from
May 2, 2024

Conversation

jbreue16
Copy link
Contributor

@jbreue16 jbreue16 commented Jan 31, 2022

This PR implements the DG scheme for the spatial semidiscretization of the model equations, as described here.
Feature parity with the FV code is subsequently addressed in #190

To-do

  • add DG specific operators, Jacobian and Convection-Dispersion computation for both approaches (modal, nodal)
  • Adjust ParameterProvider to DG parameter selection
  • Sparse Jacobian
  • LRM without pores
  • LRM with pores
  • GRM
    - [x] mixed FV/DG (will not be merged into main branch, backup saved under https://github.com/jbreue16/CADET/tree/feature/dg_backup)
    - [x] pure DG

@schmoelder
Copy link
Contributor

😮

@jbreue16 jbreue16 force-pushed the feature/dg branch 3 times, most recently from 5bb626b to 149a887 Compare May 7, 2023 13:27
@jbreue16 jbreue16 force-pushed the feature/dg branch 2 times, most recently from fe5de1f to 48149d1 Compare August 15, 2023 15:06
@jbreue16 jbreue16 changed the title DG template DG models Nov 20, 2023
@ronald-jaepel ronald-jaepel force-pushed the feature/dg branch 3 times, most recently from 0feb8db to dcd99f8 Compare April 17, 2024 09:00
@jbreue16 jbreue16 force-pushed the feature/dg branch 2 times, most recently from 142f09d to 094163d Compare April 22, 2024 10:08
@jbreue16 jbreue16 mentioned this pull request Apr 22, 2024
11 tasks
@jbreue16 jbreue16 requested a review from sleweke April 22, 2024 10:22
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has nothing to do with the DG code ... I think Ive stumbled upon this and decided to clean this up: Theres no GMRES on unit operation level for the FV LRM

@jbreue16 jbreue16 merged commit 84e185b into master May 2, 2024
3 checks passed
@jbreue16 jbreue16 deleted the feature/dg branch May 2, 2024 16:38
@jbreue16 jbreue16 mentioned this pull request May 2, 2024
@jbreue16 jbreue16 restored the feature/dg branch May 5, 2024 12:19
@jbreue16 jbreue16 deleted the feature/dg branch May 5, 2024 12:28
@jbreue16 jbreue16 added this to the v5.0.0 "CADET-Core" milestone Jun 2, 2024
@jbreue16 jbreue16 self-assigned this Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants