InteriorFaceIntegrator for trial != test space #3176
alecampos2009
started this conversation in
General
Replies: 1 comment
-
Hi @alecampos2009, Sorry, we must have missed this question. The mfem's implementation of
and then add the new integrator as a What have you tried and what exactly was the error you got? Which was the function that produced it? Best, |
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
-
Dear MFEM developers, community,
I have a PDE for which I use the standard diffusion integrator for one of its terms. However, this specific term in the PDE has a trial space that is different from the test space (the trial space is H1 and the test space is L2).
My understanding is that, along with this diffusion integrator, a
DGDiffusionIntegrator()
needs to be added using theAddInteriorFaceIntegrator()
. However, since the trial and test spaces are different, I get a run-time MFEM abort message stating trial != test space is not supported.Any suggestions on an appropriate method to overcome this would be much appreciated. Is the suggested fix to project the trial space from H1 to L2?
Thank you,
Alejandro
Beta Was this translation helpful? Give feedback.
All reactions