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

Brodacasting in ode solvers #860

Merged
merged 9 commits into from
Jan 2, 2023
Merged

Conversation

oriolcg
Copy link
Member

@oriolcg oriolcg commented Jan 1, 2023

Implemented boradcasting using @. macro in all ODE solvers.

@oriolcg oriolcg self-assigned this Jan 1, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jan 1, 2023

Codecov Report

Merging #860 (2410f9e) into master (9db190d) will decrease coverage by 0.03%.
The diff coverage is 94.82%.

@@            Coverage Diff             @@
##           master     #860      +/-   ##
==========================================
- Coverage   88.35%   88.32%   -0.04%     
==========================================
  Files         164      164              
  Lines       19175    19178       +3     
==========================================
- Hits        16943    16939       -4     
- Misses       2232     2239       +7     
Impacted Files Coverage Δ
src/ODEs/ODETools/AffineThetaMethod.jl 83.52% <50.00%> (ø)
src/ODEs/TransientFETools/ODEOperatorInterfaces.jl 93.65% <60.00%> (-1.35%) ⬇️
src/ODEs/ODETools/AffineNewmark.jl 100.00% <100.00%> (ø)
src/ODEs/ODETools/ConstantMatrixNewmark.jl 87.50% <100.00%> (ø)
src/ODEs/ODETools/ConstantNewmark.jl 96.20% <100.00%> (ø)
src/ODEs/ODETools/ForwardEuler.jl 87.87% <100.00%> (ø)
src/ODEs/ODETools/GeneralizedAlpha.jl 93.81% <100.00%> (ø)
src/ODEs/ODETools/ThetaMethod.jl 97.72% <100.00%> (ø)
src/ReferenceFEs/CLagrangianRefFEs.jl 92.21% <0.00%> (-1.46%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@amartinhuertas
Copy link
Member

Hi @oriolcg ! Can you please edit the NEWS.md file? Thanks!

@oriolcg
Copy link
Member Author

oriolcg commented Jan 2, 2023

Hi @oriolcg ! Can you please edit the NEWS.md file? Thanks!

Done in ce5357b

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

3 participants