[Dune] What is the proper syntax for compressed arrays on the git master
Aleksejs Fomins
aleksejs.fomins at lspr.swiss
Fri Nov 18 12:14:25 CET 2016
Dear Dune,
With the latest git-update of the dune-common, I get an error in my code
typedef Dune::FieldMatrix<std::complex<double>,1,1> MyFieldMatrix;
typedef typename Dune::compressed_base_array_unmanaged<MyFieldMatrix>::iterator MyIter;
that compressed_base_array_unmanaged is undefined. Could you please recommend what is the currently functional syntax for the above expressions.
Best regards,
Aleksejs
More information about the Dune
mailing list