Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
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 |
prints out the output of file \(n\) including the mesh points \(\vec{x}\) and their values \(\vec{y}\)
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=6), | public | :: | files | ||||
integer(kind=4), | public | :: | i | ||||
integer(kind=4), | public | :: | fh |