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