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