Skip to content

Commit

Permalink
Replace geometric multiscale table of images with singe image
Browse files Browse the repository at this point in the history
Fixes rendering issues in the PDF export
  • Loading branch information
MakisH committed Apr 24, 2024
1 parent cd2352b commit 052ee40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions pages/docs/configuration/configuration-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,7 @@ This is an experimental feature, available since preCICE v3.0.0. Enable it using

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"/> |
| Axial 1D-3D consistent-spread mapping | Radial 1D-3D consisntent-spread mapping |
![Axial vs radial 1D-3D mapping](images/docs/configuration-mapping-geometric-multiscale-axial-radial.png)

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 052ee40

Please sign in to comment.