• 大小: 321KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-07
  • 语言: 其他
  • 标签:

资源简介

偏微分数值解课程设计,偏微分数值解课程设计,(有设计报告)

资源截图

代码片段和文件信息

function pdemodel
[pde_figax]=pdeinit;
pdetool(‘appl_cb‘1);
set(ax‘DataAspectRatio‘[1 1 1]);
set(ax‘PlotBoxAspectRatio‘[1.5 1 1]);
set(ax‘XLim‘[-1.5 1.5]);
set(ax‘YLim‘[-1 1]);
set(ax‘XTickMode‘‘auto‘);
set(ax‘YTickMode‘‘auto‘);
pdetool(‘gridon‘‘on‘);

% Geometry description:
pdecirc(001‘C1‘);
set(findobj(get(pde_fig‘Children‘)‘Tag‘‘PDEEval‘)‘String‘‘C1‘)

% Boundary conditions:
pdetool(‘changemode‘0)
pdesetbd(4...
‘dir‘...
1...
‘1‘...
‘0‘)
pdesetbd(3...
‘dir‘...
1...
‘1‘...
‘0‘)
pdesetbd(2...
‘dir‘...
1...
‘1‘...
‘0‘)
pdesetbd(1...
‘dir‘...
1...
‘1‘...
‘0‘)

% Mesh generation:
setuprop(pde_fig‘Hgrad‘1.3);
setuprop(pde_fig‘refinemethod‘‘regular‘);
pdetool(‘initmesh‘)

% PDE coefficients:
pdeseteq(1...
‘1‘...
‘0‘...
‘1‘...
‘1.0‘...
‘0:10‘...
‘0.0‘...
‘0.0‘...
‘[0 100]‘)
setuprop(pde_fig‘currparam‘...
[‘1  ‘;...
‘0  ‘;...
‘1  ‘;...
‘1.0‘])

% Solve parameters:
setuprop(pde_fig‘solveparam‘...
str2mat(‘0‘‘1000‘‘10‘‘pdeadworst‘...
‘0.5‘‘longest‘‘0‘‘1E-4‘‘‘‘fixed‘‘Inf‘))

% Plotflags and user data strings:
setuprop(pde_fig‘plotflags‘[1 1 4 1 1 1 1 1 0 1 0 1 1 1 1 0 0 1]);
setuprop(pde_fig‘colstring‘‘‘);
setuprop(pde_fig‘arrowstring‘‘‘);
setuprop(pde_fig‘deformstring‘‘‘);
setuprop(pde_fig‘heightstring‘‘u-(1-x.^2-y.^2)/4‘);

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

     文件       1312  2009-02-06 15:33  偏微分数值解课程设计\possion.m

    ..A..H.       162  2009-07-11 20:43  偏微分数值解课程设计\~$偏微分数值解实验报告.doc

    ..A..H.       162  2009-02-07 22:51  偏微分数值解课程设计\~$偏微分数值解实验报告.docx

     文件     421376  2009-08-03 11:55  偏微分数值解课程设计\最新偏微分数值解实验报告.doc

     目录          0  2009-08-03 11:55  偏微分数值解课程设计

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

               423012                    5


评论

共有 条评论

相关资源