weihuayi / fealpy

Finite Element Analysis Library in Python
Other
286 stars 123 forks source link

experimental/mesh/polygon_mesh及其配套程序 #1118

Closed wangdong19 closed 2 months ago

wangdong19 commented 2 months ago
  1. 编写polygon_mesh以及其测试test_polygon_mesh&polygon_mesh_data
  2. 添加 experimental/quadrature/gauss_lobatto.py
  3. 修改了experimental/backend/jax_backend.py 以及experimental/backend/mesh/mesh_data_structure.py中的一些小bug
  4. 修改了fealpy/mesh/polygon_mesh中的一些小bug
  5. 在fealpy/mesh/triangle_mesh.py中添加了换边以及插点程序