GalerkinToolkit.jl
GalerkinToolkit.jl copied to clipboard
HP2SIM meeting 2024-09-27
Overview
- @fverdugo explained the basics of meshes and showed how the already implemented functions in GalerkinToolkit (e.g.,
cartesian_mesh
,num_dims
,num_nodes
,num_faces
,node_coordinates
, etc) can be used to create and analyse them. We discussed also the central role of theGenericMesh
struct in this. - @fverdugo created a jupyter notebook which is expected to be the basis for the development of the "Playing with Meshes" doc tutorial.
- PR #93 has been merged.
- We discussed his ideas of implementing
Makie
(as in https://github.com/fverdugo/GalerkinToolkit.jl/tree/makie) as default visualisation tool for notebooks and its conditional loading.
Tasks
- [ ] Create an extension module for Makie; see also #90 (@Cmurilochem)
- [ ] Understand meshes in a deeper level to be able to fine-tune Makie's visualisation options/tools (@Cmurilochem)
@raar1: I can provide you later with further details of the meeting if you want and also discuss in-person possible tasks.