#include "sll_working_precision.h"
Go to the source code of this file.
|
| subroutine | t_xdmf__init (self, time) |
| | Initialize XDMF file (set time, allocate storage, store pointer to domain) More...
|
| |
| subroutine | t_xdmf__write (self, fname) |
| | Write XML file. More...
|
| |
| subroutine | t_xdmf__delete (self) |
| | Delete XDMF file (deallocate storage, nullify pointers) More...
|
| |
| subroutine | t_xdmf__add_grid (self, grid_name, x1_path, x2_path, dims, gid) |
| | Add grid to file (new grid ID is returned) More...
|
| |
| subroutine | t_xdmf__add_field (self, grid_id, field_name, field_path) |
| | Add field to grid (selected by its grid ID) More...
|
| |