BSpline Finite Element Exterior Calculus
Loading...
Searching...
No Matches
m_diagnostics_binary Module Reference

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.
 

Detailed Description

Module for binary output.

Function/Subroutine Documentation

◆ init_binary()

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.

Parameters
[in,out]thisThe Binary2D object
[in]filenameBase filename for output files
[in]xlimsArray of size 2 specifying the x-limits in physical space
[in]ylimsArray of size 2 specifying the y-limits in physical space