|
BSpline Finite Element Exterior Calculus
|
Module for ParaView output using VTKFortran (if linked) More...
Data Types | |
| type | paraview |
| ParaView output handler (wraps around VTKFortran if available, otherwise does nothing) More... | |
Functions/Subroutines | |
| subroutine | paraview_init (this, filename, space0) |
| Initialize ParaView output. | |
Module for ParaView output using VTKFortran (if linked)
| subroutine m_diagnostics_paraview::paraview_init | ( | class(paraview), intent(inout) | this, |
| character(len=*), intent(in) | filename, | ||
| type(mformspace), intent(in) | space0 ) |
Initialize ParaView output.
| [in] | this | ParaView object |
| [in] | filename | Base name for output files |
| [in] | space0 | The space of 0-forms for which data will be written |