git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29357
0785d39b-7218-0410-832d-
ea1e28bc413d
BlockIndices rows(row_blocks);
BlockIndices cols(col_blocks);
- std::vector<std::vector<types::global_dof_index> >
+ std::vector<std::vector<unsigned int> >
row_length(cols.size(),
- std::vector<types::global_dof_index>(rows.total_size()));
+ std::vector<unsigned int>(rows.total_size()));
for (unsigned int jb=0;jb<row_length.size();++jb)
for (unsigned int i=0;i<row_length[jb].size();++i)
{
matrix.print_formatted (deallog.get_file_stream());
// now copy everything into a Trilinos matrix
- Epetra_Map map(5,5,0,Utilities::Trilinos::comm_world());
+ Epetra_Map map(TrilinosWrappers::types::int_type(5),5,0,Utilities::Trilinos::comm_world());
TrilinosWrappers::SparseMatrix tmatrix;
tmatrix.reinit (map, map, matrix);
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams