Carlos Murilo Romero Rocha
Carlos Murilo Romero Rocha
# HP2SIM meeting 2024-10-30 - Merged https://github.com/GalerkinToolkit/GalerkinToolkit.jl/pull/122. - Merged https://github.com/GalerkinToolkit/GalerkinToolkit.jl/pull/129. - [x] Remove example codes from `README`, redirecting users to the doc examples. - [x] Improve picture resolution, style and...
# HP2SIM meeting 2024-11-22 Topics discussed: - The hand-written Poisson implementation, we should: - [x] Understand each of these functions and document them - [x] Check performance and run profiler...
# HP2SIM meeting 2024-11-29 - [x] Implementation of benckmark tests, *e.g.*: - https://github.com/aviatesk/JET.jl/blob/master/.github/workflows/benchmark.yml - https://github.com/benchmark-action/github-action-benchmark - [x] Implement caches and type-instability.
# HP2SIM meeting 2024-12-06 - Merged https://github.com/GalerkinToolkit/GalerkinToolkit.jl/pull/147 - Merged https://github.com/GalerkinToolkit/GalerkinToolkit.jl/pull/149 - Merged https://github.com/GalerkinToolkit/GalerkinToolkit.jl/pull/155 - Look at https://github.com/JuliaDebug/Cthulhu.jl for tracking type-instability - Split hand written into small pieces, e.g, https://github.com/GalerkinToolkit/GalerkinToolkit.jl/blob/example003_on_gpu/extensions/GalerkinToolkitExamples/src/example001.jl -...
# HP2SIM meeting 2025-01-24 * Want to have a workshop at which we invite anyone using Julia in the FEM space to come and give presentations. The last 2 slides...
One hint that I just came across for the above problem: the type of `reference_faces(mesh,d)` change with d...
I remember we discussed about memory leaks in connection with tensorflow versions a while ago. But I guess that this is another thing and honestly I have never looked at...
> Hi @Cmurilochem Thanks for the update. > > CairoMakie can be a solution. > > Does CairoMakie also work for 3d plots? and for creating animations? Hi @fverdugo. It...
> @Cmurilochem the branch below is ready to start with the extension module > > https://github.com/fverdugo/GalerkinToolkit.jl/tree/makie Thanks @fverdugo. I will start today looking into it.
@fverdugo I agree with @raar1. To start with, I think we should look into features like [JuliaFormatter](https://domluna.github.io/JuliaFormatter.jl/stable/) and/or pre-commit hooks, e.g., [here](https://github.com/abelsiqueira/BestieTemplate.jl/blob/main/.pre-commit-config.yaml).