Closed kynan closed 2 years ago
There is not proper test of the VTK I/O functionality. Only the test_firedrake_extrusion_helmholtz writes a VTK file but doesn't do anything with it.
test_firedrake_extrusion_helmholtz
Would a symmetric test be sufficient, ie make sure that you can read what you write? Perhaps integrate something that has been read in.
Are you using vtkXMLUnstructuredGridWriter/Reader or have you rolled your own?
We're using evtk.
There is not proper test of the VTK I/O functionality. Only the
test_firedrake_extrusion_helmholtz
writes a VTK file but doesn't do anything with it.