#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[]) |
|
◆ partDIM
◆ procDIM
◆ nProcs
◆ nParts
◆ trim_right_copy()
string trim_right_copy |
( |
const string & | s, |
|
|
const string & | delimiters = " \f\n\r\t\v" ) |
◆ trim_left_copy()
string trim_left_copy |
( |
const string & | s, |
|
|
const string & | delimiters = " \f\n\r\t\v" ) |
◆ trim_copy()
string trim_copy |
( |
const string & | s, |
|
|
const string & | delimiters = " \f\n\r\t\v" ) |
◆ readGeoGenParams()
void readGeoGenParams |
( |
string | paramFileName, |
|
|
Teuchos::ParameterList & | geoparams, |
|
|
const RCP< const Teuchos::Comm< int > > & | comm ) |
◆ convert_to_string()
string convert_to_string |
( |
char * | args | ) |
|
◆ getArgumentValue()
bool getArgumentValue |
( |
string & | argumentid, |
|
|
double & | argumentValue, |
|
|
string | argumentline ) |
◆ getArgVals()
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 ) |
◆ main()
int main |
( |
int | narg, |
|
|
char * | arg[] ) |
◆ param_comment
const char param_comment = '#' |