|
ESyS-Particle
2.3.4
|


Go to the source code of this file.
Functions | |
| Graph | readSnap (const string &, int, int, int btag=-1) |
| void | readSnap (const string &, int, int, Graph &, int btag=-1) |
| Graph | readGeo (const string &, int, int, int btag=-1) |
| void | readGeo (const string &, int, int, Graph &, int btag=-1) |
| void readGeo | ( | const string & | infilename, |
| int | mintag, | ||
| int | maxtag, | ||
| Graph & | g, | ||
| int | btag | ||
| ) |
Read geometry file into existing graph
| infilename | the name of the geometry file |
| mintag | the smallest particle tag considered |
| g | the existing graph |
| btag | if btag!= -1, consider only bonds tagged with btag |
References Graph::insert(), esys::lsm::bpu::iter(), Graph::numE(), Graph::numV(), Graph::removeDoubles(), and Graph::setVertexData().

| Graph readGeo | ( | const string & | infilename, |
| int | mintag, | ||
| int | maxtag, | ||
| int | btag | ||
| ) |
Read geometry file and create a graph from the data
| infilename | the name of the geometry file |
| mintag | the smallest particle tag considered |
| btag | if btag!= -1, consider only bonds tagged with btag |
Referenced by main().

| void readSnap | ( | const string & | infilename, |
| int | mintag, | ||
| int | maxtag, | ||
| Graph & | g, | ||
| int | btag | ||
| ) |
read snapshot into existing graph
| infilename | the name of the header file of the snapshot, i.e. *_0.txt |
| mintag | the smallest particle tag considered |
| g | the existing graph |
| btag | if btag!= -1, consider only bonds tagged with btag |
References get_filenames(), get_version(), Graph::insert(), esys::lsm::bpu::iter(), Graph::numE(), Graph::numV(), Graph::removeDoubles(), and Graph::setVertexData().

| Graph readSnap | ( | const string & | infilename, |
| int | mintag, | ||
| int | maxtag, | ||
| int | btag | ||
| ) |
read snapshot and create a graph from the data
| infilename | the name of the header file of the snapshot, i.e. *_0.txt |
| mintag | the smallest particle tag considered |
| btag | if btag!= -1, consider only bonds tagged with btag |
References get_filenames(), get_version(), Graph::insert(), esys::lsm::bpu::iter(), Graph::numE(), Graph::numV(), Graph::removeDoubles(), and Graph::setVertexData().
Referenced by main().

