We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0c0db commit da93ca3Copy full SHA for da93ca3
firedrake/mesh.py
@@ -4744,10 +4744,6 @@ def topological(self):
4744
This is to ensure consistent naming for some multigrid codes."""
4745
return self.topology
4746
4747
- def init(self):
4748
- for m in self._meshes:
4749
- m.init()
4750
-
4751
def __eq__(self, other):
4752
if type(other) != type(self):
4753
return False
@@ -4837,10 +4833,6 @@ def __init__(self, meshes):
4837
4833
self.comm = meshes[0].comm
4838
4834
self._comm = internal_comm(self.comm, self)
4839
4835
4840
4841
4842
4843
4844
4836
@property
4845
def topology(self):
4846
"""The underlying mesh topology object."""
0 commit comments