GalerkinToolkit.jl
GalerkinToolkit.jl copied to clipboard
HP2SIM meeting 2023-09-13
Atendees
@raar1 @Cmurilochem
Learning resources:
FEM
- Claes Johnson book
- Finite Element Methods: A Practical Guide. Springer.
Julia
- https://www.francescverdugo.com/XM_40017/dev/getting_started_with_julia/
- https://www.francescverdugo.com/XM_40017/dev/julia_basics/
First task
Create a first tutorial
- [x] #85
- [ ] #86
- [ ] Identify missing API features for the translation
Extra
How to build the documentation locally
$ julia
julia> ]
(@1.10) pkg> add LiveServer
(@1.10) pkg> activate docs
(docs) pkg> dev .
julia> include("docs/make.jl")
julia> using LiveServer
julia> serve(dir="docs/build/")
Docs with tutorial example (using Literate):
- https://github.com/fverdugo/PartitionedArrays.jl/tree/master/docs