pyoomph.meshes.remesher module

class pyoomph.meshes.remesher.Remesher2d(template)[source]

Bases: RemesherBase

A class to allow remeshing of 2d meshes by using Gmsh. You must set an instance of this class to the remesher attribute of the MeshTemplate.

Parameters:

template (MeshTemplate) – The mesh template to be remeshed.