VTKFortran
VTKFortran copied to clipboard
pure Fortran VTK (XML) API
the code like ```fortran code = '' do n=1, size(x, dim=1) code = code//str(n=u(n))//' '//str(n=v(n))//' '//str(n=w(n))// & str(n=x(n))//' '//str(n=y(n))//' '//str(n=z(n)) enddo ``` in **vtk_fortran_dataarray_encoder.f90** takes a long time to execute...
Ciao Stefano, Hope you are doing well. This is just a question out of the box. Can VTKFortran deal with general polyhedrons?
Ciao Stefano, Do you have an example to write pvtu? I can only find pvts in the examples and the source file seems to include pvts only. Thanks!
Hello Stefano, First of all thanks for this fine contribution! This is a very usefull piece of work for a FORTRAN programmer. Since I see that you are still active...
Hi, firstly, thank you for this great Fortran lib. I think the main advantage of the multiblock data set of VTK among others (ie. Tecplot) is that you can freely...
OOP Refactoring started. New branch created for this aim `feature/OOP-refactoring`. ### VTK file class A new class has been created. It is not complete, but already huge... The `include` statements...
Exploit FoBiS doctests for improving code coverage/regression/usage-documentation.
This is not properly a bug. There is an inefficiency when saving XML raw (binary) file. To write raw data into XML file the library uses a temporary scratch file...