increase numdiff fudge factor so that individual epsilons need to be changed less

This commit is contained in:
Axel Kohlmeyer
2024-01-13 10:33:13 -05:00
parent f93032b903
commit 9587e92a3c
9 changed files with 9 additions and 9 deletions

View File

@ -564,7 +564,7 @@ TEST(AngleStyle, numdiff)
if (!verbose) ::testing::internal::GetCapturedStdout();
Fix *ifix = lmp->modify->get_fix_by_id("diff");
if (ifix) {
double epsilon = test_config.epsilon * 1.0e7;
double epsilon = test_config.epsilon * 5.0e8;
ErrorStats stats;
double **f1 = lmp->atom->f;
double **f2 = ifix->array_atom;

View File

@ -567,7 +567,7 @@ TEST(BondStyle, numdiff)
if (!verbose) ::testing::internal::GetCapturedStdout();
Fix *ifix = lmp->modify->get_fix_by_id("diff");
if (ifix) {
double epsilon = test_config.epsilon * 1.0e7;
double epsilon = test_config.epsilon * 5.0e8;
ErrorStats stats;
double **f1 = lmp->atom->f;
double **f2 = ifix->array_atom;

View File

@ -569,7 +569,7 @@ TEST(DihedralStyle, numdiff)
if (!verbose) ::testing::internal::GetCapturedStdout();
Fix *ifix = lmp->modify->get_fix_by_id("diff");
if (ifix) {
double epsilon = test_config.epsilon * 1.0e7;
double epsilon = test_config.epsilon * 5.0e8;
ErrorStats stats;
double **f1 = lmp->atom->f;
double **f2 = ifix->array_atom;

View File

@ -561,7 +561,7 @@ TEST(ImproperStyle, numdiff)
if (!verbose) ::testing::internal::GetCapturedStdout();
Fix *ifix = lmp->modify->get_fix_by_id("diff");
if (ifix) {
double epsilon = test_config.epsilon * 1.0e7;
double epsilon = test_config.epsilon * 5.0e8;
ErrorStats stats;
double **f1 = lmp->atom->f;
double **f2 = ifix->array_atom;

View File

@ -1,7 +1,7 @@
---
lammps_version: 17 Feb 2022
date_generated: Fri Mar 18 22:17:52 2022
epsilon: 7.5e-12
epsilon: 2.5e-13
skip_tests:
prerequisites: ! |
atom full

View File

@ -1,7 +1,7 @@
---
lammps_version: 17 Feb 2022
date_generated: Fri Mar 18 22:17:52 2022
epsilon: 1.5e-10
epsilon: 2.5e-12
skip_tests:
prerequisites: ! |
atom full

View File

@ -1,7 +1,7 @@
---
lammps_version: 17 Feb 2022
date_generated: Fri Mar 18 22:18:02 2022
epsilon: 2.5e-10
epsilon: 5.0e-12
skip_tests:
prerequisites: ! |
atom full

View File

@ -1,7 +1,7 @@
---
lammps_version: 17 Feb 2022
date_generated: Fri Mar 18 22:18:02 2022
epsilon: 2.5e-12
epsilon: 2.5e-13
skip_tests:
prerequisites: ! |
atom full

View File

@ -1,7 +1,7 @@
---
lammps_version: 22 Dec 2022
date_generated: Mon Dec 26 16:49:37 2022
epsilon: 5.0e-12
epsilon: 1.0e-13
skip_tests:
prerequisites: ! |
atom full