MultiFab* levelbcdata in "setLevelBC" function when using Robin BC #3373
Answered
by
WeiqunZhang
ZiyangHuang
asked this question in
Q&A
-
Hi, I am trying to solve a linear system with Robin BC. From the definition of function "setLevelBC": virtual void setLevelBC (int amrlev, const MultiFab* levelbcdata, the Robin BC is well defined with input "robinbc_a", "robinbc_b", and "robinbc_f". I am not sure what data to input to "levebcdata". Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
WeiqunZhang
Jun 19, 2023
Replies: 1 comment 2 replies
-
If all BCs are Robin, you can use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ZiyangHuang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If all BCs are Robin, you can use
nullptr
aslevelbcdata
.