dump Interface

public interface dump

Public interface for functions that dump results to files


Contents


Module Procedures

public impure subroutine dump_arrays(filename, arrays, header)

This subroutine is used to dump numerical arrays to an output file.

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: filename
real(kind=real64), intent(in), dimension(:):: arrays
character(len=*), intent(in), dimension(:):: header

public impure subroutine dump_scalar(filename, scalar)

This subroutine is used to dump a numerical result to an output file.

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: filename
real(kind=real64), intent(in) :: scalar