The Practice of Computing Using Python(2nd) 英文无水印pdf 第2版
pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开
本资源转载自网络,如有侵权,请联系上传者或csdn删除
本资源转载自网络,如有侵权,请联系上传者或csdn删除
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: