Skip to content

Commit

Permalink
Merge pull request #38 from jhdark/task_outputs
Browse files Browse the repository at this point in the history
Show task outputs on github
  • Loading branch information
RemDelaporteMathurin authored Jul 17, 2023
2 parents 0531de5 + ff2f097 commit d4039ae
Show file tree
Hide file tree
Showing 9 changed files with 729 additions and 141 deletions.
88 changes: 69 additions & 19 deletions tasks/task1.ipynb

Large diffs are not rendered by default.

97 changes: 78 additions & 19 deletions tasks/task2.ipynb

Large diffs are not rendered by default.

68 changes: 53 additions & 15 deletions tasks/task3.ipynb

Large diffs are not rendered by default.

98 changes: 80 additions & 18 deletions tasks/task4.ipynb

Large diffs are not rendered by default.

137 changes: 122 additions & 15 deletions tasks/task5.ipynb

Large diffs are not rendered by default.

148 changes: 131 additions & 17 deletions tasks/task6.ipynb

Large diffs are not rendered by default.

121 changes: 101 additions & 20 deletions tasks/task7.ipynb

Large diffs are not rendered by default.

45 changes: 38 additions & 7 deletions tasks/task8.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,17 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"{-6: ['tungsten'], -7: ['cu'], -8: ['cucrzr'], -9: ['top_surface'], -10: ['cooling_surface'], -11: ['poloidal_gap'], -12: ['toroidal_gap'], -13: ['bottom']}\n"
]
}
],
"source": [
"correspondance_dict, cell_data_types = convert_med_to_xdmf(\"task8/mesh.med\", cell_file=\"task8/mesh_domains.xdmf\", facet_file=\"task8/mesh_boundaries.xdmf\")\n",
"\n",
Expand All @@ -106,9 +114,17 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Succesfully load mesh with 106966 cells\n"
]
}
],
"source": [
"import festim as F\n",
"\n",
Expand Down Expand Up @@ -210,9 +226,24 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 7,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Defining variational problem heat transfers\n",
"Solving stationary heat equation\n",
"Defining initial values\n",
"Defining variational problem\n",
"Defining source terms\n",
"Defining boundary conditions\n",
"Solving steady state problem...\n",
"Solved problem in 5.90 s\n"
]
}
],
"source": [
"my_model.settings = F.Settings(\n",
" absolute_tolerance=1e10,\n",
Expand Down Expand Up @@ -272,7 +303,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.11"
"version": "3.11.4"
},
"orig_nbformat": 4,
"vscode": {
Expand Down
68 changes: 57 additions & 11 deletions tasks/task9.ipynb

Large diffs are not rendered by default.

0 comments on commit d4039ae

Please sign in to comment.