Stores the values of vector u
of subdomain myid
into a file. The file stores rowise the x- and y- coordinates together with the value from u
. The domain [xl
, xr
] x [yb
, yt
] is discretized into nx
x ny
intervals.
- Parameters
-
[in] | myid | my rank |
[in] | name | basename of file name (file name will be extended by the rank number) |
[in] | u | local vector |
[in] | nx | number of discretization intervals in x-direction |
[in] | ny | number of discretization intervals in y-direction |
[in] | xl | x-coordinate of left boundary |
[in] | xr | x-coordinate of right boundary |
[in] | yb | y-coordinate of lower boundary |
[in] | yt | y-coordinate of upper boundary |