From c0c8831c00699ee8d8339fa1f03f598814f525f8 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Mon, 19 Aug 2024 15:37:32 +0900 Subject: [PATCH 1/2] Add scikit-gmsh --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a30508c..c3d2157 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,10 @@ Contributions _very welcome_ but first see [Contributing](CONTRIBUTING.md). - [sunkit-pyvista](https://github.com/sunpy/sunkit-pyvista) - 3D visualisation of solar physics data with pyvista. +## Finite Elements + +- [scikit-gmsh](https://github.com/pyvista/scikit-gmsh) - Scikit for Gmsh to generate 3D finite element mesh. + ## Geometry - [pyminiply](https://github.com/pyvista/pyminiply) - Wrapper over the excellent and fast miniply to read PLY files. From 05055e26bd4c3d90156d875f2ae34dfdc2046dae Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 06:39:13 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3d2157..ca3b039 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Contributions _very welcome_ but first see [Contributing](CONTRIBUTING.md). - [Official](#official) - [Astronomy](#astronomy) +- [Finite Elements](#finite-elements) - [Geometry](#geometry) - [Open Geoscience](#open-geoscience) - [pointcloud](#pointcloud)