From c38d9e04b4d3a40929c8d1a8b7624e303d4172b7 Mon Sep 17 00:00:00 2001 From: rmolazem Date: Fri, 26 Apr 2024 09:03:56 +0200 Subject: [PATCH] Change the URL source of the images. (#117) --- doc/sphinx/source/usage/examples/HexaBeam/hexaBeam.md | 6 +++--- doc/sphinx/source/usage/examples/Liver/liver.md | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/sphinx/source/usage/examples/HexaBeam/hexaBeam.md b/doc/sphinx/source/usage/examples/HexaBeam/hexaBeam.md index e934cbe..c538d08 100644 --- a/doc/sphinx/source/usage/examples/HexaBeam/hexaBeam.md +++ b/doc/sphinx/source/usage/examples/HexaBeam/hexaBeam.md @@ -1,5 +1,5 @@ # HexaBeam -![](https://raw.githubusercontent.com/SofaDefrost/ModelOrderReduction/269971953c647ca45858ae26512ed17c3f613142/doc/sphinx/source/usage/examples/HexaBeamWithGravity/original_versus_reudced.png) +![](https://raw.githubusercontent.com/SofaDefrost/ModelOrderReduction/master/doc/sphinx/source/usage/examples/HexaBeam/original_versus_reudced.png) ## Presentation HexaBeam structures are highly effective at accurately representing the deformations of complex geometries within finite element-based simulations. In this context, we demonstrate model order reduction using a straightforward scenario involving a single beam subjected to gravitational force. @@ -17,12 +17,12 @@ We employ our model order reduction to effectively characterize the beam's defor After applying model order reduction on this scene, the model reduces to one with 24 active nodes and only 3 hexahedra. **Before** -
Alt Text
1000 iterations done in 4.31962 s ( 231.502 FPS).
+
Alt Text
1000 iterations done in 4.31962 s ( 231.502 FPS).
**After** -
Alt Text
1000 iterations done in 0.270993 s ( 3690.13 FPS).
+
Alt Text
1000 iterations done in 0.270993 s ( 3690.13 FPS).
diff --git a/doc/sphinx/source/usage/examples/Liver/liver.md b/doc/sphinx/source/usage/examples/Liver/liver.md index c54ade3..51401d9 100644 --- a/doc/sphinx/source/usage/examples/Liver/liver.md +++ b/doc/sphinx/source/usage/examples/Liver/liver.md @@ -1,7 +1,7 @@ # Liver -
Alt Text
From left to right: fine mesh with 4293 nodes; reduced mesh: 40 active nodes and only 10 tetrahedra.
-
Alt Text
From left to right: fine mesh with 4293 nodes; reduced mesh: with 53 active nodes and only 18 tetrahedra.
+
Alt Text
From left to right: fine mesh with 4293 nodes; reduced mesh: 40 active nodes and only 10 tetrahedra.
+
Alt Text
From left to right: fine mesh with 4293 nodes; reduced mesh: with 53 active nodes and only 18 tetrahedra.
## Presentation @@ -23,17 +23,17 @@ To apply actuation, we utilize a specialized animation function called 'shakingL In both examples, we use the following mesh with 22019 tetrahedra and 4293 nodes: **Original Model** -
Alt Text
1000 iterations done in 1612.79 s ( 0.620042 FPS).
+
Alt Text
1000 iterations done in 1612.79 s ( 0.620042 FPS).
### Liver Under Gravity After applying model order reduction on this fine mesh of the liver, the mesh reduces to one with 40 active nodes and only 10 tetrahedra. **Reduced Model** -
Alt Text
1000 iterations done in 3.80876 s ( 262.553 FPS).
+
Alt Text
1000 iterations done in 3.80876 s ( 262.553 FPS).
### Liver With Rotational Actuation After applying model order reduction on the fine mesh of the liver, the mesh reduces to one with 53 active nodes and only 18 tetrahedra. **Reduced Model** -
Alt Text
1000 iterations done in 5.79132 s ( 172.672 FPS).
+
Alt Text
1000 iterations done in 5.79132 s ( 172.672 FPS).