Recent Releases of fealpy

fealpy - FEALPy 3.4.0 Release

Feat

  • variantmethod 可以通过 in (contains)查看一个键是否已经定义;
  • 添加了更多 Helmholtz equation 的例子;
  • 更新了 Elliptic equation 相关算例和计算模型;
  • add a mesher to create one element of metalenses with periodic boundary conditions(pbc) and perfectly matched layer(pml)
  • 添加 Hu-Zhang 元相关的算例和计算模型;
  • 在 CSM 模块中添加了 弹塑性问题 模型;
  • Implement SPR and angle-based gradient recovery methods; add two adaptive examples for validation.
  • ...

Fix

  • GroupIntegrator (组合积分子)在没有接受积分范围时,将不再把该参数传给子积分子;
  • 修复了 uniform mesh 1d 的 error 函数在获取剖分细度 h 时的类型问题;
  • ...

What's Changed

  • Libz adjust uniformmesh1d by @bz529 in https://github.com/weihuayi/fealpy/pull/1714
  • Draft/bella [fix]: Fix some bugs in the import. by @BellaLq in https://github.com/weihuayi/fealpy/pull/1731
  • [feat]: add stationary ns 2d3d example ,model, pdemodel and different method; [fix] :viscout_work intergrator ; [refactor]: fealpy/cfd by @WPengXiang in https://github.com/weihuayi/fealpy/pull/1758
  • WIP(mesher):fix chip_mesher by @jzhongmath in https://github.com/weihuayi/fealpy/pull/1832

Full Changelog: https://github.com/weihuayi/fealpy/compare/v3.3.2...v3.4.0

- Python
Published by AlbertZyy 6 months ago

fealpy - FEALPy 3.3.2 Release

Updates

  • (functionspace) fix the boundaryinterpolate in lagrangefe_space.py
  • (model) add boxpolydata 3D
  • (fem) add assemblysparsematrix for BlockForm
  • (mesh) users now can specify loggers for mesh type
  • Refactored some examples
  • (mmesh) add moving mesh method

What's Changed

  • Develop by @WPengXiang in https://github.com/weihuayi/fealpy/pull/1687
  • feat(integrator): add a new nolinear integrator called ScalarNonlinearMassAndDiffusionIntegrator to handle a specific problem. by @concha-k-chen in https://github.com/weihuayi/fealpy/pull/1689
  • feat:block form sparse_matrix put together by @WPengXiang in https://github.com/weihuayi/fealpy/pull/1691
  • update HuZhang 3d by @tiantian0347 in https://github.com/weihuayi/fealpy/pull/1696

Full Changelog: https://github.com/weihuayi/fealpy/compare/v3.3.1...v3.3.2

- Python
Published by AlbertZyy 8 months ago

fealpy - FEALPy 3.3.1 Release

Updates

  • Add bm as alias for backend_manager: from fealpy.backend import bm.
  • Some mesh topology relationships now can return as sparse format.
  • Add from_tetrahedron_mesh for HexahedronMesh.
  • Add a base class for computational models.
  • Fix mesh.error not being able to calculate gradient error.
  • Fix an import error in cem module.
  • Fix the incorrect arg name in common/Tools.py.
  • Fix the duplicated entry for BoundaryFaceSource and NeumannBC.
  • Fix the nested FE Function in boundary_interpolation.

Full Changelog: https://github.com/weihuayi/fealpy/compare/v3.3.0...v3.3.1

- Python
Published by AlbertZyy 9 months ago

fealpy - FEALPy v3.3.0

