]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Be explicit about what output to create.
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 22 Apr 2025 21:59:40 +0000 (15:59 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 22 Apr 2025 21:59:40 +0000 (15:59 -0600)
tests/lac/matrix_out.cc
tests/lac/matrix_out_02.cc

index e1c45f6b67a194b70296d0954aefcf4e63ebfdff..97c228962f8a538859f394b9030ca54ebc9472ba 100644 (file)
@@ -57,7 +57,7 @@ main()
       MatrixOut matrix_out;
       matrix_out.build_patches(sparse_matrix,
                                "sparse_matrix",
-                               MatrixOut::Options(true));
+                               MatrixOut::Options(true, 1, false, false));
       matrix_out.write_eps(logfile);
     };
 
@@ -73,7 +73,7 @@ main()
       MatrixOut matrix_out;
       matrix_out.build_patches(full_matrix,
                                "collated_matrix",
-                               MatrixOut::Options(false, 4));
+                               MatrixOut::Options(false, 4, false, false));
       matrix_out.write_gmv(logfile);
     };
 }
index e3ada92d111ee10debd419e0634b5bba732fd2fa..91dc3fea33c1c5742fe46e8046254b9f461ceda6 100644 (file)
@@ -54,7 +54,7 @@ main(int argc, char **argv)
       MatrixOut matrix_out;
       matrix_out.build_patches(sparse_matrix,
                                "sparse_matrix",
-                               MatrixOut::Options(true, 1, true));
+                               MatrixOut::Options(true, 1, true, false));
       matrix_out.write_gnuplot(logfile);
     }
 }

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.