用于PDE的PETSc PETSc作为非线性PDE的求解器 “ PETSc是一套数据结构和例程,用于通过偏微分方程建模的科学应用程序的可扩展(并行)解决方案” [请参见: : ] 编译中 假设您已使用指定的gcc和g ++编译器正确安装了PETSc。 转到CMakeLists.txt并为gcc和g ++编译器更改第9行和第17行。 转到FindPETSc.cmake,并将行26/27更改为PETSC_DIR和PETSC_ARCH。 在根目录下,输入cmake . 然后,输入make或make -j 运行输入文件 PETSc选项样式用于输入文件,例如-option_name option_value 。 参见例如input/HeatCond1D.i 键入./PETScSolver <input_file_name>来运行输入文件。 例如,。 ./PETScSolver
2021-02-26 20:05:02 40KB CMake
1
偏微分方程,教材,作者是Lawrence C.Evans,是数学领域一本经典的教材。
2020-01-27 03:04:35 18.74MB PDE 偏微分方程
1
"This important volume is the first part of a two-part textbook (the second part is entitled Conservation laws and elliptic equations). The text includes interesting homework problems that implement different aspects of most of the schemes discussed. The implementation aspect of this text includes a large amount of computing. Other useful aspects of computing included in this volume are symbolic computing and the use of graphics for analysis. Prerequisites suggested for using this book might include one semester of partial differential equations and some programming capability. This book will be a good reference text for students." -- MATHEMATICAL REVIEWS
2019-12-21 22:03:18 2.74MB CFD FDM PDE
1
使用偏微分方程(PDE)进行图像去噪的matlab代码集合
2019-12-21 21:52:47 243KB matlab
1
简单的PDE求解偏微分方程
2019-12-21 21:45:47 1KB MAT LAB
1
MATLAB 求解PDE(偏微分)方程工具箱及示例,内含工具箱及示例,可以快速学习掌握
2019-12-21 21:28:07 104KB matlab PDE toolbox 示例
1
PDE偏微分方程 算法实现matlab代码
2019-12-21 21:19:52 9KB PDE 偏微分方程 matlab代码
1
matlab中的pde工具使用介绍, 更简单的介绍偏微分方程问题。
2019-12-21 21:17:09 2.57MB pde 工具使用介绍
1
此文档用于了解Matlab-PDE工具箱有限元法求解偏微分方程的具体步骤
2019-12-21 21:11:21 628KB MATLAB 偏微分 PDE 有限元
1
很棒的Comsol自定义偏微分方程的教程,而且是中文的,简单易学。
2019-12-21 20:51:56 3.75MB Comsol;PDE
1