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

Diffusion-PDE-based smoothing #1725

Merged
merged 3 commits into from
Aug 10, 2024
Merged

Diffusion-PDE-based smoothing #1725

merged 3 commits into from
Aug 10, 2024

Conversation

tianshi-liu
Copy link

An fast implementation of smoothing based on diffusion PDE, similar to laplacian_smoothing_sem in SPECFEM3D_Globe, but with a different implementation. It performs smoothing by solving diffusion PDE with explicit time stepping, without the need to solve linear system. It has identical command-line argument with smooth_sem, and is aimed to exactly replicate the result of smooth_sem.

@tianshi-liu
Copy link
Author

As a small test, I use the original xsmooth_sem and the new version xsmooth_sem_pde to smooth a Gauss function shown in the following figure:
gauss_field
Smoothing result from xsmooth_sem (running time = 255s):
gauss_field_conv
Smoothing result from xsmooth_sem_pde (running time = 1.8s):
gauss_field_pde

@tianshi-liu
Copy link
Author

I keep getting errored Travis CI tests. Looks like all tests on ppc64le time out without receiving any output, not sure why ...

@danielpeter
Copy link
Contributor

there might be some issues on travis server side... will merge and see with future PRs if this will be fixed.

@danielpeter danielpeter merged commit a052e75 into SPECFEM:devel Aug 10, 2024
35 of 36 checks passed
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.

2 participants