• 大小: 6KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: C/C++
  • 标签: MPI并行  有限差分  

资源简介

具体细节请参加我的共轭梯度法求解偏微分方程无并行版本。这个程序是建立在上一个基础上的升级。不同的是这里我用的是五点法而不是压缩的矩阵A。

资源截图

代码片段和文件信息

// TemplateTest1.cpp : Defines the entry point for the console application.
//

#include 
#include 
#include 
#include 
#include 
#include 
#include “Vector.h“
#include “Template.h“
#include “Stencil.h“
#include “mpi.h“

using namespace std;


///Global variable
const double PI=3.1415926;
const int UP=0;
const int DOWN=1;
const int LEFT=2;
const int RIGHT=3;
int nbrs[4];
MPI_Comm comm2d;
MPI_Status status;
MPI_Request reqs[8];
inline double RsdSum(double delta);


/**************************************startwith 9 parameters are given***********************************/
int main(int argc char* argv[])
{
double hxhyTendhtalphaeps;
int iterations;
string Output=argv[8]Result=argv[9];


///

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1921  2009-02-03 04:20  ass5_final\Vector.h

     文件        294  2009-02-02 18:15  ass5_final\Makefile

     文件       9175  2009-02-03 15:31  ass5_final\cgexpr.cpp

     文件         32  2009-01-09 22:30  ass5_final\machines

     文件       3126  2009-02-02 22:57  ass5_final\Template.h

     文件        369  2009-02-02 22:31  ass5_final\Stencil.h

     文件       1867  2009-02-03 15:58  ass5_final\Read me.txt

     目录          0  2009-02-03 15:25  ass5_final

----------- ---------  ---------- -----  ----

                16784                    8


评论

共有 条评论

相关资源