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 | Protected Member Functions | List of all members
igloo::BaseContextRunner Struct Referenceabstract
Inheritance diagram for igloo::BaseContextRunner:
[legend]

Public Member Functions

 BaseContextRunner (const std::string &contextName, const char *fileName, int lineNumber)
 
void Run (TestResults &results, TestListener &testListener) const
 
virtual bool IsContextMarkedAsOnly () const =0
 
virtual bool IsMarkedAsSkip () const =0
 
const std::string & ContextName () const
 
const std::string & FileName () const
 
int LineNumber () const
 

Protected Member Functions

virtual void RunContext (TestResults &results, TestListener &testListener) const =0
 

The documentation for this struct was generated from the following file: