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

Add runtime parameter tensor_diffusion.use_gauss_seidel #121

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

WeiqunZhang
Copy link
Member

The default is true. One can use Jacobi smoothers for tensor, mac and nodal solves with

tensor.use_gauss_seidel = false
mac_proj.use_gauss_seidel = false
nodal_proj.use_gauss_seidel = false

The default is true. One can use Jacobi smoothers for tensor, mac and nodal
solves with

  tensor.use_gauss_seidel = false
  mac_proj.use_gauss_seidel = false
  nodal_proj.use_gauss_seidel = false
@WeiqunZhang
Copy link
Member Author

@siddanib With AMReX-Fluids/AMReX-Hydro#143 and this PR, you should be able to Jacobi smoothers for tensor, mac and nodal solves.

@WeiqunZhang WeiqunZhang merged commit 6668f12 into AMReX-Fluids:development Aug 19, 2024
16 checks passed
@WeiqunZhang WeiqunZhang deleted the jacobi branch August 19, 2024 01:38
@ajnonaka
Copy link
Contributor

Thanks @WeiqunZhang !!

@siddanib
Copy link
Contributor

Thank you very much, @WeiqunZhang !!

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.

4 participants