firedrakeproject / firedrake

Firedrake is an automated system for the portable solution of partial differential equations using the finite element method (FEM)
https://firedrakeproject.org
Other
518 stars 160 forks source link

Proper VTK file I/O testing #16

Closed kynan closed 2 years ago

kynan commented 11 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.

ggorman commented 11 years ago

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?

kynan commented 11 years ago

We're using evtk.