What's Changed

  • [Feat] Add the 'ViZiRPlotter' class for plotter(Algorithm) by @Wangwenbinmath in https://github.com/weihuayi/fealpy/pull/1590
  • add the huzhang element space and a example for linear elastic by @cbtxs in https://github.com/weihuayi/fealpy/pull/1593
  • feat(opt): Add three objective optimization by @BenHBLiu in https://github.com/weihuayi/fealpy/pull/1595
  • feat(ml): Add new features to the Helmholtz PDE by @chenchunmei-daphne in https://github.com/weihuayi/fealpy/pull/1596
  • Some minor modifications to the IMS app and code refactoring for the purpose of contributing to the workshop manual's demonstration examples. by @ChaosTHL in https://github.com/weihuayi/fealpy/pull/1597
  • feat(solver):add directsolvermanger by @Hukai0 in https://github.com/weihuayi/fealpy/pull/1598
  • [Refactor] Multi objective optimization runs through the Torch backend by @BenHBLiu in https://github.com/weihuayi/fealpy/pull/1629
  • fix(bug): Fix the device mismatch and in-place operation issues in UniformMesh3d, as well as the bug in the tocupydata function in direct.py by @brighthe in https://github.com/weihuayi/fealpy/pull/1630
  • [Feat, Fix] CFD and related content modification by @WPengXiang in https://github.com/weihuayi/fealpy/pull/1633
  • fix(mesh): switch the parameter extent in mesh to saclar. by @brighthe in https://github.com/weihuayi/fealpy/pull/1634
  • Feat(function): unify the interfaces for two-dimensional and three-dimensional Nedelec, Rt, and BDM, and modify the corresponding examples. by @july-liuzhi in https://github.com/weihuayi/fealpy/pull/1636
  • fix(solver):fix the bug of directsolvermanger and amg_core by @Hukai0 in https://github.com/weihuayi/fealpy/pull/1638
  • [Feat] DE algorithm adds mutation method by @BenHBLiu in https://github.com/weihuayi/fealpy/pull/1639
  • [Feat] 几何模块文件导入导出功能 by @concha-k-chen in https://github.com/weihuayi/fealpy/pull/1646
  • [Feat, Fix] Add speye function for sparse and fix csr_matrix bug (Sparse) by @Awww-nanguasu in https://github.com/weihuayi/fealpy/pull/1651
  • feat(fdm): Merge the contents of the fdm branch into the develop branch. by @chenchunmei-daphne in https://github.com/weihuayi/fealpy/pull/1657
  • feat(solver):add bicg and bicgstab and iterativesolvermanger by @Hukai0 in https://github.com/weihuayi/fealpy/pull/1658
  • [Feat] add DEPSO algorithm by @BenHBLiu in https://github.com/weihuayi/fealpy/pull/1659
  • feat(TetrahedronMesh and TriangleMesh): add the from_medit function to read .mesh type data file by @wangdong19 in https://github.com/weihuayi/fealpy/pull/1660
  • [feat]new method netwon ossen and some problem ; [fix]: coasren data doesnt match ;[fix]:fluidboundaryfriction Integrator by @WPengXiang in https://github.com/weihuayi/fealpy/pull/1662
  • [Feat] Add electromagnetics FDTD simulation method and test for cem module. by @cyf9898 in https://github.com/weihuayi/fealpy/pull/1664
  • [fix] pressorkintegrator import problem; [fix]cahnhiliaerd equation api by @WPengXiang in https://github.com/weihuayi/fealpy/pull/1665
  • [Fix] Add the cart esian decoration to each PDE model (Model) by @zhr-edwin in https://github.com/weihuayi/fealpy/pull/1666
  • Some minor fixes by @scaomath in https://github.com/weihuayi/fealpy/pull/1669

New Contributors

  • @scaomath made their first contribution in https://github.com/weihuayi/fealpy/pull/1669

Full Changelog: https://github.com/weihuayi/fealpy/compare/v3.2.0...v3.3.0

- Python
Published by AlbertZyy 9 months ago

fealpy - FEALPy v3.2.0

New Features

  • Computational Model
  • Computational Graph

