mapping.py

来自「finite element library for mathematic ma」· Python 代码 · 共 11 行

PY
11
字号
__author__ = "Anders Logg (logg@simula.no)"__date__ = "2007-03-16 -- 2007-03-16"__copyright__ = "Copyright (C) 2007 Anders Logg"__license__  = "GNU GPL version 3 or any later version"class Mapping:    # Available mapping types    AFFINE = 0    PIOLA = 1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?