|
BSpline Finite Element Exterior Calculus
|
Module for binary output. More...
Data Types | |
| type | binary2d |
| Type for binary output of 2D m-forms. More... | |
Functions/Subroutines | |
| subroutine | init_binary (this, filename, xlims, ylims) |
| Initialize the binary output. | |
Module for binary output.
| subroutine m_diagnostics_binary::init_binary | ( | class(binary2d), intent(inout) | this, |
| character(len=*), intent(in) | filename, | ||
| real(wp), dimension(2), intent(in) | xlims, | ||
| real(wp), dimension(2), intent(in) | ylims ) |
Initialize the binary output.
| [in,out] | this | The Binary2D object |
| [in] | filename | Base filename for output files |
| [in] | xlims | Array of size 2 specifying the x-limits in physical space |
| [in] | ylims | Array of size 2 specifying the y-limits in physical space |