What's Changed

  • chore(deps): bump nokogiri from 1.18.3 to 1.18.4 in /docs by @dependabot in https://github.com/weihuayi/fealpy/pull/1555
  • feat(fix): add 'device' parameters when creating tensors in TensorSpace and StructureMesh to support CUDA. by @brighthe in https://github.com/weihuayi/fealpy/pull/1574
  • [Refactor] Relative path import module by @BenHBLiu in https://github.com/weihuayi/fealpy/pull/1572
  • [Feat] Add the interface poisson lfem model and example. by @Awww-nanguasu in https://github.com/weihuayi/fealpy/pull/1576
  • feat(solver):improve AMG by @Hukai0 in https://github.com/weihuayi/fealpy/pull/1578
  • [Feat] Add the interpolation method for the raviartthomasfespace2d by @Liujiawangmath in https://github.com/weihuayi/fealpy/pull/1579
  • fix(space and mesh): remove the for loop related to boundary handling in tensorspace and modify the 'tovtk' function in the uniformmesh3d to support GPU. by @brighthe in https://github.com/weihuayi/fealpy/pull/1580
  • [fix] intergrator relate with cfd;[fix]modify mesh refine interpolate;[fix] levelset moudle by @WPengXiang in https://github.com/weihuayi/fealpy/pull/1581
  • fix(functionspace): modify 'boundaryinterpolate' to support different bd_dofs. by @brighthe in https://github.com/weihuayi/fealpy/pull/1583
  • Redesign of cfd module by @WPengXiang in https://github.com/weihuayi/fealpy/pull/1584
  • chore(deps): bump nokogiri from 1.18.4 to 1.18.8 in /docs by @dependabot in https://github.com/weihuayi/fealpy/pull/1586
  • [Fix] Allow accepting any tensor class object by @BenHBLiu in https://github.com/weihuayi/fealpy/pull/1587
  • fix(bug): fix cgimpl_ in cg.py to support batch solving. by @brighthe in https://github.com/weihuayi/fealpy/pull/1588
  • [Feat] Multi-Objective Optimization by @BenHBLiu in https://github.com/weihuayi/fealpy/pull/1589

Full Changelog: https://github.com/weihuayi/fealpy/compare/v3.1.2...v3.2.0

- Python
Published by AlbertZyy 10 months ago

fealpy - FEALPy v3.1.2

What's Changed

  • [Refactor] change the parameters input way by @BenHBLiu in https://github.com/weihuayi/fealpy/pull/1541
  • [Feat] Add 'firstfundamentalform' in StructedMesh; modify LinearSymbolicIntegration to support linear element symbolic integration; improved LinearElasticIntegrator to support various assembly method; correct the error in utils.py, add test for the linear ealstic assemble method by @brighthe in https://github.com/weihuayi/fealpy/pull/1532
  • feat(cem,function):add PML module for electromagnetic calculation by @july-liuzhi in https://github.com/weihuayi/fealpy/pull/1542
  • feat[fem]: Add a parallel finite element model by @july-liuzhi in https://github.com/weihuayi/fealpy/pull/1546
  • [Feat] Modify LinearElasticIntegrator to improve the efficiency of symbolic integration by @brighthe in https://github.com/weihuayi/fealpy/pull/1547
  • [Feat] Add GradientDescent,PLBGS,PNLCG module(Algorithm),add from_vtu function in TriangleMesh and TetrahedronMesh; by @wangdong19 in https://github.com/weihuayi/fealpy/pull/1544
  • [Feat] Add levelset module (Algorithm) ;[Feat] Add levelset example by @WPengXiang in https://github.com/weihuayi/fealpy/pull/1548
  • Fix:1.add new kernel functions.2.add functions required for injection molding simulation.3.add initialization of injection molding simulation. by @pengmiaoying in https://github.com/weihuayi/fealpy/pull/1553
  • [fix] pytoch cant run on gpu by @WPengXiang in https://github.com/weihuayi/fealpy/pull/1558
  • fix(backend): add 'removedevice' and temporarily remove the 'device' to ensure the JAX code. fix(fem): change slice assignment to 'bm.setat'. fix(sparse): change slice assignment to 'bm.setat'. fix(sparse): resolve conflict issue of simultaneously modfying 'coo_tensor.py'. by @brighthe in https://github.com/weihuayi/fealpy/pull/1556
  • feat(fix): replace 'bm.transpose' to bm.'permutedims' and '.astype' to 'bm.astype' in uniformmesh_3d. by @brighthe in https://github.com/weihuayi/fealpy/pull/1563
  • [Feat] Geometry module develop and test. by @concha-k-chen in https://github.com/weihuayi/fealpy/pull/1564
  • modify levelsetlfemmodelname ;add linear system function ;devide … by @WPengXiang in https://github.com/weihuayi/fealpy/pull/1565
  • fix(solver):fix returninfo by @Hukai0 in https://github.com/weihuayi/fealpy/pull/1568
  • [Feat] Add UniformMesh1d and test by @cyf9898 in https://github.com/weihuayi/fealpy/pull/1570

