Adaptive Algorithm for Linear Parabolic Problems for 2D Polygonal Domain
无许可证
Solves FEM analogue to parabolic equation:
d/dt(u)-div(D(x,t)u) +C*Nabla(u)+R*u= f(x,t) u=u(x,t) scalar fct
u(x,t) = u_d(t) on Dirichlet-edge
D(x,t)*Nabla(u)*n(x) = g(x,t) on Neumann-edge.
1)Data can be space and time dependent.
2)Spatial and temporal grid is refined and coarsened adaptively and indepenently of the user.
3)Data is plugged-in via an easy to adapt driver file.
4)Extensive use of vectorisation methods.
5)Input files: finite element grid(coordinates.dat,elements.dat,dirichlet.dat,neumann.dat); driver file
6)Output file: Solution.mat
7)See doc/SpaceTimeAdaptiveAlgorithmForLinearParabolicProblems.pdf for documentation
8) demo.m for demo; help solveP.m for direct help
引用格式
Philipp Wissgott (2026). Adaptive Algorithm for Linear Parabolic Problems for 2D Polygonal Domain (https://ww2.mathworks.cn/matlabcentral/fileexchange/20868-adaptive-algorithm-for-linear-parabolic-problems-for-2d-polygonal-domain), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!examples/GroundWaterPollution/
examples/HeatEquation/
examples/Model1/
examples/Model2/
tools/
| 版本 | 已发布 | 发行说明 | |
|---|---|---|---|
| 1.0.0.0 | Grammar |
