GalerkinToolkit / GalerkinToolkit.jl

Finite-element toolbox in Julia
MIT License
22 stars 1 forks source link

HP2SIM meeting 2023-09-13 #84

Open fverdugo opened 1 month ago

fverdugo commented 1 month ago

Atendees

@raar1 @Cmurilochem

Learning resources:

FEM

Julia

First task

Create a first tutorial

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):

fverdugo commented 1 month ago

@raar1 @Cmurilochem maybe as part of this process you can put together a "Wellcom manual" with all materials you collect to start working in the project. I think this will be useful in the future.