Alex Jones
Alex Jones
We need exterior calculus operators for a project like the hodge star and musical operators. I wanted to ask about your (@shashi) ideas on this so we can get this...
Make use of PrecompileTools to recompile invalidations
Noticed someone having trouble here https://www.reddit.com/r/Julia/comments/14wrcyq/ferrite_fem_package_with_robin_boundary_conditions/
Hi, I'm the main dev over at [MethodOfLines.jl](https://github.com/SciML/MethodOfLines.jl), a symbolic Finite Difference PDE Discretizer built on Symbolics and SymbolicUtils. We're currently using SymbolicUtils for our rewrite rules, defining which differential...
The current setup was written before we had all the useful tools present in Symbolics.jl, this PR takes advantage of these and the PDE helper functions present in PDEBase
Directional derivatives are currently calculated by first calculating all the variable derivs and then performing a weighted sum. This could be more efficient, especially with many dimensions. Actions to take:...
Hi all, Many of you have reached out to me or @ChrisRackauckas about doing a GSoC related to NeuralPDE.jl, or PDE discretizers and we're both very happy to have you...
A start, will require updating SciMLBase for solution indexing, and handling observed. Pending https://github.com/SciML/SymbolicIndexingInterface.jl/pull/7, and a future PR to MTK, observed states will be automatically handled
DEO is finally archived, it's been a good run but time for better ways of doing things. - [ ] Replace with SciMLOperators https://docs.sciml.ai/DiffEqDocs/stable/features/diffeq_operator/ - [ ] Mention MOL instead...