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::EqualsWithDeltaConstraint< ExpectedType, DeltaType > Struct Template Reference
Inheritance diagram for snowhouse::EqualsWithDeltaConstraint< ExpectedType, DeltaType >:
[legend]
Collaboration diagram for snowhouse::EqualsWithDeltaConstraint< ExpectedType, DeltaType >:
[legend]

Public Member Functions

 EqualsWithDeltaConstraint (const ExpectedType &expected, const DeltaType &delta)
 
template<typename ActualType >
bool operator() (const ActualType &actual) const
 
- Public Member Functions inherited from snowhouse::Expression< EqualsWithDeltaConstraint< ExpectedType, DeltaType > >
NotExpression< EqualsWithDeltaConstraint< ExpectedType, DeltaType > > operator! () const
 
AndExpression< EqualsWithDeltaConstraint< ExpectedType, DeltaType >, Right > operator&& (const Right &right) const
 
OrExpression< EqualsWithDeltaConstraint< ExpectedType, DeltaType >, Right > operator|| (const Right &right) const
 

Public Attributes

ExpectedType m_expected
 
DeltaType m_delta
 

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