Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 59bf0e1

Browse files
committed
Function names now reported in weight calculation
1 parent ddde7eb commit 59bf0e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devitoboundary/topography.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def subs(self, spec):
268268
print('Initialised function')
269269
"""
270270

271-
print("Calculating stencil weights")
271+
print("Calculating {} stencil weights".format(f_name))
272272
# Loop over left and right values
273273
for l in range(self._functions[0].space_order + 1):
274274
for r in range(self._functions[0].space_order + 1):

0 commit comments

Comments
 (0)