Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
write a data attribute in the xml file More...
Private Member Functions | |
subroutine | sll_xml_field_1d (file_id, fieldname, filename, npoints_1, filetype, center) |
Write the description of a scalar field on a 1D mesh. More... | |
subroutine | sll_xml_field_2d (file_id, fieldname, filename, npoints_1, npoints_2, filetype, center) |
Write the description of a scalar field on a 2D mesh. More... | |
subroutine | sll_xml_field_3d (file_id, fieldname, filename, npoints_1, npoints_2, npoints_3, filetype, center) |
Write the description of a scalar field on a 3D mesh. More... | |
write a data attribute in the xml file
Definition at line 47 of file sll_m_xml_io.F90.
|
private |
Write the description of a scalar field on a 1D mesh.
[in] | fieldname | the dataset name where the heavy data are (hdf5 case) |
[in] | filename | the file name where the heavy data are (bin or h5) |
[in] | npoints_1 | nodes or cells number along direction 1 |
[in] | center | values are centered on nodes or cells |
The file named filename-fieldname.bin must exist in case of binary output. The file named filename.h5 with dataset fieldname must exist in case of hdf5 output.
[in] | file_id | the unit number or your xml file |
[in] | filetype | "HDF" or "Binary" |
Definition at line 209 of file sll_m_xml_io.F90.
|
private |
Write the description of a scalar field on a 2D mesh.
[in] | fieldname | the dataset name where the heavy data are (hdf5 case) |
[in] | filename | the file name where the heavy data are (bin or h5) |
[in] | npoints_1 | nodes or cells number along direction 1 |
[in] | npoints_2 | nodes or cells number along direction 2 |
[in] | center | values are centered on nodes or cells |
The file named filename-fieldname.bin must exist in case of binary output. The file named filename.h5 with dataset fieldname must exist in case of hdf5 output.
[in] | file_id | the unit number or your xml file |
[in] | filetype | "HDF" or "Binary" |
Definition at line 242 of file sll_m_xml_io.F90.
|
private |
Write the description of a scalar field on a 3D mesh.
[in] | file_id | the unit number or your xml file |
[in] | fieldname | the dataset name where the heavy data are (hdf5 case) |
[in] | filename | the file name where the heavy data are (bin or h5) |
[in] | npoints_1 | nodes or cells number along direction 1 |
[in] | npoints_2 | nodes or cells number along direction 2 |
[in] | npoints_3 | nodes or cells number along direction 3 |
[in] | center | values are centered on nodes or cells |
The file named filename-fieldname.bin must exist in case of binary output. The file named filename.h5 with dataset fieldname must exist in case of hdf5 output.
[in] | filetype | "HDF" or "Binary" |
Definition at line 279 of file sll_m_xml_io.F90.