io Submodule

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

FT 05.11.2021



Uses

  • module~~io~6~~UsesGraph module~io~6 io module~bns_fuka bns_fuka module~io~6->module~bns_fuka iso_c_binding iso_c_binding module~bns_fuka->iso_c_binding mesh_refinement mesh_refinement module~bns_fuka->mesh_refinement module~bns_base bns_base module~bns_fuka->module~bns_base module~id_base id_base module~bns_fuka->module~id_base module~utility utility module~bns_fuka->module~utility timing timing module~bns_fuka->timing module~bns_base->module~id_base module~bns_base->module~utility module~id_base->module~utility module~id_base->timing constants constants module~utility->constants matrix matrix module~utility->matrix

Contents


Module Procedures

module procedure print_bns_properties module subroutine print_bns_properties(this)

Print the parameters of the binary neutron stars' initial data computed by \(\texttt{FUKA}\)

Read more…

Arguments

Type IntentOptional Attributes Name
class(bnsfuka), intent(inout) :: this

bnsfuka object which this PROCEDURE is a member of

module procedure print_summary_bnsfuka module subroutine print_summary_bnsfuka(this, filename)

Prints a summary of the physical properties the \(\mathrm{BNS}\) system produced by \(\texttt{FUKA}\) 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(bnsfuka), intent(in) :: this
character(len=*), intent(inout), optional :: filename

Name of the formatted file to print the summary to