Skip to content
Snippets Groups Projects
Commit 18aef734 authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

better debug logs for remesh

parent 3d57c8e9
No related branches found
No related tags found
1 merge request!16MPI operators
......@@ -241,7 +241,7 @@ class TestDirectionalAdvectionOperator(object):
if (max_di>max_tol):
print '\nFATAL ERROR: Could not match other implementation results.'
print '\nComparisson failed at step {} and component {}:'.format(k,i)
for (j,dv) in dvin.nd_iter():
for (j,dv) in enumerate(dvin):
print 'VELOCITY INPUT {}'.format(DirectionLabels[j])
print dv.sdata[dv.compute_slices]
print 'SCALAR INPUT'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment