Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about the dof_map_vector #90

Open
OliiLee opened this issue Oct 22, 2023 · 0 comments
Open

Question about the dof_map_vector #90

OliiLee opened this issue Oct 22, 2023 · 0 comments

Comments

@OliiLee
Copy link

OliiLee commented Oct 22, 2023

Hi,

I'm working with the implementation of the domain decomposition algorithm based on the mfem. In the algorithm, I need to build the dof map from a parellel-fespace to a serial-fespace. I think the idea in the method dof_map_scalar and dof_map_vector is just what I need. Since these two methods can't handle this directly, I rewrite the code in C++. Things go right with H1 element and the 1-order ND element, but when I use 2-order ND element, things go wrong. The result from parallel runing is different to the result from serial running. One possible reason maybe I neglect the handling of the variable "external_entry". I don't know why it should be handled here. I'd appreciate your suggestion and some explanation on the variable "external_entry".

Thank you in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant