From f512f100960c7ba23cdabc77b01b9b342ff8773e Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Tue, 18 Mar 2025 11:19:25 -0400 Subject: [PATCH] test(tests/poly): poly test now uses interpolating function to set mesh radius --- src/poly/utils/private/polyMFEMUtils.cpp | 2 +- tests/poly/polyTest.cpp | 20 ++++++++++++++++++++ tests/testsConfig.yaml | 3 +-- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/src/poly/utils/private/polyMFEMUtils.cpp b/src/poly/utils/private/polyMFEMUtils.cpp index fdaf44e..d633139 100644 --- a/src/poly/utils/private/polyMFEMUtils.cpp +++ b/src/poly/utils/private/polyMFEMUtils.cpp @@ -2,7 +2,7 @@ // // Copyright (C) 2025 -- The 4D-STAR Collaboration // File Author: Emily Boudreaux -// Last Modified: February 12, 2025 +// Last Modified: March 18, 2025 // // 4DSSE is free software; you can use it and/or modify // it under the terms and restrictions the GNU General Library Public diff --git a/tests/poly/polyTest.cpp b/tests/poly/polyTest.cpp index 9a9639e..42d0d34 100644 --- a/tests/poly/polyTest.cpp +++ b/tests/poly/polyTest.cpp @@ -1,3 +1,23 @@ +/* *********************************************************************** +// +// Copyright (C) 2025 -- The 4D-STAR Collaboration +// File Author: Emily Boudreaux +// Last Modified: March 18, 2025 +// +// 4DSSE is free software; you can use it and/or modify +// it under the terms and restrictions the GNU General Library Public +// License version 3 (GPLv3) as published by the Free Software Foundation. +// +// 4DSSE is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +// See the GNU Library General Public License for more details. +// +// You should have received a copy of the GNU Library General Public License +// along with this software; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// *********************************************************************** */ #include #include diff --git a/tests/testsConfig.yaml b/tests/testsConfig.yaml index 13bc222..6079f90 100644 --- a/tests/testsConfig.yaml +++ b/tests/testsConfig.yaml @@ -21,7 +21,6 @@ Poly: MaxIter: 200 RelTol: 1.0e-8 AbsTol: 1.0e-10 - Alpha: 0.05 PrintLevel: 1 Newton: Output: @@ -36,5 +35,5 @@ Poly: # ANY OPTIONS NEEDED FOR THE TEST SUITE SHOULD BE PLACED HERE Tests: Poly: - Index: 1.0 + Index: 1.1 # Radius: 3.25 \ No newline at end of file