📄 demo.py
字号:
__author__ = "Anders Logg and Magnus Vikstrom"__date__ = "2007-06-01 -- 2007-06-01"__copyright__ = "Copyright (C) 2007 Anders Logg and Magnus Vikstrom"__license__ = "GNU LGPL Version 2.1"from dolfin import *# Create meshmesh = UnitCube(16, 16, 16)# Partition meshpartitions = MeshFunction("uint")mesh.partition(20, partitions)# Plot mesh partitionplot(partitions)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -