AMReX Hypre supported boundary conditions #3508
-
Hey AMReX team, I just wanted to confirm my finding after going through the HYPRE wrapper and make sure I haven't missed anything. To my understanding, does the Hypre Wrapper only support zero Dirichlet and zero gradient Nuemann boundary conditions. Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It's true that the Hypre wrapper at Src/Extern/HYPRE only supports homogeneous Dirichlet and Neumann BCs. However, this does not mean it cannot be used to solve problems with inhomogeneous Dirichlet and Neumann BCs. The inhomogeneous part is handled in src/LinearSolvers/MLMG. |
Beta Was this translation helpful? Give feedback.
It's true that the Hypre wrapper at Src/Extern/HYPRE only supports homogeneous Dirichlet and Neumann BCs. However, this does not mean it cannot be used to solve problems with inhomogeneous Dirichlet and Neumann BCs. The inhomogeneous part is handled in src/LinearSolvers/MLMG.