DDM_playground¶
DDM_playground is a lightweight Python package to support domain decomposition methods. It provides
a GMSH context manager
GmshContextManager,a data class for a mesh and its partition (without overlap)
MeshData,a utility fonction to add overlap to a partitioned mesh
add_overlap,utility functions to plot with meshes, and submeshes (of dimension lower or equal to initial mesh) with matplotlib, respectively
plot_meshandplot_submesh.
Contents