Loading...
Searching...
No Matches
DGF.hpp
Definition PABLO_example_00006.cpp:123
void appendVData(const std::string &data_name, int &n, std::vector< T > &data, T2 &... others)
Definition DGF.hpp:150
void loadVData(const std::string &data_name, int &n, std::vector< T > &data, T2 &... others)
Definition DGF.hpp:59
void save(int &, int &, std::vector< std::vector< double > > &, std::vector< std::vector< int > > &)
Definition DGF.cpp:676
void appendSData(const std::string &data_name, int &n, std::vector< T > &data, T2 &... others)
Definition DGF.hpp:194
void loadSData(const std::string &data_name, int &n, std::vector< T > &data, T2 &... others)
Definition DGF.hpp:106
void load(int &, int &, std::vector< std::vector< double > > &, std::vector< std::vector< int > > &)
Definition DGF.cpp:516
unsigned int scan(std::ifstream &, int &, int &, std::vector< std::string > &, std::vector< std::string > &, std::vector< int > &, std::vector< int > &)
Definition DGF.cpp:972
unsigned int readSimplexData(std::ifstream &file_handle, int &n, std::vector< T > &data, const std::string &data_name="")
Definition DGF.hpp:437
unsigned int readVertexData(std::ifstream &file_handle, int &n, std::vector< T > &data, const std::string &data_name="")
Definition DGF.hpp:342
unsigned int readData(std::ifstream &file_handle, int &N, std::vector< T > &Data)
Definition DGF.hpp:249
unsigned int writeData(std::ofstream &, int &, std::vector< T > &)
Definition DGF.hpp:530
unsigned int writeMesh(std::ofstream &, int &, int &, std::vector< std::vector< double > > &, std::vector< std::vector< int > > &)
Definition DGF.cpp:1439
unsigned int check(std::ifstream &, std::vector< std::vector< int > > &)
Definition DGF.cpp:1169
unsigned int readMesh(std::ifstream &, int &, int &, std::vector< std::vector< double > > &, std::vector< std::vector< int > > &)
Definition DGF.cpp:1270
unsigned int writeVertexData(std::ofstream &file_handle, int &N, std::vector< T > &Data, const std::string &Data_name="")
Definition DGF.hpp:575
unsigned int writeSimplexData(std::ofstream &file_handle, int &N, std::vector< T > &Data, const std::string &Data_name="")
Definition DGF.hpp:631
Definition DGF.tpp:233
