From a4245c8e07e9125bd13fde943f7102c165644c74 Mon Sep 17 00:00:00 2001 From: kanschat Date: Mon, 4 Mar 2013 13:13:24 +0000 Subject: [PATCH] add more tests for NaN git-svn-id: https://svn.dealii.org/trunk@28720 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/full_matrix.templates.h | 4 +++- deal.II/include/deal.II/lac/relaxation_block.templates.h | 8 +++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/lac/full_matrix.templates.h b/deal.II/include/deal.II/lac/full_matrix.templates.h index d7adfc766f..8a9a61b5b6 100644 --- a/deal.II/include/deal.II/lac/full_matrix.templates.h +++ b/deal.II/include/deal.II/lac/full_matrix.templates.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -292,6 +292,7 @@ void FullMatrix::forward (Vector &dst, for (j=0; j::backward (Vector &dst, for (j=i+1; j::do_step ( } // Apply inverse diagonal this->inverse_vmult(block, x_cell, b_cell); +#ifdef DEBUG + for (unsigned int i=0;iblock_list.begin(block); for (unsigned int row_cell=0; row_cell