Skip to content

Lib_VTK_IO is a Fortran library to write and read data conforming the VTK standard.

Notifications You must be signed in to change notification settings

glaweh/Lib_VTK_IO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

======= Lib_VTK_IO

Lib_VTK_IO is a Fortran library to write and read data conforming the VTK standard.

Even though there are many wrappers/porting of the VTK source code (C++ code), there is not a Fortran one. This library is not a porting or a wrapper of the VTK code, but it is only an exporter/importer of VTK data format written in pure Fortran language (standard Fortran 2003) that can be used by Fortran coders (yes, there are still a lot of these brave coders...) without mixing Fortran with C++ language.

The library is still in developing and testing, this is first usable release, but there are not all the features of the stable release (the importer is totally absent and the exporter is not complete). Surely there are a lot of bugs and the programming style is not the best, but the exporters are far-complete.

The supported VTK features are:

  • Exporters:
    • Legacy standard:
      • Structured Points;
      • Structured Grid;
      • Unstructured Grid;
      • Polydata (missing);
      • Rectilinear Grid;
      • Field (missing);
    • XML standard:
      • Image Data (missing);
      • Polydata (missing);
      • Rectilinear Grid;
      • Structured Grid;
      • Unstructured Grid;
      • Parallel Image Data (missing);
      • Parallel Polydata (missing);
      • Parallel Rectilinear Grid (missing);
      • Parallel Structured Grid (missing);
      • Parallel Unstructured Grid (missing);
  • Importers are missing.

Copyrights

The Lib_VTK_IO is an open source project, it is distributed under the GPL v3. Anyone is interest to use, to develop or to contribute to Lib_VTK_IO is welcome.

Documentation

Detailed documentation can be found on the GitHub pages of the project.

About

Lib_VTK_IO is a Fortran library to write and read data conforming the VTK standard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 100.0%