Skip to content

Commit

Permalink
folder and reference in script to task8
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdark committed Jul 8, 2023
1 parent dd32fd8 commit 9891da5
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/task8.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"metadata": {},
"outputs": [],
"source": [
"correspondance_dict, cell_data_types = convert_med_to_xdmf(\"task7/mesh.med\", cell_file=\"task7/mesh_domains.xdmf\", facet_file=\"task7/mesh_boundaries.xdmf\")\n",
"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",
"print(correspondance_dict)"
]
Expand All @@ -114,7 +114,7 @@
"\n",
"my_model = F.Simulation()\n",
"\n",
"my_model.mesh = F.MeshFromXDMF(volume_file=\"task7/mesh_domains.xdmf\", boundary_file=\"task7/mesh_boundaries.xdmf\")"
"my_model.mesh = F.MeshFromXDMF(volume_file=\"task8/mesh_domains.xdmf\", boundary_file=\"task8/mesh_boundaries.xdmf\")"
]
},
{
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9891da5

Please sign in to comment.