]> https://gitweb.dealii.org/ - dealii.git/commitdiff
passing, verified tests for kronecker product
authorMichał Wichrowski <mtwichrowski@gmail.com>
Thu, 1 May 2025 18:48:42 +0000 (20:48 +0200)
committerMichał Wichrowski <mtwichrowski@gmail.com>
Thu, 1 May 2025 18:48:42 +0000 (20:48 +0200)
tests/lac/full_matrix_kronecker.cc
tests/lac/full_matrix_kronecker.output

index 207ef7b67fc7ee6917fb48264aec7e272f90477b..ef418662369766ef22f2d30982b3e3a92f3d8051 100644 (file)
@@ -41,10 +41,11 @@ main()
   B(1, 1) = 8;
 
   C.kronecker_product(A, B);
-  
+
 
   std::stringstream sstring;
-  sstring << "Result" << "\n";
+  sstring << "Result"
+          << "\n";
   C.print_formatted(sstring, 4, true, 10, "0.");
   deallog << sstring.str() << std::endl;
 
index 12d3d3cd10ea61afbe1dd526a7ad4d750f62042d..ca562f8dbef057dee64c370118c2a9b05253a54e 100644 (file)
@@ -4,3 +4,4 @@ DEAL::Result
 7.0000e+00 8.0000e+00 1.4000e+01 1.6000e+01 
 1.5000e+01 1.8000e+01 2.0000e+01 2.4000e+01 
 2.1000e+01 2.4000e+01 2.8000e+01 3.2000e+01 
+

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.