|
Zoltan2
|
#include <Zoltan2_EvaluateOrdering.hpp>


Public Member Functions | |
| EvaluateLocalOrdering (const Adapter *ia, ParameterList *p, const LocalOrderingSolution< lno_t > *localSoln) | |
| Constructor where communicator is Teuchos default. | |
| EvaluateLocalOrdering (const Adapter *ia, ParameterList *p, const RCP< const Comm< int > > &problemComm, const LocalOrderingSolution< lno_t > *localSoln) | |
| Constructor where Teuchos communicator is specified. | |
| Public Member Functions inherited from Zoltan2::EvaluateOrdering< Adapter > | |
| EvaluateOrdering (const Adapter *ia, ParameterList *p, const LocalOrderingSolution< lno_t > *localSoln, const GlobalOrderingSolution< gno_t > *globalSoln) | |
| Constructor where communicator is Teuchos default. | |
| 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. | |
| 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. | |
| void | localOrderingMetrics (const RCP< const Environment > &env, const RCP< const Comm< int > > &comm, const Adapter *ia, const LocalOrderingSolution< typename Adapter::lno_t > *localSoln) |
| Public Member Functions inherited from Zoltan2::EvaluateBaseClassRoot | |
| virtual | ~EvaluateBaseClassRoot () |
Definition at line 340 of file Zoltan2_EvaluateOrdering.hpp.
|
inline |
Constructor where communicator is Teuchos default.
| 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 352 of file Zoltan2_EvaluateOrdering.hpp.
|
inline |
Constructor where Teuchos communicator is specified.
| 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 366 of file Zoltan2_EvaluateOrdering.hpp.