Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Write the field in xdmf format. More...
Private Member Functions | |
subroutine | sll_xdmf_array_2d (mesh_name, array, array_name, error, xmffile_id, center) |
Write 2d array in binary or hdf5 file and the matching line in XDMF file. More... | |
subroutine | sll_xdmf_array_3d (mesh_name, array, array_name, error, xmffile_id, center) |
Write 3d array in binary or hdf5 file and the matching line in XDMF file. More... | |
Write the field in xdmf format.
Definition at line 82 of file sll_m_xdmf.F90.
|
private |
Write 2d array in binary or hdf5 file and the matching line in XDMF file.
[in] | mesh_name | mesh name |
[in] | array | data array |
[in] | array_name | array name (hdf5 dataset) |
[out] | error | error code |
[in] | xmffile_id | xmf file unit number |
center | "Node" or "Cell" |
Definition at line 145 of file sll_m_xdmf.F90.
|
private |
Write 3d array in binary or hdf5 file and the matching line in XDMF file.
[in] | mesh_name | mesh name |
[in] | array | data array |
[in] | array_name | hdf5 dataset name |
[out] | error | error code |
[in] | xmffile_id | xmf file unit number |
center | "Node" or "Cell" |
Definition at line 196 of file sll_m_xdmf.F90.