Module to write structured VTK files
Write the structured coordinates
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | u | |||
real(kind=wp), | intent(in), | dimension(:) | :: | x |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | u | |||
real(kind=wp), | intent(in), | dimension(:,:) | :: | x | ||
real(kind=wp), | intent(in), | dimension(:,:) | :: | y |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | u | |||
real(kind=wp), | intent(in), | dimension(:,:,:) | :: | x | ||
real(kind=wp), | intent(in), | dimension(:,:,:) | :: | y | ||
real(kind=wp), | intent(in), | dimension(:,:,:) | :: | z |
Write a structured vector field
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | u1 | |||
character(len=*), | intent(in) | :: | vname | |||
real(kind=wp), | intent(in), | dimension(:) | :: | u | ||
real(kind=wp), | intent(in), | dimension(:) | :: | v |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | u1 | |||
character(len=*), | intent(in) | :: | vname | |||
real(kind=wp), | intent(in), | dimension(:,:) | :: | u | ||
real(kind=wp), | intent(in), | dimension(:,:) | :: | v |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | u1 | |||
character(len=*), | intent(in) | :: | vname | |||
real(kind=wp), | intent(in), | dimension(:,:,:) | :: | u | ||
real(kind=wp), | intent(in), | dimension(:,:,:) | :: | v | ||
real(kind=wp), | intent(in), | dimension(:,:,:) | :: | w |
Write a structured scalar field
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | u | |||
character(len=*), | intent(in) | :: | sname | |||
real(kind=wp), | intent(in), | dimension(:) | :: | phi |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | u | |||
character(len=*), | intent(in) | :: | sname | |||
real(kind=wp), | intent(in), | dimension(:,:) | :: | phi |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | u | |||
character(len=*), | intent(in) | :: | sname | |||
real(kind=wp), | intent(in), | dimension(:,:,:) | :: | phi |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | u | |||
character(len=*), | intent(in) | :: | title |