#include <iostream>#include <vector>#include <fstream>#include <string>#include <sstream>#include <list>#include <cassert>#include <cstdlib>#include <algorithm>#include <iomanip>#include <map>#include "mpi.h"#include "GEM.H"#include "TRAIL.H"#include "TRAIL_Flu.H"#include "roccom.h"
Go to the source code of this file.
Functions | |
| bool | TRAIL_GeoPartReadPatchASCII (GEM_DomainBoundary &db, std::ifstream &Inf) |
| bool | TRAIL_GeoPartReadPatchesASCII (GEM_Partition &gp, std::ifstream &Inf) |
| bool | TRAIL_GeoPartReadPartitionBoundaryASCII (GEM_Partition &gp, unsigned int pb_index, std::ifstream &Inf) |
| bool | TRAIL_GeoPartReadPartitionBoundariesASCII (GEM_Partition &gp, std::ifstream &Inf) |
| bool | TRAIL_GeoPartReadASCII (GEM_Partition &gp, std::ifstream &Inf) |
| bool TRAIL_GeoPartReadASCII | ( | GEM_Partition & | gp, |
| std::ifstream & | Inf | ||
| ) |
Definition at line 242 of file GeoPartFunctions.C.
References GEM_Partition::_hexconn, GEM_Partition::_nc, GEM_Partition::_nghex, GEM_Partition::_ngnodes, GEM_Partition::_ngpris, GEM_Partition::_ngpyr, GEM_Partition::_ngtet, GEM_Partition::_nvface, GEM_Partition::_pb, GEM_Partition::_prisconn, GEM_Partition::_pyrconn, GEM_Partition::_tetconn, TRAIL_GeoPartReadPartitionBoundariesASCII(), and TRAIL_GeoPartReadPatchesASCII().
Referenced by main().


| bool TRAIL_GeoPartReadPartitionBoundariesASCII | ( | GEM_Partition & | gp, |
| std::ifstream & | Inf | ||
| ) |
Definition at line 231 of file GeoPartFunctions.C.
References GEM_Partition::_pb, and TRAIL_GeoPartReadPartitionBoundaryASCII().
Referenced by TRAIL_GeoPartReadASCII().


| bool TRAIL_GeoPartReadPartitionBoundaryASCII | ( | GEM_Partition & | gp, |
| unsigned int | pb_index, | ||
| std::ifstream & | Inf | ||
| ) |
Definition at line 105 of file GeoPartFunctions.C.
References GEM_UserData::_int_data, GEM_Partition::_pb, GEM_PartitionBoundary::_recvcells, GEM_PartitionBoundary::_recvnodes, GEM_PartitionBoundary::_rpart, GEM_PartitionBoundary::_sendcells, GEM_PartitionBoundary::_sendnodes, GEM_PartitionBoundary::_sharenodes, GEM_Partition::_solver_data, and GEM_Partition::Elem2Cell().
Referenced by TRAIL_GeoPartReadPartitionBoundariesASCII().


| bool TRAIL_GeoPartReadPatchASCII | ( | GEM_DomainBoundary & | db, |
| std::ifstream & | Inf | ||
| ) |
Definition at line 49 of file GeoPartFunctions.C.
References GEM_DomainBoundary::_id, GEM_DomainBoundary::_ngquad, GEM_DomainBoundary::_ngtri, GEM_DomainBoundary::_quadconn, and GEM_DomainBoundary::_triconn.
Referenced by TRAIL_GeoPartReadPatchesASCII().

| bool TRAIL_GeoPartReadPatchesASCII | ( | GEM_Partition & | gp, |
| std::ifstream & | Inf | ||
| ) |
Definition at line 89 of file GeoPartFunctions.C.
References GEM_Partition::_db, and TRAIL_GeoPartReadPatchASCII().
Referenced by TRAIL_GeoPartReadASCII().

