Awesome
<!-- PROJECT LOGO --> <br /> <p align="center"> <a href="https://github.com/chtld/Finite_Elemnet_Method_Matlab"> <img src="images/logo.png" alt="Logo" width="740" height="80"> </a> <h3 align="center">Finite_Element_Method_Matlab</h3> <p align="center"> 有限元方法的 matlab 实现 <br /> <a href="https://github.com/chtld/Finite_Element_Method_Matlab"><strong>Explore the docs »</strong></a> <br /> <br /> <a href="https://github.com/chtld/Finite_Element_Method_Matlab">View Demo</a> · <a href="https://github.com/chtld/Finite_Element_Method_Matlab/issues">Report Bug</a> · <a href="https://github.com/chtld/Finite_Element_Method_Matlab/issues">Request Feature</a> </p> </p> <!-- TABLE OF CONTENTS -->Table of Contents
<!-- ABOUT THE PROJECT -->About The Project
<!-- [![Product Name Screen Shot][product-screenshot]](https://github.com/chtld/Finite_Element_Method_Matlab) -->一个简单通用易上手的有限元 matlab 实现 . 本项目发起的原因:
- 一个兼容所有的有限元程序包很复杂
- 有限元方法的基本原理是通用的
- 作为一名计算数学专业的学生,希望为科学计算减少技术壁垒
- 本项目的实现来自于何晓明老师的授课,通过何老师的授课我学会了一点有限元,非常感谢他。
致谢中列出了一些我认为有用的常用资源。 A list of commonly used resources that I find helpful are listed in the acknowledgements.
Built With
本项目使用了下列工具 :
<!-- GETTING STARTED -->Getting Started
下面给出了在本项目的使用过程中如何设置你的环境 .
Prerequisites
预先安装的软件及其安装方法 :
- matlab
请首先自己安装 matlab,安装方法请访问百度.
Installation
- 克隆本仓库
git clone https://github.com/chtld/Finite_Element_Method_Matlab.git
- 将本项目加入 matlab 搜索路径
运行 include.m
- 尽情享用
Usage
在 example 目录下有不同方程的示例,详情请阅读源代码。
<!-- ROADMAP -->Roadmap
有关建议的特性(和已知问题)的列表,请参阅开放问题 . See the open issues for a list of proposed features (and known issues).
<!-- CONTRIBUTING -->Contributing
欢迎大家一起来搞事情.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the GPL-3.0 License. See LICENSE
for more information.
Contact
chtld - contact by issue
Project Link: https://github.com/chtld/Finite_Element_Method_Matlab
<!-- ACKNOWLEDGEMENTS -->