pyoomph.meshes.remesher module
- class pyoomph.meshes.remesher.Remesher2d(template)[source]
Bases:
RemesherBaseA class to allow remeshing of 2d meshes by using Gmsh. You must set an instance of this class to the
remesherattribute of theMeshTemplate.- Parameters:
template (
MeshTemplate) – The mesh template to be remeshed.