fenics表单编译器

FFC的Python项目详细描述


ffc是有限元变分形式的编译程序。从一个 对表单的高级描述,它生成高效的低级 C++代码,可以用来组装相应的离散 运算符(张量)。特别地,可以组装双线性形式 矩阵和线性形式可以组合成向量。法国法郎 可以从命令行使用(通过调用ffc 命令)或作为python模块(import ffc)。

ffc是fenics项目的一部分。

有关详细信息,请访问http://www.fenicsproject.org

文档

文档可以在http://fenics-ffc.readthedocs.org/查看。

Documentation Status

自动测试

我们使用Bitbucket管道和Atlassian Bamboo执行自动化 测试。

Pipelines Build StatusBamboo Build Status

代码覆盖率

代码覆盖率报告可以在 https://coveralls.io/bitbucket/fenics-project/ffc

Coverage Status

许可证

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
JavaMaven在试图定义模块时不将EJB识别为项目的依赖项   oracle如何将Java SQL数组作为参数传递给JPA本机查询?   Java解析带有整数和字符串的文本文件   客户端的java使用。在CXF Rest客户端中重置   Java:通过ID调用类   java如何在MapBox Android SDK上使用FitBounds?   java sparkjava:从InputStream将PNG作为base64加载   初始化后JScrollPane+JTree显示的java问题   java htmlunit单个测试通过,但在测试套件中运行失败   为什么java常量声明为静态的?   安卓将值从activity传递到fragment给出错误java。lang.NullPointerException   java如何使用POI设置空白excel单元格   javascript Cordova上下左右按钮   java所需字符串“contactID”参数不存在   java NoClassDefFoundError和其他引用Google Maps Android API实用程序时出现的错误   macos用Java代码打开下载的JAR文件   java扩展RoboActivity产生ClassNotFoundException   java如何使用中断通道下载文件?(NIO)