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 | Public Member Functions | Static Public Member Functions | List of all members
igloo::NestedContextProvider< InnerContext, OuterContext, ISONLY, ISSKIP > Struct Template Reference
Inheritance diagram for igloo::NestedContextProvider< InnerContext, OuterContext, ISONLY, ISSKIP >:
[legend]
Collaboration diagram for igloo::NestedContextProvider< InnerContext, OuterContext, ISONLY, ISSKIP >:
[legend]

Public Types

typedef InnerContext IGLOO_CURRENT_CONTEXT
 

Public Member Functions

virtual OuterContext & Parent ()
 
virtual void IglooFrameworkSetUp ()
 
virtual void IglooFrameworkTearDown ()
 
- Public Member Functions inherited from igloo::ContextWithAttribute< InnerContext >
void SetAttribute (const std::string &name, const char *value) const
 
const std::string & GetAttribute (const std::string &name) const
 
- Public Member Functions inherited from igloo::ContextBase
virtual void SetUp ()
 
virtual void TearDown ()
 
void SetName (const std::string &name)
 
std::string Name () const
 

Static Public Member Functions

static bool IsContextMarkedAsOnly ()
 
static bool IsMarkedAsSkip ()
 
- Static Public Member Functions inherited from igloo::ContextBase
static void SetUpContext ()
 
static void TearDownContext ()
 

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