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_xdmf_array_2d_parallel (mesh_name, global_dims, offset, array, array_name, error, xmffile_id, center) |
Write 2d array in parallel hdf5 file and the matching line in XDMF file. More... | |
subroutine | sll_xdmf_array_3d_parallel (mesh_name, global_dims, offset, array, array_name, error, xmffile_id, center) |
Write 3d array in binary or hdf5 file and the matching line in XDMF file. More... | |
Write and array in an xmf file.
Definition at line 69 of file sll_m_xdmf_parallel.F90.
|
private |
Write 2d array in parallel hdf5 file and the matching line in XDMF file.
[in] | mesh_name | file with mesh coordinates |
[in] | global_dims | global dimensions |
[in] | offset | block offset |
[in] | array | data array |
[in] | array_name | name of the field |
[out] | error | error code |
[in] | xmffile_id | xml file unit number |
[in] | center | "Node" or "Cell" |
Definition at line 134 of file sll_m_xdmf_parallel.F90.
|
private |
Write 3d array in binary or hdf5 file and the matching line in XDMF file.
[in] | mesh_name | file with mesh coordinates |
[in] | global_dims | global dimensions |
[in] | offset | block offset |
[in] | array | data array |
[in] | array_name | name of the field |
[out] | error | error code |
[in] | xmffile_id | xml file unit number |
[in] | center | "Node" or "Cell" |
Definition at line 187 of file sll_m_xdmf_parallel.F90.