Skip to content

Commit 2a915fc

Browse files
committed
Update discretisation.py
1 parent 74fb33b commit 2a915fc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/underworld3/discretisation.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -540,15 +540,15 @@ class ElementInfo:
540540
else:
541541
self._element = ElementInfo("hexahedron", (1, 6, 12, 8), (0, 1, 4, 4))
542542

543-
# Navigation / coordinates etc
544-
self.nuke_coords_and_rebuild()
545-
546543
if verbose and uw.mpi.rank == 0:
547544
print(
548-
f"PETSc spatial discretisation - complete",
545+
f"PETSc spatial discretisation",
549546
flush=True,
550547
)
551548

549+
# Navigation / coordinates etc
550+
self.nuke_coords_and_rebuild()
551+
552552
if verbose and uw.mpi.rank == 0:
553553
print(
554554
f"Populating mesh coordinates {coordinate_system_type}",

0 commit comments

Comments
 (0)