Skip to content

Conversation

@yungyuc
Copy link
Member

@yungyuc yungyuc commented Jan 6, 2022

Add helper class detail::FaceBuilder to house the face building code. The helper functions include:

  • populate()
  • make_ndfcs()
  • make_dedupmap()
  • remap_face()

Add helper class detail::FaceBuilder to house the face building code.  The helper functions include:
* populate()
* make_ndfcs()
* make_dedupmap()
* remap_face()
I wrongly coded it to be swap(SimpleArray && other).  Change it to swap(SimpleArray & other).  Also use noexcept for C++17.
Make the function a little bit flatter.
@yungyuc yungyuc added the refactor Change code without changing tests label Jan 6, 2022
@yungyuc yungyuc self-assigned this Jan 6, 2022
@yungyuc yungyuc merged commit 9defd19 into solvcon:project/ustmesh Jan 6, 2022
@yungyuc yungyuc deleted the refactor/build-face branch January 6, 2022 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor Change code without changing tests

Projects

No open projects

Development

Successfully merging this pull request may close these issues.

1 participant