Adaptive mesh refinement function for time-dependent problems?

5 ビュー (過去 30 日間)
Jarrod Schiffbauer
Jarrod Schiffbauer 2020 年 2 月 11 日
コメント済み: Jarrod Schiffbauer 2020 年 2 月 12 日
Hi, I'm trying to solve a set of coupled non-linear (time-dep) PDEs in 2D using PDE toolbox and would like to use adaptive mesh refinement. I've found a legacy function for adaptive meshing with stationary PDEs, but could not see if the method could be applied to time-dependent problems and not sure about the compatibility of the legacy features with newer versions. Any guidance would be greatly appreciated. Thanks in advance.

採用された回答

Ravi Kumar
Ravi Kumar 2020 年 2 月 12 日
Adaptive refinement of time-dependent problem is not currently available in PDE Toolbox.
However, you can do a coarse adaptive simulation by solving multiple problems over period of time with different mesh. Each successive mesh could use initial condition from previous solution with interpolation of IC.
Refer the attached script for an example.
Regards,
Ravi
  1 件のコメント
Jarrod Schiffbauer
Jarrod Schiffbauer 2020 年 2 月 12 日
Thanks! And my beleagured student thanks you also.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGeometry and Mesh についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by