mesh-adaptation / animate

Anisotropic mesh adaptation toolkit for Firedrake
MIT License
5 stars 0 forks source link

Naming DMplex of adapted meshes #77

Closed ddundo closed 4 months ago

ddundo commented 4 months ago

Closes #14.

One-line addition. I am following firedrake's convention here to name the topology mesh.name + "_topology" (as in firedrake.mesh._generate_default_mesh_topology_name)

ddundo commented 4 months ago

@jwallwork23 Sorry, I already merged this but it just occurred to me now... maybe I should have set newplex.setName(firedrake.mesh._generate_default_mesh_topology_name(self.name)) ? Just to future-proof it