Zoltan2
|
#include <Zoltan2_TestInterface.hpp>
Public Member Functions | |
virtual | ~Zoltan2Test () |
Destructor. More... | |
virtual void | Run (const ParameterList ¶ms, const RCP< const Teuchos::Comm< int > > &comm)=0 |
virtual bool | didPass ()=0 |
Did pass? More... | |
Definition at line 36 of file Zoltan2_TestInterface.hpp.
|
inlinevirtual |
Destructor.
Definition at line 42 of file Zoltan2_TestInterface.hpp.
|
pure virtual |
Run the test
\c | uinput user input helper object |
\c | communicator object |
Implemented in MeshCoordinateTest.
|
pure virtual |
Did pass?
Implemented in MeshCoordinateTest.