Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix interfacing with svSolver/svFSI #102

Merged
merged 8 commits into from
Feb 15, 2024

Conversation

menon-karthik
Copy link
Member

Current situation

Addresses #101

Release Notes

Main change is a small bug fix here: https://github.com/menon-karthik/svZeroDPlus/blob/fda0da8b371c1122ff6a744b15e8b6f79a64bd4f/src/solve/SimulationParameters.cpp#L361

I also added a new test (tests/test_interface/test_03) that now makes sure the interface is working correctly for multiple time steps of a coupled 3D solver. The previous tests only tested one time step.

Documentation

No major changes to documentation. Just added comments to the interface tests.

Testing

Added a new test case for the interface.

Code of Conduct & Contributing Guidelines

@menon-karthik menon-karthik marked this pull request as ready for review February 13, 2024 20:38
Copy link

codecov bot commented Feb 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (06d2f24) 87.51% compared to head (123a6dc) 87.52%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #102   +/-   ##
=======================================
  Coverage   87.51%   87.52%           
=======================================
  Files          51       51           
  Lines        1963     1964    +1     
=======================================
+ Hits         1718     1719    +1     
  Misses        245      245           

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

Copy link
Member

@mrp089 mrp089 left a comment

Choose a reason for hiding this comment

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

Just one actual change request, the other two are just ideas.

src/solve/SimulationParameters.cpp Outdated Show resolved Hide resolved
tests/test_interface/test_03/main.cpp Show resolved Hide resolved
tests/test_interface/test_03/CMakeLists.txt Show resolved Hide resolved
@mrp089 mrp089 merged commit 7c722a5 into SimVascular:master Feb 15, 2024
8 checks passed
@menon-karthik menon-karthik deleted the svfsi-new branch February 15, 2024 17:42
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.

None yet

2 participants