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

AffineConstraints: Fix usage with get_rhs_data. #431

Merged
merged 1 commit into from
Feb 28, 2022
Merged

Conversation

fredrikekre
Copy link
Member

This applies affine constraints also in apply_rhs! for solving a system
with multiple right hand sides. Also adds tests, and removes the
workarounds for this bug in computational homogenization example.

Fixes #419.

This applies affine constraints also in apply_rhs! for solving a system
with multiple right hand sides. Also adds tests, and removes the
workarounds for this bug in computational homogenization example.

Fixes #419.
@codecov-commenter
Copy link

codecov-commenter commented Feb 26, 2022

Codecov Report

Merging #431 (a3b7a71) into master (6cfe9db) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #431      +/-   ##
==========================================
+ Coverage   91.29%   91.31%   +0.02%     
==========================================
  Files          22       22              
  Lines        3250     3260      +10     
==========================================
+ Hits         2967     2977      +10     
  Misses        283      283              
Impacted Files Coverage Δ
src/Dofs/ConstraintHandler.jl 92.34% <100.00%> (+0.13%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6cfe9db...a3b7a71. Read the comment docs.

@fredrikekre fredrikekre merged commit 4e35b2d into master Feb 28, 2022
@fredrikekre fredrikekre deleted the fe/rhs branch February 28, 2022 12:26
koehlerson pushed a commit that referenced this pull request Apr 22, 2022
This applies affine constraints also in apply_rhs! for solving a system
with multiple right hand sides. Also adds tests, and removes the
workarounds for this bug in computational homogenization example.

Fixes #419.
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.

apply_rhs! doesn't work with affine constraints
3 participants