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

Enhance Basis: Parallel evaluation #212

Merged
merged 6 commits into from
Apr 28, 2022
Merged

Enhance Basis: Parallel evaluation #212

merged 6 commits into from
Apr 28, 2022

Conversation

adtzlr
Copy link
Owner

@adtzlr adtzlr commented Apr 28, 2022

also add parallel Form argument

fixes #211

@adtzlr adtzlr added the enhancement New feature or request label Apr 28, 2022
@adtzlr adtzlr self-assigned this Apr 28, 2022
@codecov-commenter
Copy link

codecov-commenter commented Apr 28, 2022

Codecov Report

Merging #212 (4cba8ab) into main (6b87c2d) will decrease coverage by 0.11%.
The diff coverage is 89.28%.

@@            Coverage Diff             @@
##             main     #212      +/-   ##
==========================================
- Coverage   98.35%   98.24%   -0.12%     
==========================================
  Files          62       62              
  Lines        2608     2614       +6     
==========================================
+ Hits         2565     2568       +3     
- Misses         43       46       +3     
Impacted Files Coverage Δ
felupe/_assembly/_base.py 93.50% <ø> (ø)
felupe/_field/_axi.py 95.45% <ø> (ø)
felupe/_field/_base.py 92.30% <ø> (ø)
felupe/element/_triangle.py 100.00% <ø> (ø)
felupe/tools/_save.py 100.00% <ø> (ø)
felupe/_basis/_basis.py 85.71% <72.72%> (-14.29%) ⬇️
felupe/_assembly/_form.py 99.46% <100.00%> (ø)
felupe/mesh/_convert.py 96.39% <100.00%> (ø)
felupe/mesh/_tools.py 100.00% <100.00%> (ø)
felupe/region/_boundary.py 100.00% <100.00%> (ø)

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 6b87c2d...4cba8ab. Read the comment docs.

@adtzlr adtzlr merged commit ddd459e into main Apr 28, 2022
@adtzlr adtzlr deleted the enhance-basis branch April 28, 2022 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add parallel basis evaluation and subsequent Form argument
2 participants