From b5ead3fb530c97e4dc6a1a007229dddedce540fa Mon Sep 17 00:00:00 2001 From: kanschat Date: Sun, 1 Oct 2006 22:16:15 +0000 Subject: [PATCH] introduce numbers for full matrix tests git-svn-id: https://svn.dealii.org/trunk@13972 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/lapack/Makefile | 2 +- tests/lapack/{full_matrix.cc => full_matrix_01.cc} | 4 ++-- tests/lapack/{full_matrix => full_matrix_01}/cmp/generic | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename tests/lapack/{full_matrix.cc => full_matrix_01.cc} (95%) rename tests/lapack/{full_matrix => full_matrix_01}/cmp/generic (100%) diff --git a/tests/lapack/Makefile b/tests/lapack/Makefile index 614c685195..7639e7181a 100644 --- a/tests/lapack/Makefile +++ b/tests/lapack/Makefile @@ -20,7 +20,7 @@ default: run-tests ############################################################ -tests_x = tridiagonal_ev1 solver_cg full_matrix +tests_x = tridiagonal_ev1 solver_cg full_matrix_* # from above list of regular expressions, generate the real set of diff --git a/tests/lapack/full_matrix.cc b/tests/lapack/full_matrix_01.cc similarity index 95% rename from tests/lapack/full_matrix.cc rename to tests/lapack/full_matrix_01.cc index eb343319e4..8798bfd599 100644 --- a/tests/lapack/full_matrix.cc +++ b/tests/lapack/full_matrix_01.cc @@ -11,7 +11,7 @@ // //-------------------------------------------------------------------- -// Tests all aspects of LAPACKFullMatrix except eigenvectors +// Tests vector multiplication and eigenvalues of LAPACKFullMatrix #include "../tests.h" #include @@ -47,7 +47,7 @@ const double rect[] = int main() { - std::ofstream logfile("full_matrix/output"); + std::ofstream logfile("full_matrix_01/output"); logfile.precision(3); deallog.attach(logfile); deallog.depth_console(0); diff --git a/tests/lapack/full_matrix/cmp/generic b/tests/lapack/full_matrix_01/cmp/generic similarity index 100% rename from tests/lapack/full_matrix/cmp/generic rename to tests/lapack/full_matrix_01/cmp/generic -- 2.39.5