#include "sll_working_precision.h"
Go to the source code of this file.
|
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...
|
|
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...
|
|
subroutine | sll_xdmf_close_parallel (file_id, error) |
| Close the XML file and finish to write last lines. More...
|
|