Skip to content

Conversation

@asamake
Copy link
Collaborator

@asamake asamake commented Sep 11, 2024

1- Add two new functions:
* void updateGhostElements(std::vector& mesh_elt_ctr);
* void updateGhostElements(ModelVariable& mesh_elt_ctr);
2- some cleaning up

asamake and others added 2 commits September 11, 2024 16:54
1- Add two new functions:
    * void updateGhostElements(std::vector<double>& mesh_elt_ctr);
    * void updateGhostElements(ModelVariable& mesh_elt_ctr);
2- some cleaning up
This way the overloaded functions which accept an std::vector and a
ModelVariable can call the basis function with &array[0] as an argument.
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

Successfully merging this pull request may close these issues.

3 participants