Skip to content

feat: Add Discontinuous Galerkin (DG) discretization on Bernstein-Bézier tetrahedra and apply it to the acoustic wave propagator via SIPDG (Symmetric Interior Penalty DG) #3432

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

Open
wants to merge 105 commits into
base: develop
Choose a base branch
from

Conversation

sframba
Copy link
Contributor

@sframba sframba commented Nov 8, 2024

  • Create BB_Tetrahedron element and all matrices needed for IPDG acoustic 2nd order wave propagator
  • Cleanup BB_Tetrahedron element
  • Add new discretization formulation and corresponding dispatch
  • Create AcousticWavePropagationDG solver
  • Add and test mass, stiffness, damping, penalty and flux matrices
  • (optional) Finalize basis element for other solvers, adding the needed matrices (e.g., anisotropic stiffness, ...)
  • (optional) Create SIPDG version of other 2nd order wave propagators

@acitrain acitrain requested review from corbett5 and wrtobin as code owners May 14, 2025 14:54
Copy link

codecov bot commented Jun 16, 2025

Codecov Report

Attention: Patch coverage is 2.10657% with 790 lines in your changes missing coverage. Please review.

Project coverage is 57.21%. Comparing base (672d300) to head (5a8e39a).

Files with missing lines Patch % Lines
...econdOrderEqn/isotropic/AcousticWaveEquationDG.cpp 0.00% 290 Missing ⚠️
...niteElement/elementFormulations/BB_Tetrahedron.hpp 0.00% 248 Missing ⚠️
...rderEqn/isotropic/AcousticWaveEquationDGKernel.hpp 0.00% 198 Missing ⚠️
...Solvers/wavePropagation/shared/WaveSolverUtils.hpp 25.58% 32 Missing ⚠️
...ropagation/dg/acoustic/shared/AcousticFieldsDG.hpp 0.00% 10 Missing ⚠️
...ents/finiteElement/FiniteElementDiscretization.cpp 0.00% 8 Missing ⚠️
...econdOrderEqn/isotropic/AcousticWaveEquationDG.hpp 20.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3432      +/-   ##
===========================================
- Coverage    57.63%   57.21%   -0.42%     
===========================================
  Files         1238     1243       +5     
  Lines       107143   107934     +791     
===========================================
+ Hits         61750    61755       +5     
- Misses       45393    46179     +786     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci: run code coverage enables running of the code coverage CI jobs ci: run CUDA builds Allows to triggers (costly) CUDA jobs ci: run integrated tests Allows to run the integrated tests in GEOS CI type: feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants