Skip to content

Add helper functions to handle boundary segment permutations

Carsten Gräser requested to merge feature/insertionindexpermutation into master

This adds:

  • a function cmputing the insertionIndex to boundarySegmentIndex permutation,
  • a function to apply a permutation in-place to a container using std::swap,
  • a function directly computing and applying the permutation,
  • a test that reads a gmsh file with physical segment data.

Merge request reports

Loading