Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ifdef::env-github,env-browser,env-vscode[:imagesprefix: ../images/]
:page-cards-tag: benchmark,report,machine,application,usecase,example
:page-tags: dashboard_index
:page-cards-within-module: false
:docdatetime: 2026-01-19T17:16:05
:docdatetime: 2026-08-19:14:54:10

- Feel++ Benchmarking Version : 4.0.0

Expand All @@ -25,8 +25,13 @@ ifdef::env-github,env-browser,env-vscode[:imagesprefix: ../images/]
|===
| Status | Date | machine | application | Use Case

|🟢 | 2025-12-09 10:30:47 | gaya | feelpp_app_io | eye-mesh
|🟢 | 2025-12-09 10:27:36 | gaya | feelpp_app_io | eye-mesh
|🔴 | xref:leaves/gaya-feelpp_toolbox_heatfluid-eye2brain-2026_08_19T14_32_13/leaf.adoc[2026-08-19 14:32:13] | gaya | feelpp_toolbox_heatfluid | eye2brain
|🟢 | xref:leaves/gaya-feelpp_toolbox_heatfluid-eye2brain-2026_08_19T14_12_25/leaf.adoc[2026-08-19 14:12:25] | gaya | feelpp_toolbox_heatfluid | eye2brain
|🔴 | xref:leaves/gaya-feelpp_toolbox_solid-NAFEMS_LE10-2026_08_18T14_05_13/leaf.adoc[2026-08-18 14:05:13] | gaya | feelpp_toolbox_solid | NAFEMS_LE10
|🔴 | xref:leaves/gaya-feelpp_app_distance-cube-2026_08_18T09_35_06/leaf.adoc[2026-08-18 09:35:06] | gaya | feelpp_app_distance | cube
|🟢 | xref:leaves/gaya-feelpp_toolbox_thermoelectric-HL_31-2026_07_17T13_32_56/leaf.adoc[2026-07-17 13:32:56] | gaya | feelpp_toolbox_thermoelectric | HL_31
|🔴 | xref:leaves/gaya-feelpp_toolbox_heat-ThermalBridgesENISO10211-2026_07_16T11_30_40/leaf.adoc[2026-07-16 11:30:40] | gaya | feelpp_toolbox_heat | ThermalBridgesENISO10211
|🔴 | xref:leaves/gaya-feelpp_app_io-eye2brain-2026_07_15T11_28_37/leaf.adoc[2026-07-15 11:28:37] | gaya | feelpp_app_io | eye2brain

