]> https://gitweb.dealii.org/ - dealii.git/commitdiff
rename header from abstract_linear_algebra to generic_linear_algebra
authorTimo Heister <timo.heister@gmail.com>
Wed, 5 Jun 2013 18:30:53 +0000 (18:30 +0000)
committerTimo Heister <timo.heister@gmail.com>
Wed, 5 Jun 2013 18:30:53 +0000 (18:30 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29765 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-32/step-32.cc
deal.II/examples/step-40/step-40.cc
deal.II/examples/step-6/step-6.cc
deal.II/include/deal.II/lac/generic_linear_algebra.h [moved from deal.II/include/deal.II/lac/abstract_linear_algebra.h with 98% similarity]
tests/Makefile.paths.in
tests/gla/gla.h
tests/gla/mat_01.cc
tests/gla/vec_00.cc
tests/gla/vec_01.cc
tests/gla/vec_02.cc
tests/lac/ala_01.cc

index 23f565cc3df9aeb9df289dec5826be31e83580c6..b83a8f51439e928acaaab70d3e2b44ab6958949b 100644 (file)
@@ -62,7 +62,7 @@
 #include <deal.II/numerics/error_estimator.h>
 #include <deal.II/numerics/solution_transfer.h>
 
-#include <deal.II/lac/abstract_linear_algebra.h>
+#include <deal.II/lac/generic_linear_algebra.h>
 
 #define USE_PETSC_LA
 
index 548ef3d2b6b78b530bf72e05fe12f7b2438fb225..3ddbfbdb1f8876c6104c34946c24c0f2d8c54963 100644 (file)
@@ -19,7 +19,7 @@
 #include <deal.II/base/quadrature_lib.h>
 #include <deal.II/base/function.h>
 
-#include <deal.II/lac/abstract_linear_algebra.h>
+#include <deal.II/lac/generic_linear_algebra.h>
 
 #define USE_PETSC_LA
 
index 8217eb3aaac5e2a5f68a6354c1808ef490d64f91..81ffb3f48820df9541f162cea93147581cc6efad 100644 (file)
@@ -35,7 +35,7 @@
 #include <deal.II/numerics/matrix_tools.h>
 #include <deal.II/numerics/data_out.h>
 
-#include <deal.II/lac/abstract_linear_algebra.h>
+#include <deal.II/lac/generic_linear_algebra.h>
 
 #define USE_PETSC_LA
 
similarity index 98%
rename from deal.II/include/deal.II/lac/abstract_linear_algebra.h
rename to deal.II/include/deal.II/lac/generic_linear_algebra.h
index d4e43a05dc8c5e11d4421dc16e90e7aebbf32278..4efa3b7f8d369646cd02c7916efe285de5b8e4db 100644 (file)
@@ -9,8 +9,8 @@
 //    further information on this license.
 //
 //---------------------------------------------------------------------------
-#ifndef __deal2__abstract_linear_algebra_h
-#define __deal2__abstract_linear_algebra_h
+#ifndef __deal2__generic_linear_algebra_h
+#define __deal2__generic_linear_algebra_h
 
 #include <deal.II/base/config.h>
 
index 4ffeab445e1a2368c048ba82f30be2fdc1d967b0..390422eae498e734a9f084b56105acf57de3900c 100644 (file)
@@ -19,4 +19,4 @@ ULIMIT = @ULIMIT@
 # in the report with it. for a branch, prefix everything
 # with x-branch-name/ so that tests run from the branch will show up
 # in different folders on the webpage.
-WORKDIR = $(notdir $(shell pwd))
+WORKDIR = x-branch-unify-la/$(notdir $(shell pwd))
index 74c9f99a9b09bb8076e023fe8a3e21cafd4225f0..8c82ee778310f47a8f02feca43051406524c24b2 100644 (file)
@@ -1,5 +1,5 @@
 
-#include <deal.II/lac/abstract_linear_algebra.h>
+#include <deal.II/lac/generic_linear_algebra.h>
 
 class LA_PETSc
 {
index 685d1a53b3b3f6e7e384984526ec0ddffc743a96..46d48c2bd4a0fa33cc465f8268d6ef6fb676efae 100644 (file)
@@ -15,7 +15,7 @@
 // create, size, and reinit of LA::MPI::SparseMatrix
 
 #include "../tests.h"
-#include <deal.II/lac/abstract_linear_algebra.h>
+#include <deal.II/lac/generic_linear_algebra.h>
 #include <deal.II/base/index_set.h>
 #include <fstream>
 #include <iostream>
index 54a61dcf9c06cf3e7b05e25926092902f1b68315..7b672cd99f5c6f5d25ea2c127b74e71ea5bc9d2e 100644 (file)
@@ -15,7 +15,7 @@
 // creation and size of LA::MPI::Vector
 
 #include "../tests.h"
-#include <deal.II/lac/abstract_linear_algebra.h>
+#include <deal.II/lac/generic_linear_algebra.h>
 #include <deal.II/base/index_set.h>
 #include <fstream>
 #include <iostream>
index 95347a8c343edd34843e4c6419e2746a2098e533..3304b9382abbf5ad5fab1809140c81b667a50543 100644 (file)
@@ -15,7 +15,7 @@
 // creation and size and ghost elements of LA::MPI::Vector
 
 #include "../tests.h"
-#include <deal.II/lac/abstract_linear_algebra.h>
+#include <deal.II/lac/generic_linear_algebra.h>
 #include <deal.II/base/index_set.h>
 #include <fstream>
 #include <iostream>
index 0ee3cc68a8ea167cd939d0751921ec1efa03fb50..766738ce92f1bb1f6e18b2b451b1f388283677df 100644 (file)
@@ -15,7 +15,7 @@
 // assignment of ghost vectors
 
 #include "../tests.h"
-#include <deal.II/lac/abstract_linear_algebra.h>
+#include <deal.II/lac/generic_linear_algebra.h>
 #include <deal.II/base/index_set.h>
 #include <fstream>
 #include <iostream>
index 170f59081c7a846add8603fe778c62a737da4335..41a810b7f477856b742317542009e601c8eb63d4 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "../tests.h" 
 #include <deal.II/base/utilities.h>
-#include <deal.II/lac/abstract_linear_algebra.h>
+#include <deal.II/lac/generic_linear_algebra.h>
 #include <fstream>
 #include <iostream>
 

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.