Highlights
- Pro
Pinned Loading
-
trixi-framework/Trixi.jl
trixi-framework/Trixi.jl PublicTrixi.jl: Adaptive high-order numerical simulations of conservation laws in Julia
-
StartUpDG.jl
StartUpDG.jl PublicInitializes and sets up reference elements and physical meshes for DG.
-
NodesAndModes.jl
NodesAndModes.jl PublicNodes and modes for high order finite element methods
250 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
jlchan/StartUpDG.jl,
trixi-framework/Trixi.jl,
SciML/RecursiveArrayTools.jl
and 22 other
repositories
Loading
Contribution activity
March 2025
Created 5 commits in 2 repositories
Created a pull request in SciML/RecursiveArrayTools.jl that received 10 comments
Fix broadcast assignment for VectorOfArray
with StructArrays
Attempt 2 to address SciML/OrdinaryDiffEq.jl#2625 (comment). I just applied the same approach taken in #425 for setindex!
to broadcasted Base.copyto!
.
+47
−3
lines changed
•
10
comments
Opened 3 other pull requests in 3 repositories
SciML/OrdinaryDiffEq.jl
1
open
-
Check for consistency between different
VectorOfArray
parent array typesThis contribution was made on Mar 19
trixi-framework/Trixi.jl
1
merged
-
Bump compat bound for RecursiveArrayTools.jl
This contribution was made on Mar 15
SciML/RecursiveArrayTools.jl
1
merged
-
Specialize
setindex!
forVectorOfArray{StructArray}
This contribution was made on Mar 14
Created an issue in SciML/OrdinaryDiffEq.jl that received 13 comments
Solvers using VectorOfArray
behave differently for different parent
array types
Describe the bug 🐞
Solutions represented as nested arrays (e.g., AbstractArray{<:AbstractArray}
) are supposed to be wrapped in VectorOfArray
. Howev…
13
comments