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 | Public Attributes | List of all members
snowhouse::FulfillsConstraint< MatcherType > Struct Template Reference
Inheritance diagram for snowhouse::FulfillsConstraint< MatcherType >:
[legend]
Collaboration diagram for snowhouse::FulfillsConstraint< MatcherType >:
[legend]

Public Member Functions

 FulfillsConstraint (const MatcherType &matcher)
 
template<typename ActualType >
bool operator() (const ActualType &actual) const
 
- Public Member Functions inherited from snowhouse::Expression< FulfillsConstraint< MatcherType > >
NotExpression< FulfillsConstraint< MatcherType > > operator! () const
 
AndExpression< FulfillsConstraint< MatcherType >, Right > operator&& (const Right &right) const
 
OrExpression< FulfillsConstraint< MatcherType >, Right > operator|| (const Right &right) const
 

Public Attributes

MatcherType m_matcher
 

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