|
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 Member Functions | |
| void | AddListener (TestListener *listener) |
| void | TestRunStarting () |
| void | TestRunEnded (const TestResults &results) |
| void | ContextRunStarting (const ContextBase &context) |
| void | ContextRunEnded (const ContextBase &context) |
| void | SpecRunStarting (const ContextBase &context, const std::string &specName) |
| void | SpecSucceeded (const ContextBase &context, const std::string &specName) |
| void | SpecFailed (const ContextBase &context, const std::string &specName) |
1.8.11