io Submodule

This submodule contains the implementation of the methods of TYPE bnsbase that handle I/O (input/output)

FT 5.11.2021



Uses

  • module~~io~4~~UsesGraph module~io~4 io module~bns_base bns_base module~io~4->module~bns_base module~id_base id_base module~bns_base->module~id_base module~utility utility module~bns_base->module~utility module~id_base->module~utility timing timing module~id_base->timing constants constants module~utility->constants matrix matrix module~utility->matrix

Contents


Module Procedures

module procedure print_summary_bnsbase module subroutine print_summary_bnsbase(this, filename)

Prints a summary of the physical properties the \(\mathrm{BNS}\) system to the standard output and, optionally, to a formatted file whose name is given as the optional argument filename

Read more…

Arguments

Type IntentOptional Attributes Name
class(bnsbase), intent(in) :: this

bnsbase object owning this PROCEDURE

character(len=*), intent(inout), optional :: filename

Name of the formatted file to print the summary to