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::AndExpression< LeftExpression, RightExpression > Struct Template Reference
Inheritance diagram for snowhouse::AndExpression< LeftExpression, RightExpression >:
[legend]
Collaboration diagram for snowhouse::AndExpression< LeftExpression, RightExpression >:
[legend]

Public Member Functions

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

Public Attributes

LeftExpression m_left
 
RightExpression m_right
 

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