Skip to content
View jlchan's full-sized avatar

Sponsoring

@JuliaLang

Highlights

  • Pro

Block or report jlchan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. trixi-framework/Trixi.jl Public

    Trixi.jl: Adaptive high-order numerical simulations of conservation laws in Julia

    Julia 571 115

  2. StartUpDG.jl Public

    Initializes and sets up reference elements and physical meshes for DG.

    Julia 31 9

  3. NodesAndModes.jl Public

    Nodes and modes for high order finite element methods

    Julia 25 2

250 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing jlchan's contributions from March 17, 2024 to March 20, 2025. The contributions are 71% commits, 16% pull requests, 8% code review, 5% issues. 8% Code review 5% Issues 16% Pull requests 71% Commits

Contribution activity

March 2025

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

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
Loading