<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ita</author_name>
  <author_url>https://blog.hatena.ne.jp/ita/</author_url>
  <blog_title>ita’s diary</blog_title>
  <blog_url>https://ita.hatenadiary.jp/</blog_url>
  <categories>
    <anon>理系ネタ</anon>
    <anon>J</anon>
  </categories>
  <description>これを数値的に解いてみる。http://d.hatena.ne.jp/ita/20071218/p1 長さLの一次元系があり、両端が時間Tだけずれてつながっている。差分法で単純なオイラー法, f[x] +=dt*dfdt(f[])を考える。 拡散方程式 方程式は。差分だと #define XNUM 1000 #define dt 0.001 #define dx (L/XNUM) double f[XNUM]; f[x] += dt* (2*f[x]-f[x-1]-f[x+1])/(dx*dx);普通はt=0の初期値を設定して時間発展させる。しかし両端の時間がずれていると未来の値が必要になり計…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fita.hatenadiary.jp%2Fentry%2F20071227%2Fp1&quot; title=&quot; タイムトンネルの数値計算 - ita’s diary&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/i/ita/20071229/20071229125140.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-12-27 00:00:00</published>
  <title> タイムトンネルの数値計算</title>
  <type>rich</type>
  <url>https://ita.hatenadiary.jp/entry/20071227/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
