takaakiaoki / ofblockmeshdicthelper

Helper utilities for OpenFOAM blockMeshDict generation.
MIT License
21 stars 15 forks source link

add merge_vertices function #5

Closed dwastberg closed 5 years ago

dwastberg commented 6 years ago

Adds a method to automatically call reduce_vertex on all sets of identical vertices.

takaakiaoki commented 5 years ago

thanks for your kind contribution. merge_verticesl unifies the vertices by coordination, while reduce_verticies unifies by the names explicitly given by a programmer.