Skip to content

Create header for BoundaryLocationFunction and update ComplexGeometry.cpp

Christoph Schwarzmeier requested to merge mesh_locationFunction into master

This merge request creates a header file for a BoundaryLocationFunction that can be used for setting up boundaries when the geometry is loaded as a .stl or .obj file.

The code was extracted from the benchmark ComplexGeometry.cpp, which was adjusted to use the newly created header instead of in-file functions.

Merge request reports