MueLu: BlockedCoordinatesTransferFactory for interface coupled problems #11945
Replies: 4 comments 3 replies
-
Automatic mention of the @trilinos/muelu team |
Beta Was this translation helpful? Give feedback.
-
@maxfirmbach my understanding is that more complex scenarios like the one you described are typically handled by using Teko and MueLu together for block preconditioning, but I have not done a lot of block preconditioning with MueLu. I think @pohm01 has done some of this type of block preconditioning, including work related to the block preconditioning that Tobias did. |
Beta Was this translation helpful? Give feedback.
-
@maxfirmbach Unfortunately the |
Beta Was this translation helpful? Give feedback.
-
Question
Hello everyone,
I'm trying to use the
BlockedCoordinatesTransferFactory
for an interface coupled problem, but fail to get it working properly.As I understand it, for volume coupled problems, where each node carries the same amount of DOFs I just store the coordinate vector and can make usage of transfer factories to project them to a coarser level.
But what in the case of interface problems or mixed-dimensional problems?
There I would have different coordinate vectors for different domains, can the
BlockedCoordinatesTransferFactory
still handle these cases?Especially for interface problems the coordinate information is beneficial for rebalancing the coarser levels at some point and also for structured grids.
Best regards,
Max
@muelu and @mayrmt
Beta Was this translation helpful? Give feedback.
All reactions