From: bangerth Date: Mon, 29 Sep 2008 18:39:33 +0000 (+0000) Subject: Add comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7be5464ad11e4142a620554d8221eea7a790d2f8;p=dealii-svn.git Add comment. git-svn-id: https://svn.dealii.org/trunk@17040 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/create_laplace_matrix_01.cc b/tests/deal.II/create_laplace_matrix_01.cc index 4f4f859fca..8b37b5e1c2 100644 --- a/tests/deal.II/create_laplace_matrix_01.cc +++ b/tests/deal.II/create_laplace_matrix_01.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2003, 2004, 2007 by the deal.II authors +// Copyright (C) 2000, 2001, 2003, 2004, 2007, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -17,9 +17,12 @@ // rhs vector was nested in the wrong loop. this was fixed by Moritz' commit // 14428 // -// the function internally has four branches, with different code used for the -// cases with/without coefficient and scalar/vector-valued finite element. we -// test these four cases through the _01, _02, _03, and _04 tests +// the function internally has four branches, with different code used +// for the cases with/without coefficient and scalar/vector-valued +// finite element. we test these four cases through the _01, _02, _03, +// and _04 tests. the version with a coefficient is tested in the +// _0[1234]a tests, and versions without computing a right hand side +// vectors with and without coefficient in the _0[1234][bc] tests diff --git a/tests/deal.II/create_laplace_matrix_02.cc b/tests/deal.II/create_laplace_matrix_02.cc index 4205cb1c38..be47c7693f 100644 --- a/tests/deal.II/create_laplace_matrix_02.cc +++ b/tests/deal.II/create_laplace_matrix_02.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2003, 2004, 2007 by the deal.II authors +// Copyright (C) 2000, 2001, 2003, 2004, 2007, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -17,9 +17,12 @@ // rhs vector was nested in the wrong loop. this was fixed by Moritz' commit // 14428 // -// the function internally has four branches, with different code used for the -// cases with/without coefficient and scalar/vector-valued finite element. we -// test these four cases through the _01, _02, _03, and _04 tests +// the function internally has four branches, with different code used +// for the cases with/without coefficient and scalar/vector-valued +// finite element. we test these four cases through the _01, _02, _03, +// and _04 tests. the version with a coefficient is tested in the +// _0[1234]a tests, and versions without computing a right hand side +// vectors with and without coefficient in the _0[1234][bc] tests diff --git a/tests/deal.II/create_laplace_matrix_03.cc b/tests/deal.II/create_laplace_matrix_03.cc index 9515818756..9401b9a3b0 100644 --- a/tests/deal.II/create_laplace_matrix_03.cc +++ b/tests/deal.II/create_laplace_matrix_03.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2003, 2004, 2007 by the deal.II authors +// Copyright (C) 2000, 2001, 2003, 2004, 2007, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -17,9 +17,12 @@ // rhs vector was nested in the wrong loop. this was fixed by Moritz' commit // 14428 // -// the function internally has four branches, with different code used for the -// cases with/without coefficient and scalar/vector-valued finite element. we -// test these four cases through the _01, _02, _03, and _04 tests +// the function internally has four branches, with different code used +// for the cases with/without coefficient and scalar/vector-valued +// finite element. we test these four cases through the _01, _02, _03, +// and _04 tests. the version with a coefficient is tested in the +// _0[1234]a tests, and versions without computing a right hand side +// vectors with and without coefficient in the _0[1234][bc] tests diff --git a/tests/deal.II/create_laplace_matrix_04.cc b/tests/deal.II/create_laplace_matrix_04.cc index 77bcf10da0..5d51810f75 100644 --- a/tests/deal.II/create_laplace_matrix_04.cc +++ b/tests/deal.II/create_laplace_matrix_04.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2003, 2004, 2007 by the deal.II authors +// Copyright (C) 2000, 2001, 2003, 2004, 2007, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -17,9 +17,12 @@ // rhs vector was nested in the wrong loop. this was fixed by Moritz' commit // 14428 // -// the function internally has four branches, with different code used for the -// cases with/without coefficient and scalar/vector-valued finite element. we -// test these four cases through the _01, _02, _03, and _04 tests +// the function internally has four branches, with different code used +// for the cases with/without coefficient and scalar/vector-valued +// finite element. we test these four cases through the _01, _02, _03, +// and _04 tests. the version with a coefficient is tested in the +// _0[1234]a tests, and versions without computing a right hand side +// vectors with and without coefficient in the _0[1234][bc] tests