Replies: 1 comment 3 replies
-
There should be no performance overhead using |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just wanted to know if anyone already tested if using a
BlockNonlinearForm
has a performance hit compared to aNonlinearForm
for problems with a unique unknowns.The context of this question is that I am writting an application on top of
MFEM
for (generalised) non linear solid mechanics. So I will solve problem with only one unknowns (the displacement), and other with several unknowns (mechanics strongly coupled with heat transfer for example). It would be nice to avoid code duplication, so I wondered if building all my code aroundBlockNonlinearForm
from the start would be a good idea, whatever the problem treated.Thanks for any advice !
Beta Was this translation helpful? Give feedback.
All reactions