#include <Zoltan2_EvaluateOrdering.hpp>
|
| | EvaluateLocalOrdering (const Adapter *ia, ParameterList *p, const LocalOrderingSolution< lno_t > *localSoln) |
| | Constructor where communicator is Teuchos default. More...
|
| |
| | EvaluateLocalOrdering (const Adapter *ia, ParameterList *p, const RCP< const Comm< int > > &problemComm, const LocalOrderingSolution< lno_t > *localSoln) |
| | Constructor where Teuchos communicator is specified. More...
|
| |
| | EvaluateOrdering (const Adapter *ia, ParameterList *p, const LocalOrderingSolution< lno_t > *localSoln, const GlobalOrderingSolution< gno_t > *globalSoln) |
| | Constructor where communicator is Teuchos default. More...
|
| |
| | EvaluateOrdering (const Adapter *ia, ParameterList *p, const RCP< const Comm< int > > &problemComm, const LocalOrderingSolution< lno_t > *localSoln, const GlobalOrderingSolution< gno_t > *globalSoln) |
| | Constructor where Teuchos communicator is specified. More...
|
| |
| lno_t | getBandwidth () const |
| |
| lno_t | getEnvelope () const |
| |
| lno_t | getSeparatorSize () const |
| |
| virtual void | printMetrics (std::ostream &os) const |
| | Print all metrics of type metricType based on the metric object type Note that parent class currently suppresses this if the list is empty. More...
|
| |
| void | localOrderingMetrics (const RCP< const Environment > &env, const RCP< const Comm< int > > &comm, const Adapter *ia, const LocalOrderingSolution< typename Adapter::lno_t > *localSoln) |
| |
| virtual | ~EvaluateBaseClassRoot () |
| |
template<typename Adapter>
class Zoltan2::EvaluateLocalOrdering< Adapter >
Definition at line 304 of file Zoltan2_EvaluateOrdering.hpp.
template<typename Adapter >
Constructor where communicator is Teuchos default.
- Parameters
-
| ia | the problem input adapter |
| p | the parameter list |
| localSoln | the local solution The constructor does global communication to compute the metrics. The rest of the methods are local. |
Definition at line 316 of file Zoltan2_EvaluateOrdering.hpp.
template<typename Adapter >
Constructor where Teuchos communicator is specified.
- Parameters
-
| ia | the problem input adapter |
| p | the parameter list |
| problemComm | the problem communicator |
| localSoln | the local solution The constructor does global communication to compute the metrics. The rest of the methods are local. |
Definition at line 330 of file Zoltan2_EvaluateOrdering.hpp.
The documentation for this class was generated from the following file: