readme

来自「cfd求解器使用与gmsh网格的求解」· 代码 · 共 34 行

TXT
34
字号
This is GetDP, a General environment for the treatment of DiscreteProblems.To install GetDP, type./configuremakemake installThis requires the GNU Scientific Library 1.2 or higher (freelyavailable from http://sources.redhat.com/gsl/). You can use the--with-gsl-prefix configure option (or define the GSL_PREFIXenvironment variable) if the library is not installed in its defaultlocation.By default, GetDP uses a built-in set of linear solvers derived fromSparskit Version 2 (http://www-users.cs.umn.edu/~saad/). GetDP canalso be configured to use the linear solvers from PETSc 2.3 or higher(freely available from http://www.mcs.anl.gov/petsc), using eitherreal or complex arithmetic. To configure GetDP with PETSc support,type./configure --enable-petscFor a description of all other configuration options, type./configure --helpGetDP is distributed under the terms of the GNU General PublicLicense. See doc/LICENSE and doc/CREDITS for more information.See the doc/ and demos/ directories for documentation andexamples. The reference manual is located in doc/texinfo/.

⌨️ 快捷键说明

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