From d838b2c19cfce10115ac3511bb4bd4518241cb93 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 5 Dec 2008 23:11:49 +0000 Subject: [PATCH] Add some stuff from the branch. git-svn-id: https://svn.dealii.org/trunk@17871 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/full_matrix_common.h | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/tests/bits/full_matrix_common.h b/tests/bits/full_matrix_common.h index 74fa13d5ae..cf3f456335 100644 --- a/tests/bits/full_matrix_common.h +++ b/tests/bits/full_matrix_common.h @@ -1,5 +1,5 @@ //---------------------------- full_matrix_common.h --------------------------- -// $Id$ +// $Id:$ // Version: $Name$ // // Copyright (C) 2007, 2008 by the deal.II authors @@ -98,8 +98,29 @@ print_vector (const Vector &v) << std::endl; } +template +void +display_matrix(FullMatrix M) +{ + deallog< +void +fill_matrix(FullMatrix &A) +{ + for (unsigned int i=0; i