readme
来自「Dolfin provide a high-performance linear」· 代码 · 共 25 行
TXT
25 行
This directory contains three sets of benchmarks: bench.py - simple benchmark bench-tol.py - set of benchmarks for varying tolerance bench-domain.py - set of benchmarks for varying size of domainResults can be found in the corresponding log files: bench.log bench-tol.py bench-domain.pyReference solutions are correct to within a tolerance of 1e-13.Obtained with DOLFIN 0.6.1+ (1861:e059a2aac502, Wed Apr 12 23:08:37 2006 -0500).Computed with mono-adaptive cG(3) and fixed time step k = 0.00001.The following commands were used to obtain the reference solutions: dolfin-ode-reaction cg fixed-point 0.1 0.1 1000 5.0 parameters-reference.xml dolfin-ode-reaction cg fixed-point 0.1 0.1 2000 10.0 parameters-reference.xml dolfin-ode-reaction cg fixed-point 0.1 0.1 4000 20.0 parameters-reference.xml dolfin-ode-reaction cg fixed-point 0.1 0.1 8000 40.0 parameters-reference.xml dolfin-ode-reaction cg fixed-point 0.1 0.1 16000 80.0 parameters-reference.xml
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?