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.
igloo_alt.h
1 
2 // Copyright Joakim Karlsson & Kim Gräsman 2010-2013.
3 // Distributed under the Boost Software License, Version 1.0.
4 // (See accompanying file LICENSE_1_0.txt or copy at
5 // http://www.boost.org/LICENSE_1_0.txt)
6 
7 #ifndef IGLOO_IGLOO_ALT_H
8 #define IGLOO_IGLOO_ALT_H
9 
10 #include <igloo/igloo_framework.h>
11 #include <igloo/core/alternativeregistrationaliases.h>
12 
13 #endif
14 
15