|===
--
Expand Down
2 changes: 1 addition & 1 deletion src/app-feelpp-distance/dist2.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
gmsh.filename = $cfgdir/dist.geo
M = 1000 #1500
h = 0.02 # 0.06
h = 0.02 # 0.06
3 changes: 2 additions & 1 deletion src/app-feelpp-distance/feelpp-distance.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
},
{
"name": "M",
"sequence": [ 1000, 1500, 2000, 2500]
//"sequence": [ 1000, 1500, 2000, 2500]
"sequence": [ 100, 500, 1000 ]
}
]
}
63 changes: 50 additions & 13 deletions src/app-feelpp-distance/plots.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"contents":[
{
"type":"text",
"text":"We consider the unit cube stem:[ [0, 1]^3 ] discretized by an unstructured tetrahedral mesh. Let stem:[h] denote the mesh size, controlling the total number of vertices stem:[N]. For each mesh vertex stem:[\\mathbf{x}_i] , our goal is to compute the Euclidean distance"
"text":"We consider the unit cube stem:[ [0, 1\\]^3 ] discretized by an unstructured tetrahedral mesh. Let stem:[h] denote the mesh size, controlling the total number of vertices stem:[N]. For each mesh vertex stem:[\\mathbf{x}_i] , our goal is to compute the Euclidean distance"
},
{
"type":"latex",
Expand All @@ -79,7 +79,7 @@
},
{
"type":"latex",
"latex":"\\begin{equation*}\n d_{\\text{exact}}(x,y,z) = \\min{ {x, 1-x, y, 1-y,z, 1-z} } \\end{equation*}"
"latex":"\\begin{equation*}\n d_{\\text{exact}}(x,y,z) = \\min{ \\{ x, 1-x, y, 1-y,z, 1-z \\} } \\end{equation*}"
},
{
"type":"text",
Expand Down Expand Up @@ -298,31 +298,55 @@
"type":"plot",
"plot":{
"title":"Execution time (BVH and FMM) by number of tasks",
"plot_types":["marked_scatter"],
"plot_types":["scatter"],
"xaxis":{"parameter":"tasks","label":"Number of tasks"},
"yaxis":{"label":"Time [s]"},
"color_axis":{ "parameter": "mesh.h", "label":"Mesh" },
"secondary_axis":{"parameter":"perfvalue", "label":" ", "filter":[
"secondary_axis":{ "parameter": "mesh.h", "label":"Mesh" },
"color_axis":{"parameter":"perfvalue", "label":" ", "filter":[
{"times_time_BVH":"BVH"},
{"times_time_FMM":"FMM"}
]},
"aggregations":[ {"column":"M","agg":"max"} ]
"aggregations":[ {"column":"M","agg":"max"} ],
"layout_modifiers": {
"xaxis": {
"type": "log",
"dtick": 0.30102999566,
"tick0": 0
},
"yaxis": {
"type": "log",
"dtick":1,
"exponentformat": "power"
}
}
}
},
{
"type":"plot",
"plot":{
"title":"Execution time (BVH and FMM) by number of tasks",
"transformation":"speedup",
"plot_types":["marked_scatter"],
"plot_types":["scatter"],
"xaxis":{"parameter":"tasks","label":"Number of tasks"},
"yaxis":{"label":"Time [s]"},
"color_axis":{ "parameter": "mesh.h", "label":"Mesh" },
"secondary_axis":{"parameter":"perfvalue", "label":" ", "filter":[
"secondary_axis":{ "parameter": "mesh.h", "label":"Mesh" },
"color_axis":{"parameter":"perfvalue", "label":" ", "filter":[
{"times_time_BVH":"BVH"},
{"times_time_FMM":"FMM"}
]},
"aggregations":[ {"column":"M","agg":"max"} ]
"aggregations":[ {"column":"M","agg":"max"} ],
"layout_modifiers": {
"xaxis": {
"type": "log",
"dtick": 0.30102999566,
"tick0": 0
},
"yaxis": {
"type": "log",
"dtick":1,
"exponentformat": "power"
}
}
}
},
{
Expand All @@ -338,8 +362,14 @@
"yaxis":{"label":"$\\text{Error} L^2$"},
"color_axis":{ "parameter": "mesh.h", "label":"Mesh" },
"secondary_axis":{"parameter":"tasks", "label":"Number of tasks"},
"aggregations":[ {"column":"perfvalue","agg":"filter:errors_L2_error_BVH"} ]

"aggregations":[ {"column":"perfvalue","agg":"filter:errors_L2_error_BVH"} ],
"layout_modifiers":{
"yaxis": {
"type": "log",
"dtick":1,
"exponentformat": "power"
}
}
}
},
{
Expand All @@ -355,7 +385,14 @@
"yaxis":{"label":"$\\text{Error} L^2$"},
"color_axis":{ "parameter": "M" },
"secondary_axis":{"parameter":"tasks", "label":"Number of tasks"},
"aggregations":[ {"column":"perfvalue","agg":"filter:errors_L2_error_BVH"} ]
"aggregations":[ {"column":"perfvalue","agg":"filter:errors_L2_error_BVH"} ],
"layout_modifiers":{
"yaxis": {
"type": "log",
"dtick":1,
"exponentformat": "power"
}
}
}
}
]
Expand Down
Loading
Loading