init.h
来自「利用C」· C头文件 代码 · 共 21 行
H
21 行
// 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 + =
减小字号Ctrl + -
显示快捷键?