|
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 | |
| NotExpression< T > | operator! () const |
| template<typename Right > | |
| AndExpression< T, Right > | operator&& (const Right &right) const |
| template<typename Right > | |
| OrExpression< T, Right > | operator|| (const Right &right) const |
1.8.11