MixedBilinearForms on specific domain attributes? #3996
Closed
Heinrich-BR
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @Heinrich-BR, currently there are 4 types of integrators that can be added to a
Only the trace face integrators don't have a marker, but this can be added easily, and it will use the internal face attributes from the input mesh. Does this help? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've noticed that the
MixedBilinearForm
class doesn't have anAddDomainIntegrator
method which allows you to pass anArray
of domain attributes to integrate on like theBilinearForm
class does. Is there a particular reason for this? Having something like this would be helpful for the application I'm currently working on.Beta Was this translation helpful? Give feedback.
All reactions