Matlab
求解偏微分的代码虚拟元素方法
此存储库包含以下代码的
Python
翻译:
它使用最低阶虚拟元素方法解决了一个玩具问题,即广义多边形网格上的二维泊松方程。
用法
$
python3
vem.py
--help
usage:
vem.py
[-h]
[-d
D]
[-o
O]
[--save_plot]
[--title
TITLE]
i
This
script
solves
2-D
Poisson
Equation
on
general
polygonal
meshes
using
Virtual
Element
Method
of
the
lowest
order.
positional
arguments:
i
Path
to
input
mesh
optional
arguments:
-h,
--help
show
this
help
message
and
exit
-d
D
Specifies
the
shape
of
the
2D
domain.
Possible
values
are:
-
s:
Square
Domain
-
l:
L-Shaped
Do
2021-09-13 20:31:02
905KB
系统开源
1