Skip to content

Commit 8358092

Browse files
committed
Fixed input path in demo01
1 parent 80adcd5 commit 8358092

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

content/Getting_started/demo01.ipynb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"cell_type": "code",
15-
"execution_count": 28,
15+
"execution_count": 32,
1616
"id": "ecdbf33b-49d0-42ba-bca6-7b9dfe1adaf7",
1717
"metadata": {
1818
"trusted": true
@@ -29,7 +29,7 @@
2929
},
3030
{
3131
"cell_type": "code",
32-
"execution_count": 29,
32+
"execution_count": 33,
3333
"id": "bd5a93cf-3d96-44f8-87be-a70d4ed64320",
3434
"metadata": {
3535
"trusted": true
@@ -41,7 +41,7 @@
4141
"'/home/bp/devel/oofem-jupyter-demos.git/content/Getting_started'"
4242
]
4343
},
44-
"execution_count": 29,
44+
"execution_count": 33,
4545
"metadata": {},
4646
"output_type": "execute_result"
4747
}
@@ -76,7 +76,7 @@
7676
},
7777
{
7878
"cell_type": "code",
79-
"execution_count": 30,
79+
"execution_count": null,
8080
"id": "0f3c9b9d",
8181
"metadata": {
8282
"trusted": true
@@ -105,13 +105,12 @@
105105
"----------------------------------------------------------------------------\n",
106106
"CALMLS: 1 1.221078e+01 2.253033e-13 5.261375e-15 \n",
107107
"CALMLS: Adjusted step length: 2.500000e-02 \n",
108-
"EngngModel info: user time consumed by solution step 2: 0.16s\n"
108+
"EngngModel info: user time consumed by solution step 2: 0.15s\n"
109109
]
110110
}
111111
],
112112
"source": [
113-
"#dr=oofempy.OOFEMTXTDataReader(\"/drive/data/concrete_3point.in\")\n",
114-
"dr=oofempy.OOFEMTXTDataReader(\"../data/concrete_3point.in\")\n",
113+
"dr=oofempy.OOFEMTXTDataReader(\"/drive/data/concrete_3point.in\")\n",
115114
"problem=oofempy.InstanciateProblem(dr, oofempy.problemMode.processor, False, None, False)\n",
116115
"problem.init()\n",
117116
"problem.solveYourself()\n"
@@ -131,7 +130,7 @@
131130
},
132131
{
133132
"cell_type": "code",
134-
"execution_count": 31,
133+
"execution_count": 35,
135134
"id": "858447d4",
136135
"metadata": {
137136
"trusted": true
@@ -141,7 +140,7 @@
141140
"name": "stdout",
142141
"output_type": "stream",
143142
"text": [
144-
"<oofempy.TimeStep object at 0x762ae7b79830> <oofempy.Field object at 0x762ae7b79030>\n"
143+
"<oofempy.TimeStep object at 0x762ae7b7e670> <oofempy.Field object at 0x762ae7b7dbf0>\n"
145144
]
146145
},
147146
{

0 commit comments

Comments
 (0)