PDE、网格划分、后处理、求解器设置等中高级应用,有助于初学者comsol软件使用能力的晋级提升
2021-12-08 15:50:54 11.91MB PDE、求解器
1
matlab实现傅里叶变换代码 该存储库包含一组MATLAB代码,以实现有限差分方案来求解偏微分方程。 这些代码是Goa校园BITS Pilani的PDE数值方法课程的一部分。 抛物线偏微分方程 线法 前锋欧拉 后向欧拉 曲柄尼科尔森法 ADI法 非线性PDE 椭圆PDE 雅可比迭代方案 高斯塞德尔迭代方案 SOR 实践 到目前为止课程中已实施的所有计划的摘要 项目编号 粘性Burger's方程的数值。 诸如Backward Euler , Godunov , Einguist Osher , Lax Friedrich的通用方案得以实施 方案收敛顺序 快速傅立叶方法求解椭圆PDE FFT:将慢傅立叶变换与Cooley Tukey算法进行比较。 最终代码:FFT的实现,用于求解具有Dirichlet和Neumann边界条件的泊松方程。 其他 Korteweg-de-Vries方程的数值 * Upwind scheme * Backward Euler Scheme * Zabusky Kruskal Scheme * Crank Nicolson Scheme
2021-12-05 20:07:29 2.95MB 系统开源
1
一个简单的有限体积工具该代码是化学/石油工程师开发一种简单的工具来求解对流扩散方程的一般形式的结果: α∂ϕ /∂t+∇。(uϕ)+∇。(-D∇ϕ)+ βϕ =γ 在1D,1D轴对称(径向),2D,2D轴对称(圆柱)和3​​D域上的简单均匀/非均匀网格上。 该代码在整个或部分边界上接受Dirichlet,Neumann和Robin边界条件(可通过更改以下方程式中的a,b和c来实现): a∇ϕ.n + bϕ = c。 它还接受周期性边界条件。 该代码的主要目的是为那些试图使用数学模型,以1D形式数值求解模型,将其与解析解进行比较,并以最少的数量将其数字代码扩展至2D和3D的人员提供方便的工具。一维代码中的修改。 离散方案包括*中心差异*对流条件的迎风方案*具有许多通量限制器的对流项的TVD方案首先,进入“ Test”文件夹并运行测试脚本。 一些微积分函数(散度,梯度等)和求平均技术(算术平
2021-11-30 18:11:24 1.98MB matlab
1
matlab微分方程代码基于图的神经算子 该存储库包含以下两篇论文的代码: 图形内核网络(GKN) 我们建议使用图神经网络来学习偏微分方程的解算子。 我们工作的关键创新在于,在精心设计的网络体系结构中,可以使用一组网络参数来描述无限维空间之间以及这些空间的不同有限维近似之间的映射。 多极图内核网络(MGKN) 受经典多极方法的启发,我们提出了一种多级图神经网络框架,该框架仅以线性复杂度即可捕获所有范围内的相互作用。 我们的多级表示等效于将归纳点递归添加到内核矩阵,用内核的多分辨率矩阵分解统一GNN。 实验证实,我们的多图网络可以学习PDE的离散不变解算子,并且可以在线性时间内进行评估。 要求 档案文件 代码采用简单脚本的形式。 每个脚本应该是独立的并且可以直接运行。 数据集 我们提供了本文中使用的Burgers方程和Darcy流数据集。 数据生成可以在论文中找到。 数据以matlab文件的形式给出。 可以使用Utility.py中提供的脚本来加载它们。
2021-11-19 15:03:18 3.77MB 系统开源
1
变分法基础(老大中,第二版),学习变分的中文资料,相当不错 ABBYY OCR版本,可文本搜索。
2021-11-11 23:12:14 35.64MB PDE 变分法
1
p4pdes 用于偏微分方程的PETSc是一本有关使用通过现代数值方法求解的新书。 可以从订购: 该存储库包含本书所基于的C和Python示例程序。 他们将长期留在这里并得到维持。 C的例子 要编译和运行C示例,请参见第1章至第12章,位于c/目录中的README.md 。 Python / Firedrake示例 第13章和第14章使用 (一个基于PETSc的有限元素库,尤其是 )。 请参阅python/目录中的README.md以运行这些示例。
2021-11-10 10:16:18 327KB python c parallel-computing scientific-computing
1
matlab cftool代码Sabatier-reaction-PDE-solver 这是一个用于求解质量和能量偏微分方程的 matlab 代码。 Cftool 可用于生成沿React器(壳管式换热器)长度的温度和浓度分布。 MATLAB 使用内置函数 pde-solver 来求解偏微分方程。 React器体积、空隙率、活化能等参数值取自文献,因此通过与该主题相关的各种其他研究论文进行验证。
2021-11-08 10:06:07 320KB 系统开源
1
使用偏微分方程PDE进行图像去噪的matlab代码集合-calc_lam.m 希望对大家有帮助
2021-11-07 19:14:25 913B matlab
1
Partial differential equations (PDEs) and variational methods were introduced into image processing about fifteen years ago. Since then, intensive research has been carried out. The goals of this book are to present a variety of image analysis applications, the precise mathematics involved and how to discretize them. Thus, this book is intended for two audiences. The first is the mathematical community by showing the contribution of mathematics to this domain. It is also the occasion to highlight some unsolved theoretical questions. The second is the computer vision community by presenting a clear, self-contained and global overview of the mathematics involved in image processing problems. This work will serve as a useful source of reference and inspiration for fellow researchers in Applied Mathematics and Computer Vision, as well as being a basis for advanced courses within these fields. During the four years since the publication of the first edition, there has been substantial progress in the range of image processing applications covered by the PDE framework. The main goals of the second edition are to update the first edition by giving a coherent account of some of the recent challenging applications, and to update the existing material. In addition, this book provides the reader with the opportunity to make his own simulations with a minimal effort. To this end, programming tools are made available, which will allow the reader to implement and test easily some classical approaches.
2021-10-25 16:13:59 8.47MB Image Processing PDE Calculus
1
COMSOL_PDE_学习资料
2021-10-13 10:08:33 2.27MB COMSOL
1