GalerkinToolkit.jl icon indicating copy to clipboard operation
GalerkinToolkit.jl copied to clipboard

HP2SIM meeting 2024-09-20

Open raar1 opened this issue 5 months ago • 0 comments

Various issues from implementing the Poisson tutorial from Gridap

  • [ ] Add GT.vtk_plot() function, when GenericMesh is provided (it already works for PhysicalDomain 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 like GT.vtk_plot("Ω",Ω) (and put the definition in domain.jl)
  • [ ] Look at how plot_vtk is defined, how can it take domains too instead of just meshes

raar1 avatar Sep 20 '24 13:09 raar1