⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ex18.in

📁 一个用来实现偏微分方程中网格的计算库
💻 IN
字号:
# The global FEM error tolerance at each timestep# Make this nonzero to solve to a specified tolerance# This will probably break with KellyErrorIndicator# const Real global_tolerance = 1.e-3;global_tolerance = 0.0# The desired number of active mesh elements# Make this nonzero to solve to a specified mesh sizen_elements = 400# Solve a transient instead of a steady problem?transient = true# The interval between our timestepsdeltat = 0.005# And the number of timesteps to taken_timesteps = 15# Write out every nth timestep to file.write_interval = 1# The coarse grid size from which to start adaptivitycoarsegridsize = 20# The maximum number of adaptive steps per timestepmax_adaptivesteps = 0# Turn this off to see the NewtonSolver chattersolver_quiet = true# Solve the 2D or 3D problemdimension = 2# Nonlinear solver tolerancerelative_step_tolerance = 1e-3

⌨️ 快捷键说明

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