ProblemFactory class contains 1 static factory method.
More...
#include <Zoltan2_ProblemFactory.hpp>
ProblemFactory class contains 1 static factory method.
Definition at line 28 of file Zoltan2_ProblemFactory.hpp.
Zoltan2_TestingFramework::ProblemFactory::ProblemFactory |
( |
const std::string & |
problemName, |
|
|
RCP< AdapterFactory > |
adapterFactory, |
|
|
ParameterList * |
params |
|
) |
| |
|
inline |
Zoltan2::Problem factory method
- Parameters
-
kind | A string equal to the type of the problem (paritioning, ordering, coloring) |
kind | A string equal to the type of the adapter |
params | Zolta2 parameter list |
(MPI) | MPI world communicator |
- Returns
- returns a pointer to new Zoltan2::Problem or a nullptr if problem_name was not known.
Definition at line 39 of file Zoltan2_ProblemFactory.hpp.
RCP<ProblemRoot> Zoltan2_TestingFramework::ProblemFactory::getProblem |
( |
| ) |
|
|
inline |
const std::string& Zoltan2_TestingFramework::ProblemFactory::getProblemName |
( |
| ) |
const |
|
inline |
EAdapterType Zoltan2_TestingFramework::ProblemFactory::getAdapterType |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: