📄 init.h
字号:
// Copyright (C) 2005 Anders Logg.// Licensed under the GNU LGPL Version 2.1.//// First added: 2005-02-13// Last changed: 2005#ifndef __INIT_H#define __INIT_Hnamespace dolfin{ /// Initialize DOLFIN (and PETSc) with command-line arguments. This /// should not be needed in most cases since the initialization is /// otherwise handled automatically. void dolfin_init(int argc, char* argv[]);}#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -