Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Create the xdmf file. More...
Private Member Functions | |
subroutine | sll_xdmf_open_2d_parallel (rank, file_name, mesh_name, nnodes_x1, nnodes_x2, file_id, error) |
Open a XDMF format file for a 2d plot. More... | |
subroutine | sll_xdmf_open_3d_parallel (rank, file_name, mesh_name, nnodes_x1, nnodes_x2, nnodes_x3, file_id, error) |
Open a XDMF format file for a 3d plot. More... | |
Create the xdmf file.
Definition at line 63 of file sll_m_xdmf_parallel.F90.
|
private |
Open a XDMF format file for a 2d plot.
[in] | rank | processor number id |
[in] | file_name | xmf file name |
[in] | mesh_name | file name that contains mesh |
[in] | nnodes_x1 | nodes number x |
[in] | nnodes_x2 | nodes number y |
[out] | file_id | file unit number |
[out] | error | error code |
Definition at line 81 of file sll_m_xdmf_parallel.F90.
|
private |
Open a XDMF format file for a 3d plot.
[in] | rank | processor number id |
[in] | file_name | xml file name |
[in] | mesh_name | file name that contains data coordinates |
[in] | nnodes_x1 | nodes number x |
[in] | nnodes_x2 | nodes number y |
[in] | nnodes_x3 | nodes number z |
[out] | file_id | file unit number |
[out] | error | error code |
Definition at line 106 of file sll_m_xdmf_parallel.F90.