print_output Subroutine

public subroutine print_output(n, x, y, t)

Arguments

Type IntentOptional AttributesName
integer(kind=4), intent(in) :: n

the file number

real(kind=8), intent(in), dimension(:):: x

the mesh grid \(\vec{x}\)

real(kind=8), intent(in), dimension(:):: y

the values \(\vec{y}\) on the mesh grid \(\vec{x}\)

real(kind=8), intent(in) :: t

the time at which this mesh was taken

Description

prints out the output of file \(n\) including the mesh points \(\vec{x}\) and their values \(\vec{y}\)


Variables

TypeVisibility AttributesNameInitial
character(len=6), public :: files
integer(kind=4), public :: i
integer(kind=4), public :: fh