DiffGeoOps
该存储库包含本文的Python实现:
该模块为三角2流形实现了三个微分几何算子的离散版本,本文已对此进行了讨论。 他们是:
平均曲率
高斯曲率
主曲率
用法
$ python3 DiffGeoOps.py -h
usage: DiffGeoOps.py [-h] --mode MODE [--ops OPS] [--mesh MESH] [--save]
[--title TITLE]
i [i ...]
First, use '--mode 0' to generate files for containing value of the
operator and then plot the operatore using '--mode 1' and '--mesh'. For
'--ops', the operations are encoded as:
- 1: Mean Curvature
- 2: Gaussian Curvature
- 3:
1