|
blitzdg
an open-source project aiming to implement parallel discontinuous Galerkin (dg) solvers for common partial differential equations systems using blitz++ for array and tensor manipulations and MPI for distributed parallelism.
|
Public Types | |
| typedef std::list< BaseContextRunner * > | ContextRunners |
Public Member Functions | |
| TestRunner (const TestResultsOutput &output) | |
| int | Run (const ContextRunners &runners) |
| int | Run () |
| void | AddListener (TestListener *listener) |
Static Public Member Functions | |
| static int | RunAllTests (int argc=0, const char *argv[]=0) |
| static bool | is_only (const BaseContextRunner *runner) |
| template<typename ContextRunnerType > | |
| static void | RegisterContext (const std::string &name, const char *fileName, int lineNumber) |
1.8.11