Skip to content

Commit

Permalink
added wave_equation and parametric_heatconduction ipynb files
Browse files Browse the repository at this point in the history
  • Loading branch information
pravija12345 committed Dec 7, 2023
1 parent 5976b0e commit e438674
Show file tree
Hide file tree
Showing 4 changed files with 1,767 additions and 23 deletions.
36 changes: 18 additions & 18 deletions examples/dmd/dg_euler.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 2,
"id": "cb74c4b1-9055-4b1e-af71-6317b423c0f2",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -92,7 +92,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 3,
"id": "05c0a673-0043-4696-8ec2-7c88f456fc64",
"metadata": {},
"outputs": [],
Expand All @@ -118,7 +118,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 4,
"id": "63aa9975-f4f7-4154-b088-72506a5f7162",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -170,7 +170,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 5,
"id": "1be6c7af-bebc-4594-a846-ad04697251b0",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -201,7 +201,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 6,
"id": "6734fecb-26ca-47ec-8bc3-2c6ca8d2a153",
"metadata": {},
"outputs": [],
Expand All @@ -215,7 +215,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 7,
"id": "701e36df-2b80-4bc2-81e9-297230768ea8",
"metadata": {},
"outputs": [],
Expand All @@ -232,7 +232,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 8,
"id": "b75b4260-72f1-4ead-9310-d10701dce84b",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -264,7 +264,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 9,
"id": "fe303417-3440-4bf2-a3eb-c1f606e1a3d0",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -296,7 +296,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 10,
"id": "5513d593-574e-4af6-8ed6-f07f34588cce",
"metadata": {},
"outputs": [],
Expand All @@ -315,7 +315,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 11,
"id": "05c371cc-375d-4d44-84f6-da698f45b444",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -442,7 +442,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 12,
"id": "726039c6-f8ce-425e-8849-c90144441b0a",
"metadata": {},
"outputs": [],
Expand All @@ -458,7 +458,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 13,
"id": "e9c61b98-49f2-4248-ba7b-a54a508140c1",
"metadata": {},
"outputs": [
Expand All @@ -480,7 +480,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 14,
"id": "17ee664a-0c3e-4698-9e0d-eca03d8099f2",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -2285,7 +2285,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 15,
"id": "7c55cd0d-e0e7-45c1-a2f6-8cec295c2b25",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -2334,7 +2334,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 16,
"id": "a90ddf1b-c15a-4053-9705-4142cf747dcd",
"metadata": {},
"outputs": [
Expand All @@ -2346,9 +2346,9 @@
"Relative error of DMD x_mom at t_final: 2.0 is 0.0002069844\n",
"Relative error of DMD y_mom at t_final: 2.0 is 0.0012537761\n",
"Relative error of DMD e at t_final: 2.0 is 0.0001376798\n",
"Elapsed time for solving FOM: 3.655925e+02\n",
"Elapsed time for training DMD: 4.660985e+01\n",
"Elapsed time for predicting DMD: 1.512005e-01\n"
"Elapsed time for solving FOM: 3.629454e+02\n",
"Elapsed time for training DMD: 4.648910e+01\n",
"Elapsed time for predicting DMD: 1.452651e-01\n"
]
}
],
Expand Down
Loading

0 comments on commit e438674

Please sign in to comment.