GalerkinToolkit.jl
GalerkinToolkit.jl copied to clipboard
HP2SIM meeting 2024-09-20
Various issues from implementing the Poisson tutorial from Gridap
- [ ] Add
GT.vtk_plot()
function, whenGenericMesh
is provided (it already works forPhysicalDomain
objects) - [ ]
vtk_grid()
that takes both sequential and parallel meshes (user should not need to choose the correct function) - [ ] Nice to have: 3D viewer embedded within the tutorial notebook for visualizing 3D mesh (no need to leave and open paraview)
- [ ] Add tutorial (pre-tutorial? Or tutorial 2) that is purely about playing with and inspecting meshes (look at things like
GT.interior
,GT.boundary
, picking faces with a certain label etc). Show normals too? - [ ] Go through the text and check that the (old) text cells are still correct/meaningful.
- [ ] Add text for the new
Differential Operators
section - [x] #91
- [x] #89
- [ ] Have better syntax than
do plt end
when plotting. Better something likeGT.vtk_plot("Ω",Ω)
(and put the definition indomain.jl
) - [ ] Look at how
plot_vtk
is defined, how can it take domains too instead of just meshes