Full Changelog: https://github.com/weihuayi/fealpy/compare/v3.1.1...v3.1.2

- Python
Published by AlbertZyy 11 months ago

fealpy - FEALPy v3.1.1

v3.1.1 updates

  • [Feat] Add prolongation matrix and solvers (Mesh, Solver)
  • [Test] Add solver tests and examples (FEM, Solver) by @Hukai0 in https://github.com/weihuayi/fealpy/pull/1534
  • [Feat] Add isoparaassembly for scalarconvectionintegrator, generatelocallagrangeedges for lagrangequadranglemesh by @Wangwenbinmath in https://github.com/weihuayi/fealpy/pull/1536
  • [Fix] The PDE module will not be installed as the init file is missing.

Full Changelog: https://github.com/weihuayi/fealpy/compare/v3.1.0...v3.1.1

v3.1.0 updates

  • [Feat] lagrangetriangelemesh、parametriclagrangefespace、scalarsourceintegrator 中 isoparaassembly 函数 by @BellaLq in https://github.com/weihuayi/fealpy/pull/1523
  • [Feat] Update SPH Algorithm support (backend, CFD module and node_mesh). by @pengmiaoying in https://github.com/weihuayi/fealpy/pull/1528
  • [Refactor] refactor path planning \ classify algorithms by @BenHBLiu in https://github.com/weihuayi/fealpy/pull/1530

- Python
Published by AlbertZyy 12 months ago

fealpy - FEALPy v3.1.0

