Zoltan2
|
#include <Zoltan2_MeshCoordinateTest.hpp>
Public Member Functions | |
MeshCoordinateTest () | |
Default Constructor. | |
~MeshCoordinateTest () | |
Destructor. | |
void | Run (const ParameterList ¶ms, const RCP< const Teuchos::Comm< int > > &comm) |
bool | didPass () |
Did pass? | |
![]() | |
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 25 of file Zoltan2_MeshCoordinateTest.hpp.
MeshCoordinateTest::MeshCoordinateTest | ( | ) |
Default Constructor.
Definition at line 51 of file Zoltan2_MeshCoordinateTest.hpp.
|
inline |
Destructor.
Definition at line 34 of file Zoltan2_MeshCoordinateTest.hpp.
|
virtual |
\breif Run the test
c uinput user input helper object
c communicator object
Implements Zoltan2Test.
Definition at line 55 of file Zoltan2_MeshCoordinateTest.hpp.
|
virtual |