-
University of Hamburg
- Hamburg, Germany
-
09:12
- 1h ahead - https://www.math.uni-hamburg.de/en/home/lampert
- https://orcid.org/0009-0007-0971-6709
Highlights
- Pro
Pinned Loading
-
DispersiveShallowWater.jl
DispersiveShallowWater.jl PublicStructure-preserving numerical methods for dispersive shallow water models
-
KernelInterpolation.jl
KernelInterpolation.jl PublicMultivariate (generalized) scattered data interpolation with symmetric (conditionally) positive definite kernel functions in arbitrary dimension
-
trixi-framework/Trixi.jl
trixi-framework/Trixi.jl PublicTrixi.jl: Adaptive high-order numerical simulations of conservation laws in Julia
-
ranocha/SummationByPartsOperators.jl
ranocha/SummationByPartsOperators.jl PublicA 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…
-
trixi-framework/P4est.jl
trixi-framework/P4est.jl PublicP4est.jl is lightweight Julia wrapper for the p4est C library, which allows to manage multiple connected adaptive quadtrees/octrees in parallel.
-
DLR-AMR/T8code.jl
DLR-AMR/T8code.jl PublicT8code.jl is lightweight Julia wrapper for the t8code C/C++ library, which allows to manage multiple connected adaptive quadtrees/octrees in parallel and supports various element types.
1,282 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 |
Activity overview
Contribution activity
March 2025
Created 30 commits in 9 repositories
Created a pull request in ranocha/SummationByPartsOperators.jl that received 61 comments
Add MultidimensionalMatrixDerivativeOperator
and 2D tensor product operators
This PR adds an interface for multidimensional SBP operators based on given matrices into each direction and a set of possibly scattered nodes. The…
Opened 8 other pull requests in 4 repositories
ranocha/SummationByPartsOperators.jl
4
merged
-
Improve multidimensional matrix operators
This contribution was made on Mar 19
-
Add tutorial about multidimensional and tensor product SBP operators
This contribution was made on Mar 18
-
Remove doctests failing on Julia v1.10 and above
This contribution was made on Mar 18
-
Remove deprecated DiffEqOperators.jl from docs
This contribution was made on Mar 17
typst/packages
2
merged
-
clean-math-paper:0.2.0
This contribution was made on Mar 19
-
clean-math-paper:0.1.1
This contribution was made on Mar 5
trixi-framework/Trixi.jl
1
merged
-
Finalize callbacks for custom time integrators
This contribution was made on Mar 7
JoshuaLampert/clean-math-paper
1
merged
-
Make abstract optional
This contribution was made on Mar 5
Reviewed 20 pull requests in 10 repositories
ranocha/SummationByPartsOperators.jl
5 pull requests
-
Add tutorial about multidimensional and tensor product SBP operators
This contribution was made on Mar 20
-
Improve multidimensional matrix operators
This contribution was made on Mar 19
-
Remove doctests failing on Julia v1.10 and above
This contribution was made on Mar 18
-
Create FormatCheck.yml
This contribution was made on Mar 18
-
Add
MultidimensionalMatrixDerivativeOperator
and 2D tensor product operatorsThis contribution was made on Mar 15
JuliaGeometry/MeshIntegrals.jl
4 pull requests
-
CompatHelper: bump compat for CoordRefSystems to 0.17, (keep existing compat)
This contribution was made on Mar 22
-
Release v0.16.2
This contribution was made on Mar 16
-
CompatHelper: bump compat for Meshes to 0.53, (keep existing compat)
This contribution was made on Mar 5
-
Bump crate-ci/typos from 1.29.5 to 1.29.10
This contribution was made on Mar 1
trixi-framework/Trixi.jl
4 pull requests
-
WIP: Sc/Enhanced p4est mesh views
This contribution was made on Mar 20
-
PERK4 standalone
This contribution was made on Mar 11
-
-pre -> -DEV for version numbers
This contribution was made on Mar 7
-
Finalize callbacks for custom time integrators
This contribution was made on Mar 7
sebaseb98/clean-math-thesis
1 pull request
-
bump equate
This contribution was made on Mar 5
typst/packages
1 pull request
-
clean-math-thesis:0.3.0
This contribution was made on Mar 5
JoshuaLampert/SimpleAutoDiff.jl
1 pull request
-
Bump crate-ci/typos from 1.29.5 to 1.30.0
This contribution was made on Mar 4
JoshuaLampert/clean-math-paper
1 pull request
-
Bump typst-community/setup-typst from 3 to 4
This contribution was made on Mar 3
JoshuaLampert/KernelInterpolation.jl
1 pull request
-
Bump crate-ci/typos from 1.29.5 to 1.30.0
This contribution was made on Mar 2
JoshuaLampert/DispersiveShallowWater.jl
1 pull request
-
Bump crate-ci/typos from 1.29.5 to 1.30.0
This contribution was made on Mar 2
JoshuaLampert/clean-math-presentation
1 pull request
-
Bump typst-community/setup-typst from 3 to 4
This contribution was made on Mar 1
Created an issue in ranocha/SummationByPartsOperators.jl that received 1 comment
Remove DiffEqOperators.jl from docs?
Currently, the docs depend on DiffEqOperators.jl (used in the benchmarks section), which pulls in some very old dependencies since it is deprecated…