使用bout3运行欧拉伯努利梁的本征值模型 18 | Myron | 2025-11-21 15:22 | 0 | 数学,物理学 253 字 | 5 分钟 之前使用matlab模拟本征值的链接如下: https://sunwaybits.tech/eigenvalue-analysis-of-a-beam.html 现在使用bout3中的slepc求解器尝试对这一问题重复操作: int rhs(BoutReal t) { mesh->communicate(u, v); // First-ord… beamBOUT++eigenmodeeigenvalueEuler-Bernoullislepc