pub fn write_vtk_points<T>( file: &mut File, name: &str, vtx2xyz: &[T], ndim: usize ) -> Result<()>where T: Display,