#include "Zoltan2_TaskMapping.hpp"
#include "Zoltan2_TestHelpers.hpp"
#include "Tpetra_MultiVector_decl.hpp"
#include "GeometricGenerator.hpp"
#include <string>
#include "Teuchos_XMLParameterListHelpers.hpp"
Go to the source code of this file.
|
string | trim_right_copy (const string &s, const string &delimiters=" \f\n\r\t\v") |
|
string | trim_left_copy (const string &s, const string &delimiters=" \f\n\r\t\v") |
|
string | trim_copy (const string &s, const string &delimiters=" \f\n\r\t\v") |
|
void | readGeoGenParams (string paramFileName, Teuchos::ParameterList &geoparams, const RCP< const Teuchos::Comm< int > > &comm) |
|
string | convert_to_string (char *args) |
|
bool | getArgumentValue (string &argumentid, double &argumentValue, string argumentline) |
|
template<typename part_t > |
void | getArgVals (int narg, char **argv, std::string &procF, part_t &nx, part_t &ny, part_t &nz, bool ÷_prime, int &ranks_per_node, string &taskGraphFile, string &taskCoordFile) |
|
int | main (int narg, char *arg[]) |
|
string trim_right_copy |
( |
const string & |
s, |
|
|
const string & |
delimiters = " \f\n\r\t\v" |
|
) |
| |
string trim_left_copy |
( |
const string & |
s, |
|
|
const string & |
delimiters = " \f\n\r\t\v" |
|
) |
| |
string trim_copy |
( |
const string & |
s, |
|
|
const string & |
delimiters = " \f\n\r\t\v" |
|
) |
| |
void readGeoGenParams |
( |
string |
paramFileName, |
|
|
Teuchos::ParameterList & |
geoparams, |
|
|
const RCP< const Teuchos::Comm< int > > & |
comm |
|
) |
| |
string convert_to_string |
( |
char * |
args | ) |
|
bool getArgumentValue |
( |
string & |
argumentid, |
|
|
double & |
argumentValue, |
|
|
string |
argumentline |
|
) |
| |
template<typename part_t >
void getArgVals |
( |
int |
narg, |
|
|
char ** |
argv, |
|
|
std::string & |
procF, |
|
|
part_t & |
nx, |
|
|
part_t & |
ny, |
|
|
part_t & |
nz, |
|
|
bool & |
divide_prime, |
|
|
int & |
ranks_per_node, |
|
|
string & |
taskGraphFile, |
|
|
string & |
taskCoordFile |
|
) |
| |
int main |
( |
int |
narg, |
|
|
char * |
arg[] |
|
) |
| |
const char param_comment = '#' |