CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算

文件名称:PyFR-1.0.0

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2015-08-30
  • 文件大小:
    429kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

PyFR is an open-source Python based framework for solving advection-diffusion type problems on streaming architectures using the Flux Reconstruction approach of Huynh. The framework is designed to solve a range of governing systems on mixed unstructured grids containing various element types. It is also designed to target a range of hardware platforms via use of an in-built domain specific language derived the Mako templating engine. -PyFR is an open-source Python based framework for solving advection-diffusion type problems on streaming architectures using the Flux Reconstruction approach of Huynh. The framework is designed to solve a range of governing systems on mixed unstructured grids containing various element types. It is also designed to target a range of hardware platforms via use of an in-built domain specific language derived the Mako templating engine.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

PyFR-1.0.0/
PyFR-1.0.0/.gitignore
PyFR-1.0.0/AUTHORS
PyFR-1.0.0/LICENSE
PyFR-1.0.0/README.rst
PyFR-1.0.0/doc/
PyFR-1.0.0/doc/Makefile
PyFR-1.0.0/doc/ext/
PyFR-1.0.0/doc/ext/tikz.py
PyFR-1.0.0/doc/fig/
PyFR-1.0.0/doc/fig/couette_flow_2d/
PyFR-1.0.0/doc/fig/couette_flow_2d/couette_flow_2d.png
PyFR-1.0.0/doc/fig/euler_vortex_2d/
PyFR-1.0.0/doc/fig/euler_vortex_2d/euler_vortex_2d.png
PyFR-1.0.0/doc/src/
PyFR-1.0.0/doc/src/conf.py
PyFR-1.0.0/doc/src/developer_guide.rst
PyFR-1.0.0/doc/src/home.rst
PyFR-1.0.0/doc/src/index.rst
PyFR-1.0.0/doc/src/theory.rst
PyFR-1.0.0/doc/src/user_guide.rst
PyFR-1.0.0/examples/
PyFR-1.0.0/examples/couette_flow_2d/
PyFR-1.0.0/examples/couette_flow_2d/couette_flow_2d.ini
PyFR-1.0.0/examples/couette_flow_2d/couette_flow_2d.msh
PyFR-1.0.0/examples/euler_vortex_2d/
PyFR-1.0.0/examples/euler_vortex_2d/euler_vortex_2d.ini
PyFR-1.0.0/examples/euler_vortex_2d/euler_vortex_2d.msh
PyFR-1.0.0/pyfr/
PyFR-1.0.0/pyfr/__init__.py
PyFR-1.0.0/pyfr/__main__.py
PyFR-1.0.0/pyfr/_version.py
PyFR-1.0.0/pyfr/backends/
PyFR-1.0.0/pyfr/backends/__init__.py
PyFR-1.0.0/pyfr/backends/base/
PyFR-1.0.0/pyfr/backends/base/__init__.py
PyFR-1.0.0/pyfr/backends/base/backend.py
PyFR-1.0.0/pyfr/backends/base/generator.py
PyFR-1.0.0/pyfr/backends/base/kernels.py
PyFR-1.0.0/pyfr/backends/base/makoutil.py
PyFR-1.0.0/pyfr/backends/base/packing.py
PyFR-1.0.0/pyfr/backends/base/types.py
PyFR-1.0.0/pyfr/backends/cuda/
PyFR-1.0.0/pyfr/backends/cuda/__init__.py
PyFR-1.0.0/pyfr/backends/cuda/base.py
PyFR-1.0.0/pyfr/backends/cuda/blasext.py
PyFR-1.0.0/pyfr/backends/cuda/cublas.py
PyFR-1.0.0/pyfr/backends/cuda/generator.py
PyFR-1.0.0/pyfr/backends/cuda/kernels/
PyFR-1.0.0/pyfr/backends/cuda/kernels/__init__.py
PyFR-1.0.0/pyfr/backends/cuda/kernels/axnpby.mako
PyFR-1.0.0/pyfr/backends/cuda/kernels/base.mako
PyFR-1.0.0/pyfr/backends/cuda/kernels/pack.mako
PyFR-1.0.0/pyfr/backends/cuda/packing.py
PyFR-1.0.0/pyfr/backends/cuda/provider.py
PyFR-1.0.0/pyfr/backends/cuda/types.py
PyFR-1.0.0/pyfr/backends/opencl/
PyFR-1.0.0/pyfr/backends/opencl/__init__.py
PyFR-1.0.0/pyfr/backends/opencl/base.py
PyFR-1.0.0/pyfr/backends/opencl/blasext.py
PyFR-1.0.0/pyfr/backends/opencl/clblas.py
PyFR-1.0.0/pyfr/backends/opencl/generator.py
PyFR-1.0.0/pyfr/backends/opencl/kernels/
PyFR-1.0.0/pyfr/backends/opencl/kernels/__init__.py
PyFR-1.0.0/pyfr/backends/opencl/kernels/axnpby.mako
PyFR-1.0.0/pyfr/backends/opencl/kernels/base.mako
PyFR-1.0.0/pyfr/backends/opencl/kernels/pack.mako
PyFR-1.0.0/pyfr/backends/opencl/packing.py
PyFR-1.0.0/pyfr/backends/opencl/provider.py
PyFR-1.0.0/pyfr/backends/opencl/types.py
PyFR-1.0.0/pyfr/backends/openmp/
PyFR-1.0.0/pyfr/backends/openmp/__init__.py
PyFR-1.0.0/pyfr/backends/openmp/base.py
PyFR-1.0.0/pyfr/backends/openmp/blasext.py
PyFR-1.0.0/pyfr/backends/openmp/cblas.py
PyFR-1.0.0/pyfr/backends/openmp/compiler.py
PyFR-1.0.0/pyfr/backends/openmp/generator.py
PyFR-1.0.0/pyfr/backends/openmp/kernels/
PyFR-1.0.0/pyfr/backends/openmp/kernels/__init__.py
PyFR-1.0.0/pyfr/backends/openmp/kernels/axnpby.mako
PyFR-1.0.0/pyfr/backends/openmp/kernels/base.mako
PyFR-1.0.0/pyfr/backends/openmp/kernels/errest.mako
PyFR-1.0.0/pyfr/backends/openmp/kernels/loop-sched.mako
PyFR-1.0.0/pyfr/backends/openmp/kernels/pack.mako
PyFR-1.0.0/pyfr/backends/openmp/kernels/par-gemm.mako
PyFR-1.0.0/pyfr/backends/openmp/packing.py
PyFR-1.0.0/pyfr/backends/openmp/provider.py
PyFR-1.0.0/pyfr/backends/openmp/types.py
PyFR-1.0.0/pyfr/ctypesutil.py
PyFR-1.0.0/pyfr/inifile.py
PyFR-1.0.0/pyfr/integrators/
PyFR-1.0.0/pyfr/integrators/__init__.py
PyFR-1.0.0/pyfr/integrators/base.py
PyFR-1.0.0/pyfr/integrators/controllers.py
PyFR-1.0.0/pyfr/integrators/steppers.py
PyFR-1.0.0/pyfr/integrators/writers.py
PyFR-1.0.0/pyfr/mpiutil.py
PyFR-1.0.0/pyfr/mputil.py
PyFR-1.0.0/pyfr/nputil.py
PyFR-1.0.0/pyfr/partitioners/
PyFR-1.0.0/pyfr/partitioners/__init__.py
PyFR-1.0.0/pyfr/partitioners/base.py
PyFR-1.0.0/pyfr/partitioners/metis.py
PyFR-1.0.0/pyfr/partitioners/scotch.py
PyFR-1.0.0/pyfr/plugins/
PyFR-1.0.0/pyfr/plugins/__init__.py
PyFR-1.0.0/pyfr/plugins/base.py
PyFR-1.0.0/pyfr/plugins/fluidforce.py
PyFR-1.0.0/pyfr/plugins/nancheck.py
PyFR-1.0.0/pyfr/plugins/sampler.py
PyFR-1.0.0/pyfr/polys.py
PyFR-1.0.0/pyfr/progress_bar.py
PyFR-1.0.0/pyfr/quadrules/
PyFR-1.0.0/pyfr/quadrules/__init__.py
PyFR-1.0.0/pyfr/quadrules/hex/
PyFR-1.0.0/pyfr/quadrules/hex/gauss-legendre-lobatto-n125-d7-spu.txt
PyFR-1.0.0/pyfr/quadrules/hex/gauss-legendre-lobatto-n216-d9-spu.txt
PyFR-1.0.0/pyfr/quadrules/hex/gauss-legendre-lobatto-n27-d3-spu.txt
PyFR-1.0.0/pyfr/quadrules/hex/gauss-legendre-lobatto-n343-d11-spu.txt
PyFR-1.0.0/pyfr/quadrules/hex/gauss-legendre-lobatto-n512-d13-spu.txt
PyFR-1.0.0/pyfr/quadrules/hex/gauss-legendre-lobatto-n64-d5-spu.txt
PyFR-1.0.0/pyfr/quadrules/hex/gauss-legendre-lobatto-n729-d15-spu.txt
PyFR-1.0.0/pyfr/quadrules/hex/gauss-legendre-lobatto-n8-d1-spu.txt
PyFR-1.0.0/pyfr/quadrules/hex/gauss-legendre-n1-d1-spu.txt
PyFR-1.0.0/pyfr/quadrules/hex/gauss-legendre-n125-d9-spu.txt
PyFR-1.0.0/pyfr/quadrules/hex/gauss-legendre-n216-d11-spu.txt
PyFR-1.0.0/pyfr/quadrules/hex/gauss-legendre-n27-d5-sp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com