📄 dolfin_function_post.i
字号:
// Trick to expose protected member cell() in Python%extend dolfin::Function{const dolfin::Cell& new_cell() const{ return self->cell();}}// Trick to expose protected member normal() in Python%extend dolfin::Function{dolfin::Point new_normal() const{ return self->normal();}}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -