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 | Public Attributes | List of all members
snowhouse::ConstraintList< HT, TT > Struct Template Reference

Public Types

typedef HT HeadType
 
typedef TT TailType
 

Public Member Functions

 ConstraintList (const HeadType &head, const TailType &tail)
 

Public Attributes

HeadType m_head
 
TailType m_tail
 

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