Skip to content

Remove unused quadrature modifiers from the Niederer CEP benchmark - #589

Merged
zasexton merged 1 commit into
SimVascular:mainfrom
zasexton:issue-588
Jul 15, 2026
Merged

Remove unused quadrature modifiers from the Niederer CEP benchmark#589
zasexton merged 1 commit into
SimVascular:mainfrom
zasexton:issue-588

Conversation

@zasexton

Copy link
Copy Markdown
Collaborator

Summary

  • Remove the Quadrature_modifier_TRI3 and Quadrature_modifier_TET4 settings from all four Niederer CEP benchmark solver inputs.
  • Rename the benchmark directory from niederer_benchmark_ECGs_quadrature to niederer_benchmark_ECGs.
  • Update the corresponding test name and folder reference.

Rationale

The benchmark volume mesh contains 420,000 HEX8 elements, while its boundary meshes contain only QUAD4 elements. The removed quadrature settings only used by the TRI3 face and TET4 volume quadrature rules, so they have no effect on this benchmark.

Renaming the benchmark and its test avoids implying that the case exercises modified simplex quadrature or validates conduction-velocity behavior across mesh resolutions. The reference result files are moved without modification.

Closes #588.

Related discussion: #587

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This pull request is from a fork — automated review is disabled. A repository maintainer can comment @claude review to run a one-time review.

@zasexton

Copy link
Copy Markdown
Collaborator Author

I believe these changes are simple and can be merged today. We have essentially just removed the quadrature parameters from the xml input files and renamed the data files to remove the "quadrature" from the file names since these tests do not actually cover quadrature options. @ktbolt @michelebucelli let me know what you think

@zasexton zasexton self-assigned this Jul 15, 2026

@ktbolt ktbolt left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good !

@codecov

codecov Bot commented Jul 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.46%. Comparing base (9b5ed80) to head (f05c330).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #589   +/-   ##
=======================================
  Coverage   72.46%   72.46%           
=======================================
  Files         241      241           
  Lines       38646    38646           
  Branches     6644     6644           
=======================================
  Hits        28004    28004           
  Misses      10407    10407           
  Partials      235      235           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@zasexton
zasexton merged commit 042a155 into SimVascular:main Jul 15, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove Quadrature_modifier_* settings from the Niederer CEP benchmark

3 participants