Converting from TDofs to LDofs #4415
Replies: 1 comment
-
Working code:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have the following code I have written for converting tdofs to ldofs:
This works when I run with 1 MPI proc; however, when I use >1 MPI procs, this code fails. To my understanding based on the MFEM website/documentation,$P$ should be generally be instantiated when using >1 processor, but it is not. I believe that this is why this code is failing, but am not sure why $P$ isn't being instantiated in the first place (unless I am misunderstanding something more fundamental).
Any assistance with this is greatly appreciated, thank you!
Beta Was this translation helpful? Give feedback.
All reactions