Skip to content

Commit

Permalink
Move the geometric-multiscale images into a table
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Aug 8, 2023
1 parent f69dc26 commit 1217595
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/docs/configuration/configuration-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ Geometric multiscale mapping enables the coupling of dimensionally heterogeneous

We differentiate between _axial_ and _radial_ geometric multiscale mapping:

<img src="images/docs/configuration-mapping-geometric-multiscale-axial-1d-3d.png" alt="Axial geometric multiscale mapping" width="500"/> <img src="images/docs/configuration-mapping-geometric-multiscale-radial-1d-3d.png" alt="Radial geometric multiscale mapping" width="500"/>
| --- | --- |
| <img src="images/docs/configuration-mapping-geometric-multiscale-axial-1d-3d.png" alt="Axial geometric multiscale mapping" width="500"/> | <img src="images/docs/configuration-mapping-geometric-multiscale-radial-1d-3d.png" alt="Radial geometric multiscale mapping" width="500"/> |
| Axial 1D-3D consistent-spread mapping | Radial 1D-3D consisntent-spread mapping |

In a 1D-3D mapping, axial mapping maps between one point at the boundary of the 1D domain and multiple points at a surface of a 3D domain, while the domains are connected over a main axis.
Radial mapping maps between multiple (internal) points of the 1D domain and multiple points at a surface of a 3D domain. In a 1D-3D domain, the 3D domain can encapsulate the 1D domain, or the 1D domain can be a line on the surface of the 3D domain.
Expand Down

0 comments on commit 1217595

Please sign in to comment.