using nurbs meshes in parallel #3704
Replies: 1 comment 1 reply
-
If you have two different parallel meshes, then the same physical point may belong to two elements (in the two meshes) that are assigned to different MPI ranks. In such cases, the evaluations of the In this setting a lot depends on what information is available on what MPI ranks. For example, do all ranks know the physical coordinates of all points where you want to evaluate the two Regarding the approach where you switch between serial |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
i am currently trying to get my serial version run in parallel. I have an coefficient in my system that works as interface between two meshes. This works very well in serial. But in parallel i can't get it to work. I haven´t found a way to access the elementtransformations from the other parmeshes. When i try my luck with GetFaceNbrElementTransformation i get the error "ParFiniteElementSpace::GetFaceNbrFE does not support NURBS!"
Is there a way to access the data in other nurbs parmeshes? I need to be able to evaluate the Gridfunctions of two different meshes on an specific physical point.
Is it possible to do the assembly in serial, solve in parallel and continue working with the gridfunctions in serial?
thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions