matthuszagh / pyems

High-level python interface to OpenEMS with automatic mesh generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

validate smoothness after mesh generation

matthuszagh opened this issue · comments

Pyems does not currently verify the user-specified mesh smoothness factor. Although the mesh is created to adhere to this, it's feasible that a bug in the mesh generation could create a mesh that violates smoothness. It's probably a good idea to add a function to verify smoothness after mesh generation. Additionally, there should be another function to fix smoothness if violated. This second part is more difficult.