#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
#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
#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
// 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>
# 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))
-#include <deal.II/lac/abstract_linear_algebra.h>
+#include <deal.II/lac/generic_linear_algebra.h>
class LA_PETSc
{
// 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>
// 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>
// 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>
// 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>
#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>