Tutorials
Tutorials copied to clipboard
Start solving PDEs in Julia with Gridap.jl
Aimed at the documentation part of https://github.com/gridap/Gridap.jl/issues/345
Here I'll put some issues that I'm facing on the implementation of a transient FSI tutorial, so I can track all the missing points. @fverdugo @santiagobadia feel free to add...
I would create a tutorial about more involved linear solvers, e.g., iterative solvers.
- [ ] Automatically add binder badges to the tutorial pages - [ ] Automatically update Project.toml and Manifest.toml in gh-pages branch
This pull request sets the compat entry for the `CairoMakie` package to `0.9`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this...
This pull request changes the compat entry for the `MPI` package from `0.19` to `0.19, 0.20`. This keeps the compat entries for earlier versions. Note: I have not tested your...
@oriolcg (I think you did this test) I was looking at [Tutorial 11](https://gridap.github.io/Tutorials/dev/pages/t011_fsi_tutorial/#Tutorial-11:-Fluid-Structure-Interaction-1). You consider a steady FSI problem where `us` is the solid velocity. I think it does not...
Hi, I have a question regarding obtaining the physical coordinates on which my weak form is evaluated. I came across Tutorial 7 at [https://gridap.github.io/Tutorials/dev/pages/t007_darcy/](https://chat.openai.com/url), which seems to address this issue....
The tutorials needed to be updated following the refactoring of the ODE module of Gridap. I have edited the previous tutorial on the heat equation and added a new tutorial...
I started the first tutorial, running the commands ``` using Gridap model = DiscreteModelFromFile("../models/model.json") writevtk(model,"model") ``` The files `model_*.vtu` were written as expected, however when I tried opening `model_2.vtu` in...