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

Issue 0041 - Add elastic wave propagation #53

Merged
merged 7 commits into from
Jul 22, 2024
Prev Previous commit
Next Next commit
Remove correction of time integration configuration for ABC
SouzaEM committed Jul 2, 2024
commit db5b048a3285b32d08d7720f2833e97594f87a90
6 changes: 0 additions & 6 deletions spyro/io/model_parameters.py
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I removed some extra empty spaces from some warning messages. This is not related to the actual development of elastic waves.

Original file line number Diff line number Diff line change
@@ -383,12 +383,6 @@ def _sanitize_absorving_boundary_condition(self):
self.abc_R = BL_obj.abc_R
self.abc_pad_length = BL_obj.abc_pad_length
self.abc_boundary_layer_type = BL_obj.abc_boundary_layer_type
if self.abc_status:
self._correct_time_integrator_for_abc()

def _correct_time_integrator_for_abc(self):
if self.time_integrator == "central_difference":
self.time_integrator = "mixed_space_central_difference"

def _sanitize_output(self):
# default_dictionary["visualization"] = {