Rheolef  7.1
an efficient C++ finite element environment
disarray_mpi_inst.cc
Go to the documentation of this file.
1 
22 # include "rheolef/config.h"
23 # ifdef _RHEOLEF_HAVE_MPI
24 
25 # include "rheolef/disarray.h"
26 // ----------------------------------------------------------------------------
27 // instanciation in library
28 // ----------------------------------------------------------------------------
29 namespace rheolef {
30 template class disarray_rep<Float, distributed, std::allocator<Float> >;
31 template class disarray_rep<int, distributed, std::allocator<int> >;
32 template class disarray_rep<size_t, distributed, std::allocator<size_t> >;
33 } // namespace rheolef
34 # endif // _RHEOLEF_HAVE_MPI
rheolef
This file is part of Rheolef.
Definition: compiler_eigen.h:37