|
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 | |
| 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 |
1.8.11