登录
首页 » matlab » AdaptiveParabolicSolver

AdaptiveParabolicSolver

于 2012-03-13 发布 文件大小:3354KB
0 175
下载积分: 1 下载次数: 22

代码说明:

  程序为自适应有限元法求解抛物型方程,都是matlab语言编写(Adaptive fenite element method solver for Parabolic equation. )

文件列表:

AdaptiveParabolicSolver
.......................\coarsenGrid.m,14802,2007-07-09
.......................\commonGrid.m,58375,2007-07-10
.......................\demo.m,169,2008-07-27
.......................\doc
.......................\...\SpaceTimeAdaptiveAlgorithmForLinearParabolicProblems.pdf,3631284,2007-07-24
.......................\etaSpatial.m,48557,2007-07-13
.......................\etaTemporal.m,12977,2007-07-10
.......................\examples
.......................\........\GroundWaterPollution
.......................\........\....................\coordinates.dat,174,2007-05-25
.......................\........\....................\dirichlet.dat,81,2007-05-25
.......................\........\....................\elements.dat,198,2007-06-02
.......................\........\....................\neumann.dat,36,2007-05-25
.......................\........\....................\PollutionDriver.m,3768,2008-07-27
.......................\........\HeatEquation
.......................\........\............\coordinates.dat,233,2007-06-07
.......................\........\............\dirichlet.dat,99,2007-06-07
.......................\........\............\elements.dat,279,2007-06-07
.......................\........\............\HeatEquationDriver.m,3656,2008-07-27
.......................\........\............\neumann.dat,44,2007-06-07
.......................\........\Model1
.......................\........\......\coordinates.dat,173,2007-05-31
.......................\........\......\dirichlet.dat,54,2007-05-31
.......................\........\......\elements.dat,197,2007-06-05
.......................\........\......\Model1Driver.m,3582,2007-07-10
.......................\........\......\neumann.dat,86,2007-05-31
.......................\........\Model2
.......................\........\......\coordinates.dat,87,2007-05-07
.......................\........\......\dirichlet.dat,34,2007-05-07
.......................\........\......\elements.dat,94,2007-06-06
.......................\........\......\Model2Driver.m,4331,2007-07-10
.......................\........\......\neumann.dat,55,2007-05-07
.......................\options.m,13373,2007-07-13
.......................\parabolicSolver.m,36720,2007-07-10
.......................\refineGrid.m,18449,2007-07-09
.......................\solveP.m,24837,2007-07-12
.......................\tools
.......................\.....\colors.dat,199,2007-07-11
.......................\.....\saveGrid.m,11718,2007-07-10
.......................\.....\show.m,1394,2007-05-29
.......................\.....\tricontour.m,1457,2007-05-29

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

发表评论

0 个回复

  • Alamouti
    这是一种十分常见的简单的MINO阐述的新方法的MATLB代码,基于这种方法可以极大的减少误码率和码间干扰。(This is a Matlab code of a very popular and simple transmit method based on MINO system. By using it, the BER can be greatly redused.)
    2009-05-18 01:32:43下载
    积分:1
  • AR
    说明:  利用AR模型实现功率谱估计的方法,包括直接求解,L-D递推,自相关法和Burg算法。(AR model power spectrum estimation methods, including direct solving LD recursive autocorrelation method and Burg algorithm.)
    2012-04-10 22:07:52下载
    积分:1
  • SIMULATED-ANNEALING-
    这是一个关于商人visit许多城市,怎样走法才能使距离最短的例子,采样的了退火算法的经典案例(Traveling Salesman Problem (TSP) has been an interesting problem for a l me in classical optimization techniques which are based on linear and nonlin ogramming. TSP can be described as follows: Given a numberof cities to v d their distances from all other cities know, an optimal travel route has to und so that each city is visited one and only once with the least possible dista aveled. This is a simple problem with handful of cities but becomes complica the number increases.)
    2013-12-15 03:26:30下载
    积分:1
  • numerical_analysis_homework
    (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的微分方程一般可以化为状态空间(STATE SPACE)的低阶微分方程来求解.从微分方程的性态看来,主要是微分方程式一阶导系数大的时候,步长应该选得响应的小些.或者如果问题的性态不是太好估计的话,用较小的步长是比较好的,此外的话Adams多步法在小步长的时候效率比R-K(RUNGE-KUTTA)方法要好些,而精度也高些,但是稳定区间要小些.从初值和边值来看,也是显著的不同的.此外对于非线性常微分方程还有打靶法,胞映射方法等.而对于微分方程稳定性的研究,则诸如相平面图等也是不可缺少的工具.值得提出的是,除了用ode系类函数外,用simulink等等模块图来求解微分方程也是一种非常不错的方法,甚至是更有优势的方法(在应用的角度来说).((Source code) numerical analysis homework, this docment includes two parts, the first is ordinary differential equations (ODE) of the three examples, the second part is about the expansion of the discussion, including the higher-order ordinary differential & boundary value solution Problems (BVP). the text of the algorithm and numerical examples are based on the Matlab. ODE from the rigid (STIFFNESS) look into the issue of non-rigid and rigid problem, rigid problems (such as large coefficient VDP equation) such as using the always method ODE45 used to solve the problems , efficiency will be low, with ODE15S the other hand, many of the high efficiency. and the usual problem of non-rigid, there will be used to solve ODE45 very good results. Judging from the order can be for high-order differential equations and first-order ordinary differential equations, higher-order differential equations can be transformed into a general state space (STATE SPACE) used to solve the low-order different)
    2009-03-16 09:06:09下载
    积分:1
  • 3.Root-MUSIC-MATLAB
    二维求根MUSIC算法是改进的一种MUSIC算法,对于面阵的二维DOA估计的编程者有重要用途。(Dimensional root finding MUSIC algorithm improved MUSIC algorithm, programming for the two-dimensional plane array DOA estimation purposes.)
    2013-01-16 10:40:16下载
    积分:1
  • Bjarne_Stroustrup_A_Cpluszplusz_programozasi_nyel
    A c++ magyar nyelvű leírása
    2014-12-10 07:47:59下载
    积分:1
  • Matlab
    是用Matlab求得自相关函数的源代码,对刚接触自相关互相关方面的同学有很大帮助!(Is the autocorrelation function obtained using Matlab source code for the new to the inter-related aspects of the autocorrelation of great help to the students!)
    2011-11-23 17:17:31下载
    积分:1
  • adaptiveDLLs
    show that the non-coherent DLLs outperform the coherent DLLs in terms of demodulator losses caused by unresolvable multipath components.
    2013-02-10 23:42:37下载
    积分:1
  • bimaterial_thermal
    FE solver for bimaterial thermal 1D process
    2012-08-30 10:57:06下载
    积分:1
  • 9bus
    with or without modification, are permitted provided that the following conditions are met
    2014-12-26 02:49:09下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载