Adaptive Poisson problem #972
Answered
by
kinnala
Abelsylowlie
asked this question in
Q&A
-
Hi, @kinnala, you gave me an example of adaptive Poisson problem in #844. However, when #829 fixed, I found something wrong when run the following codes.
|
Beta Was this translation helpful? Give feedback.
Answered by
kinnala
Nov 14, 2022
Replies: 2 comments 2 replies
-
I'll look into it. I don't know how #966 can affect this code because Basis.split is not used. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is something wrong with |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Abelsylowlie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is something wrong with
basis.find_dofs()
which has been also deprecated for about one year. Change it tobasis.get_dofs()
and it should work.