Skip to content

Commit 80daf8f

Browse files
committed
Add expected.csv to test
1 parent 8a8381a commit 80daf8f

File tree

2 files changed

+34
-4
lines changed

2 files changed

+34
-4
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
tool,radius,length,load,element_size,element_order,element_degree,quadrature-rule,quadrature-degree,young-modulus,poisson-ratio,max_von_mises_stress_nodes,max_von_mises_stress_gauss_points
2+
fenics,0.33,1.0,100.0,0.025,1,1,gauss,1,210000000000.0,0.3,299791507.5586336,299791507.55863357
3+
fenics,0.33,1.0,100.0,0.1,1,2,gauss,2,210000000000.0,0.3,303258587.51563627,273716447.12326705
4+
fenics,0.33,1.0,100.0,0.0125,1,1,gauss,1,210000000000.0,0.3,300129618.71379626,300129618.7137961
5+
fenics,0.33,1.0,100.0,0.1,2,2,gauss,2,210000000000.0,0.3,303461918.9716136,274324640.6728336
6+
fenics,0.33,1.0,100.0,0.05,1,1,gauss,1,210000000000.0,0.3,296011478.74885035,296011478.7488503
7+
fenics,0.33,1.0,100.0,0.1,1,1,gauss,1,210000000000.0,0.3,273190934.3950996,273190934.39509964
8+
fenics,0.33,1.0,100.0,0.00625,1,1,gauss,1,210000000000.0,0.3,299475432.93008506,299475432.93008476
9+
fenics,0.33,1.0,100.0,0.5,2,2,gauss,2,210000000000.0,0.3,301751305.94987875,243231832.53382885
10+
fenics,0.33,1.0,100.0,0.003125,1,1,gauss,1,210000000000.0,0.3,299783353.3538649,299783353.3538651
11+
kratos,0.33,1.0,100.0,0.025,1,1,gauss,1,210000000000.0,0.3,283087904.0,
12+
kratos,0.33,1.0,100.0,0.1,1,2,gauss,2,210000000000.0,0.3,226270384.0,
13+
kratos,0.33,1.0,100.0,0.0125,1,1,gauss,1,210000000000.0,0.3,291662048.0,
14+
kratos,0.33,1.0,100.0,0.1,2,2,gauss,2,210000000000.0,0.3,259553392.0,
15+
kratos,0.33,1.0,100.0,0.05,1,1,gauss,1,210000000000.0,0.3,263995664.0,
16+
kratos,0.33,1.0,100.0,0.1,1,1,gauss,1,210000000000.0,0.3,226270384.0,
17+
kratos,0.33,1.0,100.0,0.00625,1,1,gauss,1,210000000000.0,0.3,296148032.0,
18+
kratos,0.33,1.0,100.0,0.5,2,2,gauss,2,210000000000.0,0.3,197391808.0,
19+
kratos,0.33,1.0,100.0,0.003125,1,1,gauss,1,210000000000.0,0.3,298100064.0,

benchmarks/notebooks/RoCrate.ipynb

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,20 @@
1111
},
1212
{
1313
"cell_type": "code",
14-
"execution_count": null,
14+
"execution_count": 1,
1515
"metadata": {},
16-
"outputs": [],
16+
"outputs": [
17+
{
18+
"data": {
19+
"text/plain": [
20+
"<module 'provenance' from '/Users/mahdi/Documents/GitHub/NFDI4IngModelValidationPlatform/benchmarks/linear-elastic-plate-with-hole/provenance.py'>"
21+
]
22+
},
23+
"execution_count": 1,
24+
"metadata": {},
25+
"output_type": "execute_result"
26+
}
27+
],
1728
"source": [
1829
"\n",
1930
"import rohub\n",
@@ -34,11 +45,11 @@
3445
},
3546
{
3647
"cell_type": "code",
37-
"execution_count": 3,
48+
"execution_count": null,
3849
"metadata": {},
3950
"outputs": [],
4051
"source": [
41-
"USE_DEVELOPMENT_VERSION = False"
52+
"USE_DEVELOPMENT_VERSION = True"
4253
]
4354
},
4455
{

0 commit comments

Comments
 (0)