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

Hotfix for Transient problems in parallel #70

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

alexanderianblair
Copy link
Contributor

This PR fixes a bug seen when running transient problems in parallel where the update vector dX_dt was set to a different size than the residual vector. _block_true_offsets is now used consistently throughout ProblemOperators, using GridFunction::MakeTRef to set gridfunction data from solution vectors.

Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
src/executioners/MFEMTransient.C 100.00% <100.00%> (ø)
src/problem_operators/problem_operator.C 100.00% <100.00%> (ø)
src/problem_operators/problem_operator_interface.C 100.00% <100.00%> (ø)
...ors/time_domain_equation_system_problem_operator.C 93.33% <100.00%> (+0.47%) ⬆️
...c/problem_operators/time_domain_problem_operator.C 42.85% <100.00%> (ø)

@alexanderianblair alexanderianblair merged commit cbd2ce7 into main Dec 19, 2024
14 checks passed
loganharbour pushed a commit to loganharbour/platypus that referenced this pull request Jan 7, 2025
…exanderianblair/parallel-transient-hotfix

Hotfix for Transient problems in parallel
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.

2 participants