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.
snowhouse.h
1 #ifndef _SNOWHOUSE_H_JK_2013_06_28
2 #define _SNOWHOUSE_H_JK_2013_06_28
3 
4 #include "stringize.h"
5 #include "constraints/constraints.h"
6 #include "fluent/fluent.h"
7 #include "assertionexception.h"
8 #include "assert.h"
9 #include "assertmacro.h"
10 #include "exceptions.h"
11 
12 #endif
13