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

Anisotropy Implementation #257

Open
wants to merge 254 commits into
base: devel
Choose a base branch
from
Open

Anisotropy Implementation #257

wants to merge 254 commits into from

Conversation

lsawade
Copy link
Collaborator

@lsawade lsawade commented Dec 9, 2024

Description

This pull request is a work in progress that slowly will introduce anisotropy.

The first commits on this branch implement tests for:

  • Reading the an anisotropic mesh (failing currently)
  • Running the Newmark time scheme with an anisotropic ally defined isotropic mesh (failing currently)

Issue Number

closes #228

This is the main issue which is subdivided into other issues.

Checklist

Please make sure to check developer documentation on specfem docs.

  • I ran the code through pre-commit to check style
  • My code passes all the integration tests
  • I have added sufficient unittests to test my changes
  • I have added/updated documentation for the changes I am proposing
  • I have updated CMakeLists to ensure my code builds
  • My code builds across all platforms

Rohit-Kakodkar and others added 24 commits December 9, 2024 13:58
Implemented new anisotropic material::properties and the allowed for reading
Implements point properties for anisotropic media
Implement anisotropic properties_container.
Implements test for `specfem::mesh::materials`
icui and others added 30 commits January 8, 2025 15:37
Issue 352 - Refactoring compute/{kernels,properties}/impl/{}_container -> medium/{kernels,properties}_container
Issue 363 - Move medium/frechet... to medium/compute_frechet
Refactor reader / writer to IO namespace
Add cookbook for anisotropic simulation.
Remove unused explicit template instantiation and fix CUDA compilation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants