framework
framework copied to clipboard
Add helper class to generate mesh
This class will manage parts which are common to several mesh builder. For example:
- handle node coordinates
- simplify adding cell
This class will also add the possibility to directly create edges and faces if the mesh builder can specify theirs uniqueId().
May use #91