From ae5e60f940c02ce429ce2e7abd3c0a503a34cc2e Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Sat, 23 May 2020 11:54:06 +0200 Subject: [PATCH] Document code maintenance procedure --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4b200bf..44dfc60 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,9 @@ as [described in the readme](https://www.dealii.org/developer/readme.html#documentation). It will pick up the code gallery and create joint documentation for the tutorial and the code gallery. + +### Maintainance of contributed codes + +The examples in the code-gallery of periodically adjusted so that they maintain compatibility with a "recent" version of the `deal.II`. This means that their implementation may be modified slightly in the process, breaking compatibility with older versions of `deal.II`. Older version of each contributed code may be attained by checking out the appropriate git commit of the code-gallery repository. + +The minimum required version of `deal.II` for all code-gallery examples is `9.1`. -- 2.39.5