-
University of Münster
- Münster, Germany
- https://ranocha.de/
Highlights
- Pro
Block or Report
Block or report ranocha
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
trixi-framework/Trixi.jl Public
Trixi.jl: Adaptive high-order numerical simulations of hyperbolic PDEs in Julia
-
SummationByPartsOperators.jl Public
A Julia library of summation-by-parts (SBP) operators used in finite difference, Fourier pseudospectral, continuous Galerkin, and discontinuous Galerkin methods to get provably stable semidiscretiz…
Julia 16
-
-
SciML/RootedTrees.jl Public
A collection of functionality around rooted trees to generate order conditions for Runge-Kutta methods in Julia for differential equations and scientific machine learning (SciML)
2,453 contributions in the last year
Contribution activity
January 2022
Created 70 commits in 18 repositories
Created 4 repositories
- ranocha/NeuralPDE.jl Julia
- ranocha/www.julialang.org Julia
- ranocha/Klimakoffer.jl Julia
- ranocha/paper-2022-Euler_Harten_EC Mathematica
Created a pull request in klimakoffer/Klimakoffer.jl that received 8 comments
use non-allocating ldiv! instead of \
I just noticed that you use \ with a factorization (#19). Using ldiv! instead reduces allocations. The performance will likely not be very differen…
Opened 35 other pull requests in 16 repositories
SciML/RootedTrees.jl
9
merged
ranocha/BSeries.jl
5
merged
2
closed
trixi-framework/paper-2021-juliacon
4
merged
JuliaMath/Polynomials.jl
2
merged
trixi-framework/Trixi2Vtk.jl
1
merged
1
open
ranocha/HyperbolicDiffEq.jl
1
merged
trixi-framework/Trixi.jl
1
merged
SciML/NeuralPDE.jl
1
merged
JuliaLang/www.julialang.org
1
merged
trixi-framework/trixi-framework.github.io
1
merged
ranocha/PolynomialBases.jl
1
merged
ranocha/SummationByPartsOperators.jl
1
merged
trixi-framework/KROME.jl
1
merged
trixi-framework/P4est.jl
1
merged
trixi-framework/ReadVTK.jl
1
merged
trixi-framework/HOHQMesh.jl
1
merged
Reviewed 12 pull requests in 4 repositories
trixi-framework/Trixi.jl
8 pull requests
- Add tutorial about DGSEM with flux differencing
- Remove JuliaCon notice from README
- Fix typo
- WIP: Subcell blending with staggered grid volume integral
- Add elixir for the KPP problem
- Threading for periodic FDSBP flux differencing
- WIP: adding some dropped fixes to SimpleKronecker
- CompatHelper: bump compat for CairoMakie to 0.7 for package test, (keep existing compat)
trixi-framework/paper-2021-juliacon
2 pull requests
trixi-framework/trixi-framework.github.io
1 pull request
ranocha/SummationByPartsOperators.jl
1 pull request
Created an issue in SciML/NeuralPDE.jl that received 8 comments
Wave equation tutorial does not work
I'm running the damped wave equation tutorial https://neuralpde.sciml.ai/dev/pinn/wave/#D-Damped-Wave-Equation-with-Dirichlet-boundary-conditions. …