lehrfempp
lehrfempp copied to clipboard
Ideas to Improve Hybrid2D Mesh construction
- Get rid of
entity_pointers_
for nodes + edges. - Instead of using
std::map
inhybrid2d::Mesh()
constructor to identify duplicate edges, use std::sort. This should be quite a bit faster...