From 65944029ded28bc2a407e2bfabb907ddbc39c409 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 12 Feb 2003 17:00:44 +0000 Subject: [PATCH] added Hierarchical test git-svn-id: https://svn.dealii.org/trunk@7081 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/polynomial1d.cc | 37 ++++++++ tests/base/polynomial1d.checked | 155 ++++++++++++++++++++++++++++++-- 2 files changed, 187 insertions(+), 5 deletions(-) diff --git a/tests/base/polynomial1d.cc b/tests/base/polynomial1d.cc index 975d30db7d..e7a9452941 100644 --- a/tests/base/polynomial1d.cc +++ b/tests/base/polynomial1d.cc @@ -15,6 +15,7 @@ // 1d-polynomials, to make sure that all changes we make to these classes // do not change the results of these classes. +// added Hierarchical test on 2/11/03 - Brian Carnes #include #include @@ -114,5 +115,41 @@ int main () << std::endl; } } + + deallog << "Hierarchical" << std::endl; + + p.clear (); + for (unsigned int i=0;i<12;++i) + { + p.push_back (Hierarchical(i)); + } + + for (unsigned int i=0;i