FasTensor
1.0.0
Transform Supercomputing for AI
|
#include "ft_xdmf.h"
Functions | |
int | create_xdmf (std::string file_name, std::string dset_name, std::vector< unsigned long long > dimensions, FTType data_element_type) |
Variables | |
const char * | header |
const char * | topology_type_2d = "2DCoRectMesh" |
const char * | topology_type_3d = "3DCoRectMesh" |
const char * | topology = "<Topology Dimensions=\"%s\" TopologyType=\"%s\"/>\n" |
const char * | geometry_type_2d = "ORIGIN_DXDY" |
const char * | geometry_type_3d = "ORIGIN_DXDYXZ" |
const char * | geometry_origin_2d = "0.000000 0.000000" |
const char * | geometry_origin_3d = "0.000000 0.000000 0.000000" |
const char * | geometry_dxdy_2d = "1.000000 1.000000" |
const char * | geometry_dydydz_3d = "1.000000 1.000000 1.000000" |
const char * | geometry |
const char * | attribute_dataitem |
const char * | footer |
int create_xdmf | ( | std::string | file_name, |
std::string | dset_name, | ||
std::vector< unsigned long long > | dimensions, | ||
FTType | data_element_type | ||
) |
Author: Bin Dong dbin@ Web: lbl. govhttps://crd.lbl.gov/bin-dong Scientific Data Management Research Group Lawrence Berkeley National Laboratory
const char* attribute_dataitem |
const char* footer |
const char* geometry |
const char* geometry_dxdy_2d = "1.000000 1.000000" |
const char* geometry_dydydz_3d = "1.000000 1.000000 1.000000" |
const char* geometry_origin_2d = "0.000000 0.000000" |
const char* geometry_origin_3d = "0.000000 0.000000 0.000000" |
const char* geometry_type_2d = "ORIGIN_DXDY" |
const char* geometry_type_3d = "ORIGIN_DXDYXZ" |
const char* header |
Author: Bin Dong dbin@ Web: lbl. govhttps://crd.lbl.gov/bin-dong Scientific Data Management Research Group Lawrence Berkeley National Laboratory
const char* topology = "<Topology Dimensions=\"%s\" TopologyType=\"%s\"/>\n" |
const char* topology_type_2d = "2DCoRectMesh" |
const char* topology_type_3d = "3DCoRectMesh" |