{"id":37316747,"url":"https://github.com/j4nr0th/rmesh","last_synced_at":"2026-01-16T03:11:23.115Z","repository":{"id":274197371,"uuid":"821827306","full_name":"j4nr0th/rmesh","owner":"j4nr0th","description":"Meshing tool for creating semi-structured 2D meshes.","archived":false,"fork":false,"pushed_at":"2025-06-19T18:48:13.000Z","size":6024,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-19T19:44:41.364Z","etag":null,"topics":["c","meshing","python"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/j4nr0th.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-29T14:47:32.000Z","updated_at":"2025-06-19T18:48:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3dae5cf-3ed4-401a-9cb4-636187467027","html_url":"https://github.com/j4nr0th/rmesh","commit_stats":null,"previous_names":["j4nr0th/rmesh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/j4nr0th/rmesh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j4nr0th%2Frmesh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j4nr0th%2Frmesh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j4nr0th%2Frmesh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j4nr0th%2Frmesh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/j4nr0th","download_url":"https://codeload.github.com/j4nr0th/rmesh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j4nr0th%2Frmesh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28476957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:02:43.018Z","status":"ssl_error","status_checked_at":"2026-01-16T03:01:27.857Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","meshing","python"],"created_at":"2026-01-16T03:11:22.447Z","updated_at":"2026-01-16T03:11:23.107Z","avatar_url":"https://github.com/j4nr0th.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"### RMESH\n`rmesh` is a module which can perform mesh generation for 2D, rectangular, elliptical, semi-structured meshes. It does that by iteratively solving the Laplace equation for the position of the mesh nodes.\n\n## Dependencies\nThe module depends on [numpy](https://numpy.org) for its arrays, which are used to access most of the mesh data.\n\nFor building the actual package there are additional dependencies on [CMake](https://cmake.org/) and [scikit-build-core](https://github.com/scikit-build/scikit-build), which are needed to build the C extension which is used by the module to quickly generate and solve the system of equations.\n\n## Building and Installation\nTo build `rmesh`, [numpy](https://numpy.org), [CMake](https://cmake.org/), [scikit-build-core](https://github.com/scikit-build/scikit-build) are needed. To build and install the Python package follow the following steps:\n\n1. Clone the repository via `git clone \u003crepo\u003e \u003cdir\u003e \u0026\u0026 cd \u003cdir\u003e`\n2. Pull dependencies from git `git submodule init`. This will pull the library used for linear algebra and iterative solver.\n3. Build the package wheel(s) using Python `python -m build \u003coutput-dir\u003e`\n4. Install the package from the wheel with `pip install \u003coutput-dir\u003e/rmesh-*.whl`\n\n## Documentation\n\nBuilt documentation is hosted using Github pages [here](https://j4nr0th.github.io/rmesh/). If you wish to build them yourself, you can do\nso by installing the package with optional dependency `[doc]` (for example, if you are in the source directory, call `pip install .[doc]`).\nFollowing that, you can build the documentation pages by calling `sphinx-build doc \u003cout-dir\u003e`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj4nr0th%2Frmesh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj4nr0th%2Frmesh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj4nr0th%2Frmesh/lists"}