]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Allow non-unique split of elements in source map
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sat, 11 Jun 2016 20:24:15 +0000 (22:24 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Tue, 14 Jun 2016 15:10:12 +0000 (17:10 +0200)
source/lac/trilinos_epetra_communication_pattern.cc

index d84ff994563069cf7062006b8507fe6389507adf..ee7e9045ae84ba9584480464c79decac61b4f30c 100644 (file)
@@ -45,7 +45,7 @@ namespace LinearAlgebra
       comm = std_cxx11::make_shared<const MPI_Comm>(communicator);
 
       Epetra_Map vector_space_vector_map = vector_space_vector_index_set.make_trilinos_map(*comm,
-                                           false);
+                                           true);
       Epetra_Map read_write_vector_map = read_write_vector_index_set.make_trilinos_map(*comm,
                                          true);
 

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


Typeset in Trocchi and Trocchi Bold Sans Serif.