What's Changed

  • update lgarangetrianglemesh 中的一些符号 by @BellaLq in https://github.com/weihuayi/fealpy/pull/1426
  • 优化修改 by @JinghongZhang0707 in https://github.com/weihuayi/fealpy/pull/1424
  • 线弹性积分子中统一传入空间的接口 by @brighthe in https://github.com/weihuayi/fealpy/pull/1425
  • 线弹性积分子 by @tiantian0347 in https://github.com/weihuayi/fealpy/pull/1427
  • update moving mesh method by @Wangwenbinmath in https://github.com/weihuayi/fealpy/pull/1428
  • Fracturex更新 by @tiantian0347 in https://github.com/weihuayi/fealpy/pull/1430
  • 整理线弹性积分子中的组装方法 by @brighthe in https://github.com/weihuayi/fealpy/pull/1433
  • update moving lagrangletriangle mesh by @Wangwenbinmath in https://github.com/weihuayi/fealpy/pull/1436
  • update 隐式曲线区域的高阶三角形网格生成 by @BellaLq in https://github.com/weihuayi/fealpy/pull/1437
  • 更新热力耦合程序 by @Liujiawangmath in https://github.com/weihuayi/fealpy/pull/1439
  • gearx: 修复相关bug by @concha-k-chen in https://github.com/weihuayi/fealpy/pull/1444
  • 完善 SOPTX 程序 by @brighthe in https://github.com/weihuayi/fealpy/pull/1445
  • 外齿轮齿面内法向计算 by @concha-k-chen in https://github.com/weihuayi/fealpy/pull/1449
  • 更新 SOPTX by @brighthe in https://github.com/weihuayi/fealpy/pull/1448
  • halfedge by @gaotingyi in https://github.com/weihuayi/fealpy/pull/1452
  • 更新 SOPTX 程序 by @brighthe in https://github.com/weihuayi/fealpy/pull/1453
  • update svads3d and add the vem model by @cbtxs in https://github.com/weihuayi/fealpy/pull/1457
  • gearx:内齿圈环区域网格修正 by @concha-k-chen in https://github.com/weihuayi/fealpy/pull/1454
  • 完善 SOPTX by @brighthe in https://github.com/weihuayi/fealpy/pull/1455
  • Develop update massintegrator isoparaassambly,paralagrangefe_space ctype='D' by @BellaLq in https://github.com/weihuayi/fealpy/pull/1462
  • update moving mesh method by @Wangwenbinmath in https://github.com/weihuayi/fealpy/pull/1463
  • 更新 SOPTX by @brighthe in https://github.com/weihuayi/fealpy/pull/1464
  • update Nedelec by @july-liuzhi in https://github.com/weihuayi/fealpy/pull/1467
  • 更新 SOPTX by @brighthe in https://github.com/weihuayi/fealpy/pull/1472
  • Gamg&网格限制、插值矩阵 by @Mihe0904 in https://github.com/weihuayi/fealpy/pull/1475
  • Develop soptx by @brighthe in https://github.com/weihuayi/fealpy/pull/1476
  • by @Mihe0904 in https://github.com/weihuayi/fealpy/pull/1477
  • 线弹性积分子、Dirichlet 边界条件 by @brighthe in https://github.com/weihuayi/fealpy/pull/1480
  • 攻坚战前的开发 by @brighthe in https://github.com/weihuayi/fealpy/pull/1481
  • gear: 齿轮均匀化与参数修正 by @concha-k-chen in https://github.com/weihuayi/fealpy/pull/1482
  • Develop:添加show_angle功能 by @wangdong19 in https://github.com/weihuayi/fealpy/pull/1495
  • 加入gmsh接口 by @Areal-z in https://github.com/weihuayi/fealpy/pull/1496
  • "Sparse Update" by @Awww-nanguasu in https://github.com/weihuayi/fealpy/pull/1499
  • "Update Sparse" by @Awww-nanguasu in https://github.com/weihuayi/fealpy/pull/1505
  • 光滑元 by @gaotingyi in https://github.com/weihuayi/fealpy/pull/1506
  • Add four methods:node2node,node2edge,node2cell,node2face by @Areal-z in https://github.com/weihuayi/fealpy/pull/1507
  • Bump nokogiri from 1.16.5 to 1.18.3 in /docs by @dependabot in https://github.com/weihuayi/fealpy/pull/1515
  • [Feat] lagrangetriangelemesh、parametriclagrangefespace、scalarsourceintegrator 中 isoparaassembly 函数 by @BellaLq in https://github.com/weihuayi/fealpy/pull/1523
  • [Feat] Update SPH Algorithm support (backend, CFD module and node_mesh). by @pengmiaoying in https://github.com/weihuayi/fealpy/pull/1528
  • [Refactor] refactor path planning \ classify algorithms by @BenHBLiu in https://github.com/weihuayi/fealpy/pull/1530

New Contributors

  • @Areal-z made their first contribution in https://github.com/weihuayi/fealpy/pull/1496

Full Changelog: https://github.com/weihuayi/fealpy/compare/v3.0.4...v3.1.0

- Python
Published by AlbertZyy about 1 year ago

fealpy - FEALPy 3.0.4: Cumulative updates

