From: Wolfgang Bangerth Date: Fri, 5 Dec 2008 23:11:49 +0000 (+0000) Subject: Add some stuff from the branch. X-Git-Tag: v8.0.0~8310 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92bc1b0352e0710ac9a076b3994d3da652eb78f0;p=dealii.git Add some stuff from the branch. git-svn-id: https://svn.dealii.org/trunk@17871 0785d39b-7218-0410-832d-ea1e28bc413d --- 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