yade:2022.01

Last commit made on 2022-01-16
Get this branch:
git clone -b 2022.01 https://git.launchpad.net/yade

Branch merges

Branch information

Name:
2022.01
Repository:
lp:yade

Recent commits

8a0525d... by Anton Gladky

2022.01a

19691fc... by Janek Kozicki

Update Changelog

fcb71da... by Janek Kozicki

Build ubuntu 22.04 & bookworm packages for long double, float128 and mpfr150

2e36dbf... by =?utf-8?b?VMOzdGggSsOhbm9z?= <email address hidden>

ymport.py: Check FoamFile header and handle comments.

5a05640... by Jérôme Duriez

Extending the LevelSet Py example and introducing the LevelSet check test

2159707... by =?utf-8?b?VMOzdGggSsOhbm9z?= <email address hidden>

Replaced f"..." strings with "...".format().

f50dadd... by =?utf-8?b?VMOzdGggSsOhbm9z?= <email address hidden>

Removed fancy python3 syntax.

8559816... by clang-formatter <clang-formatter>

Reformat: scripts/python-formatter.sh ./py/ymport.py

c41a3f4... by g0mb4 <email address hidden>

Add blockMeshDict() to ymport.py

openfoam's blockMeshDict file can be imported into yade.
The boundary section will be loaded, so every wall must be named there.
This works only simple files for now:
 + vertices must be in (x y z) format
 + faces must be in (v0 v1 v2 v3) format
 + known types:
  * patch
  * wall
  * empty

yapf3 formatted (yade-dev/trunk#228). Tested.

4f6c91d... by Janek Kozicki

Add János to .mailmap