diff --git a/content/docs/couple-your-code/advanced/couple-your-code-moving-or-changing-meshes.md b/content/docs/couple-your-code/advanced/couple-your-code-moving-or-changing-meshes.md index 3590caf0b3..f4a1a5ca95 100644 --- a/content/docs/couple-your-code/advanced/couple-your-code-moving-or-changing-meshes.md +++ b/content/docs/couple-your-code/advanced/couple-your-code-moving-or-changing-meshes.md @@ -56,10 +56,11 @@ Note that inactive nodes can lead to numerical instabilities in some acceleratio {% version 3.2.0 %} This feature is new in preCICE version 3.2.0. {% endversion %} -{% important %} +{% experimental %} This feature is in active development and not yet feature-complete. If you are missing features, please check [the GitHub project](https://github.com/orgs/precice/projects/20) and comment on the issues to help us prioritize. -{% endimportant %} +Enable it using `` and do not consider the configuration to be stable yet. +{% endexperimental %} **Goal** of the remeshing support in preCICE to allow resetting meshes at runtime. diff --git a/content/docs/couple-your-code/step-by-step/couple-your-code-gradient-data.md b/content/docs/couple-your-code/step-by-step/couple-your-code-gradient-data.md index e811579275..8c68e13641 100644 --- a/content/docs/couple-your-code/step-by-step/couple-your-code-gradient-data.md +++ b/content/docs/couple-your-code/step-by-step/couple-your-code-gradient-data.md @@ -9,6 +9,11 @@ summary: "So far, our mesh contains only data. This is sufficient for most of th This feature is available since version 2.4.0. {% endversion %} +{% experimental %} +This is an experimental feature. +Enable it using `` and do not consider the configuration to be stable yet. +{% endexperimental %} + When using `nearest-neighbor-gradient` mapping, we require coupling data and additional gradient data. We have seen in [Step 3](couple-your-code-mesh-and-data-access.html) how to write data to the mesh. Now, we will learn how to write gradient data to the mesh. For this purpose, we use the following API method: