Title

1D-FEM

Author

kaoru

Description

領域の両端で0となる1次元のPoisson方程式を解く有限要素法プログラム

Properties

Public

  • README
  • DIRECTORY
  • DEMO

1次元領域$\Omega =[0,1]$ に定義されたPoisson方程式についてを有限要素法を用いて近似解$u_h$をもとめる。
境界条件は領域両端で0とする。従って $$ -u''=f \qquad \text{ on } \Omega\ u(0)=u(1)=0 $$ ここで$f$は既知関数を表す。
近似解を求めたあと、この境界値問題について一階導関数及び解の事前誤差評価と実際の誤差との比較、収束する様子の観察も行った。

主プログラム"1D_FEM"では上記の境界値問題を数値的に解いている。 誤差の直接比較を行うために必要な任意の既知関数や厳密解を生成するのに役立つ文字式の微分/積分のプログラムを "Integrate_or_differential"にまとめた。

2020/12/17 作成 2020/12/24 更新 作者:和田薫

About the directory

Folders or files beginning with a dot are not displayed by default.

Virtual Machine Setting

Warning!

You are starting the virtual machine as a visitor to current project. As a visitor, you can change files in the booted virtual machine, but the changed files will be aborted when the server is shut down.

(Please login first to start the virtual machine.)

About Machine Type

The machine with type as "n1-standard-1" has 1 CPU Core and 4GB memory. The Google app compute engine provides a detailed guide of the machine type. For more detailed information, please refer to More detail.
If you need a high-spec machine type, please contact the site manager.