拉普拉斯方程数学代码拉普拉斯方程的有限差分格式 一种用数值方法求解用MATLAB编写的拉普拉斯方程的有限差分方案。 拉普拉斯方程是二阶椭圆PDE,这是亥姆霍兹方程的特例。 可以使用变量分离来解析解决。 拉普拉斯方程可用于对达到平衡的势能和现象进行建模。 电动力学 拉普拉斯方程可用于模拟静电,流体力学和重力问题。 此处使用的代码对电势进行建模。 这种松弛方法称为雅可比方法。 可以使用其他方法来求解拉普拉斯方程。
2023-04-07 16:58:34 2KB 系统开源
1
有限元英文原版教材The Finite Element Method for Solid and Structural Mechanics, Sixth Edition
2023-02-17 16:43:48 6.11MB Finite Element Method Mechanics
1
Matlab 求解偏微分的代码Heat 和 Black-Scholes 偏微分方程的有限差分法的 MATLAB 和 Python 实现 这些代码实现了有限差分法的数值方法来求解 Heat PDE 和 Black-Scholes PDE。 具体而言,Black-Scholes PDE 的代码旨在为普通期权定价,例如欧洲和美国的看涨和看跌期权。 该算法在 Python 和 MATLAB 中实现,Python 代码属于面向对象学科,使用 Numpy 处理矩阵。 此外,Python 和 MATLAB 代码都允许用户编写自己的函数,将其放入代码中以设置有限差分网格的边界条件。 该代码提供了示例用户生成函数,用于为 Python 代码和 MATLAB 代码设置边界条件。 Python 对象还在 Python 类中实现了特殊方法,以使其可切片( __getitem__() )和可打印( __repr__() ) 请在 README.pdf 文件中找到详细的数学解释,因为 Github 不支持 Latex 公式。 作者:鲁瑞南 参考: [1]Brandimarte P. 金融经济学中的数值方法:基于M
2023-02-16 22:38:21 1.55MB 系统开源
1
什么是交易II? deal.II是一个C ++程序库,旨在使用自适应有限元解决偏微分方程的计算问题。 它使用最先进的编程技术,为您提供所需的复杂数据结构和算法的现代化接口。 对于急躁的人: 假设您已经将.tar.gz文件解压缩到目录/ path / to / dealii / sources中。 然后使用以下命令配置,编译和安装deal.II库: $ mkdir build $ cd build $ cmake -DCMAKE_INSTALL_PREFIX=/path/where/dealii/should/be/installed/to /path/to/dealii/sources $ make install (alternatively $ make -j install) $ make test 要从存储库进行构建,请首先执行以下命令: $ git clone
2023-02-13 00:04:57 30.46MB c-plus-plus finite-elements C++
1
Representation Theory of Finite Groups
2022-12-29 09:30:08 721KB 群表示
1
Spectral Finite Element (SFE) 源代码, wave propagation
2022-12-08 16:46:20 83KB Spectral Finite Element SFE
1
Introduction to Finite and Spectral Element Methods Using MATLAB®Second Edition This book contains information obtained from authentic and highly regarded sources. Reasonable efforts have been made to publish reliable data and information, but the author and publisher cannot assume responsibility for the validity of all materials or the consequences of their use. The authors and publishers have attempted to trace the copyright holders of all material reproduced in this publication and apologize to copyright holders if permission to publish in this form has not been obtained. If any copyright material has not been acknowledged please write and let us know so we may rectify in any future reprint.
2022-12-08 16:19:17 1.82MB Matlab 有限元 谱元法 微分方程数值解法
1
通过fortran编写abaqus子程序计算锂电池力化耦合问题,可以对进行锂电池模拟方面的同学进行帮助提高
2022-11-29 22:51:35 1.98MB abaqus fortran
1
Review This book addresses some of the current important issues, both positive and negative, related to MFree methods, which should prove beneficial to researchers, engineers, and students who are interested in venturing into this area of research. This book provides systematic steps that lead the reader to understand mesh free methods; how they work; how to use and develop a mesh free method, as well as … the problems associated with element free methods. … This is the first book published that comprehensively covers MFree methods.
2022-11-23 10:58:09 5.38MB meshfree 无网格法
1