Zoltan2
|
#include <Teuchos_ParameterList.hpp>
#include <Teuchos_XMLObject.hpp>
#include <Teuchos_XMLParameterListWriter.hpp>
#include <Teuchos_ParameterXMLFileReader.hpp>
#include <Teuchos_ValidatorXMLConverterDB.hpp>
#include <Teuchos_StandardParameterEntryValidators.hpp>
#include <Zoltan2_Standards.hpp>
#include <Zoltan2_Parameters.hpp>
#include <Zoltan2_IntegerRangeList.hpp>
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
Go to the source code of this file.
Functions | |
void | createAllParameters (Teuchos::ParameterList &pList) |
int | main (int argc, char *argv[]) |
void createAllParameters | ( | Teuchos::ParameterList & | pList | ) |
Definition at line 76 of file paramToXML.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 44 of file paramToXML.cpp.