Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Write and array in an xmf file. More...
Private Member Functions | |
subroutine | sll_s_xdmf_array_2d_serial_blocks (xmf, prefix, array, array_name, error, center) |
Write 2d array in parallel hdf5 file and the matching line in XDMF file. More... | |
Write and array in an xmf file.
Definition at line 71 of file sll_m_xdmf_serial_blocks.F90.
|
private |
Write 2d array in parallel hdf5 file and the matching line in XDMF file.
[in] | xmf | unit file number |
[in] | prefix | file with mesh coordinates |
[in] | array | data array |
[in] | array_name | name of the field |
[out] | error | error code |
center | "Node" or "Cell" |
Definition at line 115 of file sll_m_xdmf_serial_blocks.F90.