#include <cstdlib>
#include <iostream>
#include <stdint.h>
#include <cmath>
#include <list>
#include <silo.h>
#include <sstream>
#include <dirent.h>
#include <mpi.h>
#include <array>
#include "vlsv_reader.h"
#include "definitions.h"
#include "vlsvreaderinterface.h"
Go to the source code of this file.
|
| void | getCellCoordinates (const CellStructure &cellStruct, const uint64_t _cellId, array< Real, 3 > &coordinates) |
| void | setCellVariables (vlsvinterface::Reader &vlsvReader, CellStructure &cellStruct) |
| bool | isDataTypeUint (vlsv::datatype::type &dataType) |
| template<typename T> |
| uint64_t | convUInt (const char *ptr, const T &dataType, const uint64_t &dataSize) |
| int | SiloType (const datatype::type &dataType, const uint64_t &dataSize) |
| template<class T> |
| bool | convertMeshVariable (T &vlsvReader, const string &meshName, const string &varName) |
| bool | convertMesh (vlsvinterface::Reader &vlsvReader, const string &meshName) |
| template<class T> |
| bool | convertSILO (const string &fname) |
| int | main (int argn, char *args[]) |
◆ convertMesh()
◆ convertMeshVariable()
template<class T>
| bool convertMeshVariable |
( |
T & | vlsvReader, |
|
|
const string & | meshName, |
|
|
const string & | varName ) |
◆ convertSILO()
template<class T>
| bool convertSILO |
( |
const string & | fname | ) |
|
◆ convUInt()
template<typename T>
| uint64_t convUInt |
( |
const char * | ptr, |
|
|
const T & | dataType, |
|
|
const uint64_t & | dataSize ) |
◆ getCellCoordinates()
| void getCellCoordinates |
( |
const CellStructure & | cellStruct, |
|
|
const uint64_t | _cellId, |
|
|
array< Real, 3 > & | coordinates ) |
◆ isDataTypeUint()
| bool isDataTypeUint |
( |
vlsv::datatype::type & | dataType | ) |
|
◆ main()
| int main |
( |
int | argn, |
|
|
char * | args[] ) |
◆ setCellVariables()
◆ SiloType()
| int SiloType |
( |
const datatype::type & | dataType, |
|
|
const uint64_t & | dataSize ) |
◆ fileptr