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

Finite-element toolbox in Julia

Results 22 GalerkinToolkit.jl issues
Sort by recently updated
recently updated
newest added

We want to block PR merging unless tests are passing. Find out what the correct name is for the existing github actions (they appear to be generated by matrix)

hp2sim

I haven't looked too deeply into this, but at NLeSC people have recently made a release of their Julia repo template which implements various best practices for packaging: It's possible...

hp2sim

Example in: https://github.com/fair-workflows/nanopub

hp2sim

WIP in this branch: https://github.com/fverdugo/GalerkinToolkit.jl/tree/makie cc @raar1 @Cmurilochem I have some low level functions already: ![Screenshot from 2024-09-24 18-00-52](https://github.com/user-attachments/assets/842ff2cc-93e3-4f5f-983d-a405d637d299)

hp2sim

As a consequence it might become outdated without any notice.

# 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...

hp2sim

# 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()`...

hp2sim

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...

hp2sim

As can be seen below, and based on our discussion on 2024-04-02, the sequential two level mesh for the periodic puzzle piece appears to have issues at the interface. The...