Problem base class from which other classes (PartitioningProblem, ColoringProblem, OrderingProblem, MatchingProblem, etc.) derive.
More...
#include <Zoltan2_Problem.hpp>
|
| Problem (const Adapter *input, ParameterList *params) |
| Constructor where communicator is Teuchos default. More...
|
|
| Problem (const Adapter *input, ParameterList *params, RCP< const Comm< int > > &comm) |
| Constructor where Teuchos communicator is specified. More...
|
|
virtual | ~Problem () |
| Destructor. More...
|
|
RCP< const Comm< int > > | getComm () |
| Return the communicator used by the problem. More...
|
|
void | resetParameters (ParameterList *params) |
| Reset the list of parameters. More...
|
|
virtual void | solve (bool updateInputData)=0 |
| Method that creates a solution. More...
|
|
void | printTimers () const |
| Return the communicator passed to the problem. More...
|
|
template<typename Adapter>
class Zoltan2::Problem< Adapter >
Problem base class from which other classes (PartitioningProblem, ColoringProblem, OrderingProblem, MatchingProblem, etc.) derive.
Definition at line 67 of file Zoltan2_Problem.hpp.
template<typename Adapter>
template<typename Adapter>
template<typename Adapter>
Zoltan2::Problem< Adapter >::Problem |
( |
const Adapter * |
input, |
|
|
ParameterList * |
params, |
|
|
RCP< const Comm< int > > & |
comm |
|
) |
| |
|
inline |
template<typename Adapter>
template<typename Adapter>
template<typename Adapter >
template<typename Adapter>
template<typename Adapter>
Return the communicator passed to the problem.
If timer data was collected, print out global data.
If the parameter "timer_output_stream" or "timer_output_file" was set, then timing statistics are available and will be printed out to the requested output stream with this call.
All processes in the application must call this, even if they were not all in the problem communicator. All timers are reset back to zero after this call.
Timer starts, stops and displays are ignored if Zoltan2 is compiled with Z2_OMIT_ALL_ERROR_CHECKING.
Definition at line 150 of file Zoltan2_Problem.hpp.
template<typename Adapter>
template<typename Adapter>
template<typename Adapter>
template<typename Adapter>
template<typename Adapter>
template<typename Adapter>
template<typename Adapter>
template<typename Adapter>
template<typename Adapter>
template<typename Adapter>
template<typename Adapter>
template<typename Adapter>
The documentation for this class was generated from the following file: