]> https://gitweb.dealii.org/ - dealii.git/commitdiff
change deprecated MGMatrix 516/head
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 11 Feb 2015 15:23:26 +0000 (16:23 +0100)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 11 Feb 2015 15:23:26 +0000 (16:23 +0100)
examples/step-50/step-50.cc

index 2352788fa025876b09bef52ae18a245ca11e12e5..130e9410767b12ff02307fadb90e4c8f879939dd 100644 (file)
@@ -820,9 +820,9 @@ namespace Step50
     // both up and down versions of the
     // operator with the matrices we already
     // built:
-    MGMatrix<matrix_t,vector_t> mg_matrix(&mg_matrices);
-    MGMatrix<matrix_t,vector_t> mg_interface_up(&mg_interface_matrices);
-    MGMatrix<matrix_t,vector_t> mg_interface_down(&mg_interface_matrices);
+    mg::Matrix<vector_t> mg_matrix(&mg_matrices);
+    mg::Matrix<vector_t> mg_interface_up(&mg_interface_matrices);
+    mg::Matrix<vector_t> mg_interface_down(&mg_interface_matrices);
 
     // Now, we are ready to set up the
     // V-cycle operator and the

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.