Zoltan2
|
ProblemFactory class contains 1 static factory method. More...
#include <Zoltan2_ProblemFactory.hpp>
Static Public Member Functions | |
static Problem< basic_id_t > * | newProblem (const std::string &kind, const std::string &adapter_name, base_adapter_t *input, ParameterList *params) |
Zoltan2::Problem factory method More... | |
ProblemFactory class contains 1 static factory method.
Definition at line 64 of file Zoltan2_ProblemFactory.hpp.
|
inlinestatic |
Zoltan2::Problem factory method
kind | A string equal to the type of the problem (paritioning, ordering, coloring) |
kind | A string equal to the type of the adapter |
input | Input adapter used to construct the problem |
params | Zolta2 parameter list |
(MPI) | MPI world communicator |
Definition at line 83 of file Zoltan2_ProblemFactory.hpp.