Extract core functionality from mesh module into a new module
All threads resolved!
All threads resolved!
This MR introduces a split of the mesh module into two separate modules, where "mesh_common" extracts some core functionality from "mesh". mesh_common contains the core functionality/coupling to OpenMesh (ie. general mesh computations, vtk). Its dependencies are strongly reduced to just core and vtk (+OpenMesh).
The mesh module is basically the old module minus the code extracted to mesh_common, depending on mesh_common. It has quite a set of dependencies and represents the addition of meshes to a multitude of modules in walberla.
This split allows us to introduce meshes to MESA-PD without dragging along all dependencies of the mesh module.
Merge request reports
Activity
Filter activity
- Resolved by Lukas Werner
added 5 commits
-
200f4df2...2e180863 - 2 commits from branch
walberla:master
- 13721534 - Extracted essential mesh functionality into new module mesh_common
- c551e1f7 - Fixed mesh module dependencies
- 2ce3030c - Fixed encoding of DistanceComputations.h
Toggle commit list-
200f4df2...2e180863 - 2 commits from branch
mentioned in commit 31a01773
Please register or sign in to reply