登录
首页 » matlab » A-C方程程序

A-C方程程序

于 2018-10-31 发布 文件大小:32KB
0 152
下载积分: 1 下载次数: 0

代码说明:

  特征有限元关于AC方程程序加快速稳定双共轭梯度算法(characteristics finite element)

文件列表:

AC-Bicg\AC_BiCG.m, 3559 , 2018-06-17
AC-Bicg\BiCG_Caputo_1.m, 748 , 2018-06-16
AC-Bicg\f_BiCG.m, 4046 , 2018-06-16
AC-Bicg\f_source.m, 276 , 2018-06-06
AC-Bicg\main_BiCG.m, 529 , 2018-06-16
AC-Bicg\MatrixA.m, 239 , 2018-06-16
AC-Bicg\MatrixAA.m, 154 , 2018-06-16
AC-Bicg\MatrixB.m, 172 , 2018-06-16
AC-Bicg\MatrixH.m, 501 , 2018-06-16
AC-Bicg\u_exact.m, 65 , 2018-05-21
AC-Direct\AC_direct.m, 3893 , 2018-06-16
AC-Direct\f_source.m, 276 , 2018-06-06
AC-Direct\getTriMat.m, 275 , 2018-03-19
AC-Direct\u_exact.m, 65 , 2018-05-21
AC-Fbicg\AC_FBiCG.m, 3499 , 2018-06-16
AC-Fbicg\FBiCG_Caputo_1.m, 751 , 2018-06-16
AC-Fbicg\FMatrixAA.m, 156 , 2018-06-16
AC-Fbicg\FMatrixB.m, 377 , 2018-06-16
AC-Fbicg\Fm_1.m, 544 , 2018-06-16
AC-Fbicg\f_FBiCG.m, 4542 , 2018-06-16
AC-Fbicg\f_source.m, 276 , 2018-06-06
AC-Fbicg\main_FBiCG.m, 530 , 2018-06-16
AC-Fbicg\MatrixA.m, 239 , 2018-06-16
AC-Fbicg\MatrixH.m, 501 , 2018-06-16
AC-Fbicg\u_exact.m, 65 , 2018-05-21
AC-Gauss\AC_Gauss.m, 3466 , 2018-06-17
AC-Gauss\f_Gauss.m, 4023 , 2018-06-17
AC-Gauss\f_source.m, 276 , 2018-06-06
AC-Gauss\Gauss_1.m, 913 , 2017-04-24
AC-Gauss\main_Gauss.m, 530 , 2018-06-17
AC-Gauss\u_exact.m, 65 , 2018-05-21
AC-PBicg\AC_BiCG.m, 4292 , 2018-06-17
AC-PBicg\BiCG_Caputo_1.m, 748 , 2018-06-16
AC-PBicg\f_BiCG.m, 4046 , 2018-06-16
AC-PBicg\f_source.m, 276 , 2018-06-06
AC-PBicg\main_BiCG.m, 529 , 2018-06-16
AC-PBicg\MatrixA.m, 239 , 2018-06-16
AC-PBicg\MatrixAA.m, 154 , 2018-06-16
AC-PBicg\MatrixB.m, 172 , 2018-06-16
AC-PBicg\MatrixH.m, 501 , 2018-06-16
AC-PBicg\u_exact.m, 65 , 2018-05-21
AC_BiCG.m, 6528 , 2018-06-16
AC_direct.m, 4504 , 2018-06-16
AC_FBiCG.m, 6532 , 2018-06-16
BiCG_Caputo_1.m, 749 , 2018-06-16
ceshi_tpsuanzi.m, 760 , 2018-05-21
f_source.m, 276 , 2018-06-06
FBiCG_Caputo_1.m, 752 , 2018-06-16
Fm_1.m, 544 , 2017-04-15
FMatrixAA.m, 156 , 2018-06-16
FMatrixB.m, 628 , 2018-06-16
getTriMat.m, 275 , 2018-03-19
MatrixA.m, 239 , 2018-06-16
MatrixAA.m, 154 , 2018-06-16
MatrixB.m, 172 , 2018-06-16
MatrixH.m, 501 , 2018-06-16
u_exact.m, 65 , 2018-05-21
AC-Bicg, 0 , 2018-06-16
AC-Direct, 0 , 2018-06-26
AC-Fbicg, 0 , 2018-06-16
AC-Gauss, 0 , 2018-06-17
AC-PBicg, 0 , 2018-06-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • opencl-1.2-extensions.pdf.tar
    OpenCL1.2版本的扩展功能用户手册。(OpenCL1.2 version of the Expansion Function User' s Manual.)
    2013-07-23 16:02:35下载
    积分:1
  • rili
    用此程序可以方便的查讯日期和星期几,还可以查当天和未来几天的.(This procedure can be used to facilitate inquiry date and day of the week, you can check the same day and the next few days.)
    2007-08-23 22:17:41下载
    积分:1
  • extract
    提取VASP中OUTCAR、EIGENVAL、DOSCAR中的内容,可以用于绘制计算体系的能带结构、态密度(extract information like band structure,dos,from OUTCAR,EIGENVAL,DOSCAR file)
    2018-06-26 08:31:53下载
    积分:1
  • MPI.NET-1.0.0
    MPI.net tool for MPI setup for all applications that using MPI
    2013-08-21 17:32:28下载
    积分:1
  • 求矩阵特征值的法的实现
    QR算法是目前最广泛被用于求一般矩阵特征值的方法,但是由于串行算法的时间过于长,大大的降低了工作效率,所以我们将其在基于cuda架构上对其进行GPU加速,将原有的求矩阵特征值得串行算法进行并行化,大大地提高了工作效率
    2022-11-06 08:40:04下载
    积分:1
  • DBLP-Coauthor-master
    用于dblp数据集中合作者之间关系的挖掘,同时含有mapreduce的过程,并行处理。(Centralized data mining for dblp relationship between partners, and contains process mapreduce of parallel processing.)
    2017-02-25 19:52:58下载
    积分:1
  • ad9850
    内含串行与并行模式程序。有读函数,写函数,复位说明 与测试程序主函数(With serial and parallel mode program. Read write function, function, reset and test program main function)
    2013-08-31 13:08:23下载
    积分:1
  • mpi_io_test_21.tar
    vi du de test mpi, tinh toan song song
    2012-06-07 01:32:41下载
    积分:1
  • Open MPI多线程程序设
    说明:  本文介绍的基于多线程和图像分块实现加速运算,因为调用了opencv库,比较容易编写和实现。OpenCV全称是是Open Source Computer Vision Library,它是由Intel微处理器研究实验室的视觉交互组开发,是一种用于数字图像处理和计算机视觉的开源函数库,采用的开发语言是C++。(This paper introduces an acceleration algorithm based on multi-threading and image partitioning, because it is easy to write and implement by calling the opencv library. OpenCV is called Open Source Computer Vision Library. It is developed by the Visual Interaction Group of Intel Microprocessor Research Laboratory. It is an open source library for digital image processing and computer vision. The development language used is C++)
    2019-10-10 09:12:50下载
    积分:1
  • _______matlab__.zip碰摩转子分岔图matlab程序
    说明:  转子 碰摩故障 分叉图 改一些参数可用(Bifurcation of rub-impact fault)
    2020-10-24 16:00:04下载
    积分:1
  • 696518资源总数
  • 104393会员总数
  • 22今日下载