What's Changed

  • Develop by @Liujiawangmath in https://github.com/weihuayi/fealpy/pull/1394
  • 更新等效应力计算模块 by @Liujiawangmath in https://github.com/weihuayi/fealpy/pull/1396
  • 四边形网格 J 的轴的顺序,线弹性积分子考虑不同矩阵组装方式 by @brighthe in https://github.com/weihuayi/fealpy/pull/1397
  • update by @concha-k-chen in https://github.com/weihuayi/fealpy/pull/1398
  • Update CSR_Tensor by @cyf9898 in https://github.com/weihuayi/fealpy/pull/1395
  • inp 文件导出兼容四面体网格 by @concha-k-chen in https://github.com/weihuayi/fealpy/pull/1400
  • 精益项目代码 by @brighthe in https://github.com/weihuayi/fealpy/pull/1399
  • 修改 uniformmesh2d 中 Jacobian 矩阵的错误 by @brighthe in https://github.com/weihuayi/fealpy/pull/1401
  • Develop by @WPengXiang in https://github.com/weihuayi/fealpy/pull/1402
  • Jacobian 矩阵修改 by @brighthe in https://github.com/weihuayi/fealpy/pull/1403
  • Develop by @WPengXiang in https://github.com/weihuayi/fealpy/pull/1404
  • dirichlet_bc 中添加了传入形状的参数,elastic_material 中添加了 B-bar 修正的应变位移矩阵 by @brighthe in https://github.com/weihuayi/fealpy/pull/1405
  • 内罚有限元空间测试 by @tiantian0347 in https://github.com/weihuayi/fealpy/pull/1406
  • 精益项目 by @brighthe in https://github.com/weihuayi/fealpy/pull/1407
  • 精益项目 by @brighthe in https://github.com/weihuayi/fealpy/pull/1408
  • 完善 SOptx 中的程序 by @brighthe in https://github.com/weihuayi/fealpy/pull/1409
  • update lquad mesh by @BellaLq in https://github.com/weihuayi/fealpy/pull/1410
  • update lquad mesh by @BellaLq in https://github.com/weihuayi/fealpy/pull/1411
  • add lagrange quadrangle mesh and lagrange space on this mesh by @cbtxs in https://github.com/weihuayi/fealpy/pull/1412
  • 线弹性积分子 by @brighthe in https://github.com/weihuayi/fealpy/pull/1413
  • 内罚有限元空间测试 by @tiantian0347 in https://github.com/weihuayi/fealpy/pull/1414
  • 精益项目测试 by @brighthe in https://github.com/weihuayi/fealpy/pull/1415
  • update lmesh by @BellaLq in https://github.com/weihuayi/fealpy/pull/1416
  • fixed the bug in svads3 and added the function to handle the video processing by @cbtxs in https://github.com/weihuayi/fealpy/pull/1421
  • 优化更新 by @JinghongZhang0707 in https://github.com/weihuayi/fealpy/pull/1422
  • fixed a small bug in svads3d by @cbtxs in https://github.com/weihuayi/fealpy/pull/1423
  • update by @pengmiaoying in https://github.com/weihuayi/fealpy/pull/1417
  • Develop by @WPengXiang in https://github.com/weihuayi/fealpy/pull/1418
  • 清楚线弹性积分子中不需要的方法 by @brighthe in https://github.com/weihuayi/fealpy/pull/1420
  • update by @pengmiaoying in https://github.com/weihuayi/fealpy/pull/1419

New Contributors

  • @cyf9898 made their first contribution in https://github.com/weihuayi/fealpy/pull/1395

Full Changelog: https://github.com/weihuayi/fealpy/compare/v3.0.2...v3.0.4

- Python
Published by AlbertZyy about 1 year ago

fealpy - FEALPy 3.0.3: Cumulative updates

