Tutorials icon indicating copy to clipboard operation
Tutorials copied to clipboard

Start solving PDEs in Julia with Gridap.jl

Results 58 Tutorials issues
Sort by recently updated
recently updated
newest added

This pull request sets the compat entry for the `DataFrames` package to `1`. This is a brand new compat entry. Previously, you did not have a compat entry for the...

This pull request sets the compat entry for the `LineSearches` package to `7`. This is a brand new compat entry. Previously, you did not have a compat entry for the...

This pull request sets the compat entry for the `FillArrays` package to `0.12`. This is a brand new compat entry. Previously, you did not have a compat entry for the...

This pull request sets the compat entry for the `NLsolve` package to `4`. This is a brand new compat entry. Previously, you did not have a compat entry for the...

This pull request sets the compat entry for the `DrWatson` package to `2`. This is a brand new compat entry. Previously, you did not have a compat entry for the...

This pull request sets the compat entry for the `Plots` package to `1`. This is a brand new compat entry. Previously, you did not have a compat entry for the...

This pull request sets the compat entry for the `Literate` package to `2`. This is a brand new compat entry. Previously, you did not have a compat entry for the...

This issue is to document a strange behaviour which is reproduced in `poisson_dev_fe.jl` when the following code is executed: ``` @time begin for i in 1:100_000 smart_sum(manual_uₕ_array_at_qₖ) end end ```...

Hi @fverdugo ... I think that the Dirichlet and Neumann Boundary conditions are flipped in the Darcy's tutorial + RT FEs. In particular, in the Darcy problem, one imposes the...