Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin authored Jan 16, 2024
1 parent 1fe8cef commit b8a7582
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/task1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"source": [
"## 1. Mesh\n",
"\n",
"FESTIM simulations need a mesh. FESTIM provides support for simple 1D meshes. More complicated meshes can be imported from external software (see [Task 7](https://github.com/RemDelaporteMathurin/FESTIM-workshop/blob/main/tasks/task7.ipynb)).\n",
"FESTIM simulations need a mesh. FESTIM provides support for simple 1D meshes. More complicated meshes can be imported from external software (see [Task 7](https://github.com/festim-dev/FESTIM-workshop/blob/main/tasks/task7.ipynb)).\n",
"\n",
"The most straightforward mesh is `MeshFromVertices`, which takes a `vertices` argument.\n",
"Here's a simple mesh with 4 cells:"
Expand Down Expand Up @@ -152,7 +152,7 @@
"\n",
">Note:\n",
">\n",
">For heat transfer simulations, the `HeatTransferProblem` can be used instead. See [Heat transfer simulation](https://github.com/RemDelaporteMathurin/FESTIM-workshop/blob/main/tasks/task6.ipynb)"
">For heat transfer simulations, the `HeatTransferProblem` can be used instead. See [Heat transfer simulation](https://github.com/festim-dev/FESTIM-workshop/blob/main/tasks/task6.ipynb)"
]
},
{
Expand Down Expand Up @@ -252,7 +252,7 @@
"\n",
"> Note:\n",
">\n",
"> Transient simulations can be accelerated with adaptive stepsize. See [Task 2](https://github.com/RemDelaporteMathurin/FESTIM-workshop/blob/main/tasks/task2.ipynb)"
"> Transient simulations can be accelerated with adaptive stepsize. See [Task 2](https://github.com/festim-dev/FESTIM-workshop/blob/main/tasks/task2.ipynb)"
]
},
{
Expand Down Expand Up @@ -281,7 +281,7 @@
"\n",
"> Note:\n",
">\n",
"> For 1D fields, the `checkpoint` attribute needs to be set to ``False`` to be visualised in Paraview. Refer to [this issue](https://github.com/RemDelaporteMathurin/FESTIM/issues/134). "
"> For 1D fields, the `checkpoint` attribute needs to be set to ``False`` to be visualised in Paraview. Refer to [this issue](https://github.com/festim-dev/FESTIM/issues/134). "
]
},
{
Expand Down

0 comments on commit b8a7582

Please sign in to comment.