What's Changed

  • Develop by @Liujiawangmath in https://github.com/weihuayi/fealpy/pull/1394
  • 更新等效应力计算模块 by @Liujiawangmath in https://github.com/weihuayi/fealpy/pull/1396
  • 四边形网格 J 的轴的顺序,线弹性积分子考虑不同矩阵组装方式 by @brighthe in https://github.com/weihuayi/fealpy/pull/1397
  • update by @concha-k-chen in https://github.com/weihuayi/fealpy/pull/1398
  • Update CSR_Tensor by @cyf9898 in https://github.com/weihuayi/fealpy/pull/1395
  • inp 文件导出兼容四面体网格 by @concha-k-chen in https://github.com/weihuayi/fealpy/pull/1400
  • 精益项目代码 by @brighthe in https://github.com/weihuayi/fealpy/pull/1399
  • 修改 uniformmesh2d 中 Jacobian 矩阵的错误 by @brighthe in https://github.com/weihuayi/fealpy/pull/1401
  • Develop by @WPengXiang in https://github.com/weihuayi/fealpy/pull/1402
  • Jacobian 矩阵修改 by @brighthe in https://github.com/weihuayi/fealpy/pull/1403
  • Develop by @WPengXiang in https://github.com/weihuayi/fealpy/pull/1404
  • dirichlet_bc 中添加了传入形状的参数,elastic_material 中添加了 B-bar 修正的应变位移矩阵 by @brighthe in https://github.com/weihuayi/fealpy/pull/1405
  • 内罚有限元空间测试 by @tiantian0347 in https://github.com/weihuayi/fealpy/pull/1406
  • 精益项目 by @brighthe in https://github.com/weihuayi/fealpy/pull/1407
  • 精益项目 by @brighthe in https://github.com/weihuayi/fealpy/pull/1408
  • 完善 SOptx 中的程序 by @brighthe in https://github.com/weihuayi/fealpy/pull/1409
  • update lquad mesh by @BellaLq in https://github.com/weihuayi/fealpy/pull/1410
  • update lquad mesh by @BellaLq in https://github.com/weihuayi/fealpy/pull/1411
  • add lagrange quadrangle mesh and lagrange space on this mesh by @cbtxs in https://github.com/weihuayi/fealpy/pull/1412
  • 线弹性积分子 by @brighthe in https://github.com/weihuayi/fealpy/pull/1413
  • 内罚有限元空间测试 by @tiantian0347 in https://github.com/weihuayi/fealpy/pull/1414
  • 精益项目测试 by @brighthe in https://github.com/weihuayi/fealpy/pull/1415
  • update lmesh by @BellaLq in https://github.com/weihuayi/fealpy/pull/1416
  • fixed the bug in svads3 and added the function to handle the video processing by @cbtxs in https://github.com/weihuayi/fealpy/pull/1421
  • 优化更新 by @JinghongZhang0707 in https://github.com/weihuayi/fealpy/pull/1422
  • fixed a small bug in svads3d by @cbtxs in https://github.com/weihuayi/fealpy/pull/1423
  • update by @pengmiaoying in https://github.com/weihuayi/fealpy/pull/1417
  • Develop by @WPengXiang in https://github.com/weihuayi/fealpy/pull/1418
  • 清楚线弹性积分子中不需要的方法 by @brighthe in https://github.com/weihuayi/fealpy/pull/1420
  • update by @pengmiaoying in https://github.com/weihuayi/fealpy/pull/1419

New Contributors

  • @cyf9898 made their first contribution in https://github.com/weihuayi/fealpy/pull/1395

Full Changelog: https://github.com/weihuayi/fealpy/compare/v3.0.2...v3.0.3

- Python
Published by AlbertZyy about 1 year ago

fealpy - FEALPy 3.0.2: Support for multiple tensor computing backends

- Python
Published by AlbertZyy over 1 year ago

fealpy - v1.1.20

  1. fix some bugs
  2. add more examples

- Python
Published by weihuayi over 4 years ago

fealpy - v1.1.15

  1. clear many DeprecationWarning
  2. add argparse to more examples

- Python
Published by weihuayi over 4 years ago

fealpy - v1.1.11

  1. 更新线性网格和Lagrange网格变量命名,保证与命名标准的一致性
  2. 增加更多的测试代码

- Python
Published by weihuayi almost 5 years ago

fealpy - Fix bug release

  • fixed some bug in Mesh2d and Mesh3d
  • add new tests in tests directory

- Python
Published by weihuayi almost 5 years ago

fealpy - v1.1.7

  • Fixed some bugs

- Python
Published by weihuayi almost 5 years ago

fealpy - fixed bug

fixed bug

- Python
Published by weihuayi almost 5 years ago

fealpy - v1.1.5

this is v1.1.5

- Python
Published by weihuayi almost 5 years ago

fealpy - The first release for fealpy.

Here is first release for test.

- Python
Published by weihuayi almost 5 years ago