#include <ZE_SystemInterface.h>
◆ SystemInterface()
SystemInterface::SystemInterface |
( |
int |
my_rank = 0 | ) |
|
|
explicit |
◆ ~SystemInterface()
SystemInterface::~SystemInterface |
( |
| ) |
|
|
default |
◆ compression_level()
int SystemInterface::compression_level |
( |
| ) |
const |
|
inline |
◆ debug()
int SystemInterface::debug |
( |
| ) |
const |
|
inline |
◆ decomp_method()
std::string SystemInterface::decomp_method |
( |
| ) |
const |
|
inline |
◆ enroll_options()
void SystemInterface::enroll_options |
( |
| ) |
|
|
private |
◆ equivalence_nodes()
bool SystemInterface::equivalence_nodes |
( |
| ) |
const |
|
inline |
◆ ignore_internal_sidesets()
bool SystemInterface::ignore_internal_sidesets |
( |
| ) |
const |
|
inline |
◆ ints32bit()
bool SystemInterface::ints32bit |
( |
| ) |
const |
|
inline |
◆ lattice()
std::string SystemInterface::lattice |
( |
| ) |
const |
|
inline |
◆ minimize_open_files()
Minimize SystemInterface::minimize_open_files |
( |
| ) |
const |
|
inline |
◆ offset()
vector3d SystemInterface::offset |
( |
| ) |
const |
|
inline |
◆ parse_options()
bool SystemInterface::parse_options |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ rank_count()
int SystemInterface::rank_count |
( |
| ) |
const |
|
inline |
◆ ranks()
int SystemInterface::ranks |
( |
| ) |
const |
|
inline |
◆ repeat()
int SystemInterface::repeat |
( |
| ) |
const |
|
inline |
◆ scale_factor()
double SystemInterface::scale_factor |
( |
| ) |
const |
|
inline |
◆ show_version()
void SystemInterface::show_version |
( |
| ) |
|
|
static |
◆ sideset_names()
std::string SystemInterface::sideset_names |
( |
| ) |
const |
|
inline |
◆ sideset_surfaces()
std::string SystemInterface::sideset_surfaces |
( |
| ) |
const |
|
inline |
◆ skip()
int SystemInterface::skip |
( |
| ) |
const |
|
inline |
◆ start_rank()
int SystemInterface::start_rank |
( |
| ) |
const |
|
inline |
◆ subcycle()
bool SystemInterface::subcycle |
( |
| ) |
const |
|
inline |
◆ szip()
bool SystemInterface::szip |
( |
| ) |
const |
|
inline |
◆ use_netcdf4()
bool SystemInterface::use_netcdf4 |
( |
| ) |
const |
|
inline |
◆ use_netcdf5()
bool SystemInterface::use_netcdf5 |
( |
| ) |
const |
|
inline |
◆ zlib()
bool SystemInterface::zlib |
( |
| ) |
const |
|
inline |
◆ compressionLevel_
int SystemInterface::compressionLevel_ {0} |
|
private |
◆ debugLevel_
int SystemInterface::debugLevel_ {0} |
|
private |
◆ decompMethod_
std::string SystemInterface::decompMethod_ {"HSFC"} |
|
private |
◆ equivalenceNodes_
bool SystemInterface::equivalenceNodes_ {true} |
|
private |
◆ ignoreInternalSidesets_
bool SystemInterface::ignoreInternalSidesets_ {false} |
|
private |
◆ ints32bit_
bool SystemInterface::ints32bit_ {false} |
|
private |
◆ lattice_
std::string SystemInterface::lattice_ {} |
|
private |
◆ myRank_
int SystemInterface::myRank_ {0} |
|
private |
◆ offset_
vector3d SystemInterface::offset_ {0.0, 0.0, 0.0} |
|
private |
◆ options_
Ioss::GetLongOption SystemInterface::options_ |
|
private |
◆ outputName_
std::string SystemInterface::outputName_ |
◆ rankCount_
int SystemInterface::rankCount_ {0} |
|
private |
◆ ranks_
int SystemInterface::ranks_ {1} |
|
private |
◆ repeat_
int SystemInterface::repeat_ {1} |
|
private |
◆ scaleFactor_
double SystemInterface::scaleFactor_ {1.0} |
|
private |
◆ sidesetNames_
std::string SystemInterface::sidesetNames_ {} |
|
private |
◆ sidesetSurfaces_
std::string SystemInterface::sidesetSurfaces_ {} |
|
private |
◆ skip_
int SystemInterface::skip_ {0} |
|
private |
◆ startRank_
int SystemInterface::startRank_ {0} |
|
private |
◆ subcycle_
bool SystemInterface::subcycle_ {false} |
|
private |
◆ szip_
bool SystemInterface::szip_ {false} |
|
private |
◆ useNetcdf4_
bool SystemInterface::useNetcdf4_ {true} |
|
private |
◆ useNetcdf5_
bool SystemInterface::useNetcdf5_ {false} |
|
private |
◆ zlib_
bool SystemInterface::zlib_ {true} |
|
private |
The documentation for this class was generated from the following files: