{"id":20500579,"url":"https://github.com/juliaapproximation/gridarrays.jl","last_synced_at":"2026-04-07T09:01:59.285Z","repository":{"id":46617910,"uuid":"184303490","full_name":"JuliaApproximation/GridArrays.jl","owner":"JuliaApproximation","description":"GridArrays associates an array of grid points with a domain","archived":false,"fork":false,"pushed_at":"2025-01-29T14:44:33.000Z","size":242,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-21T12:46:31.923Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JuliaApproximation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2019-04-30T17:23:45.000Z","updated_at":"2024-10-11T09:54:32.000Z","dependencies_parsed_at":"2024-11-15T18:22:48.156Z","dependency_job_id":"12447679-6b27-441a-872c-429e4f730dce","html_url":"https://github.com/JuliaApproximation/GridArrays.jl","commit_stats":{"total_commits":79,"total_committers":6,"mean_commits":"13.166666666666666","dds":0.6075949367088608,"last_synced_commit":"1c61b4cccfa35ebd36535605c7673cf01702d023"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaApproximation%2FGridArrays.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaApproximation%2FGridArrays.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaApproximation%2FGridArrays.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaApproximation%2FGridArrays.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaApproximation","download_url":"https://codeload.github.com/JuliaApproximation/GridArrays.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242092285,"owners_count":20070493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-15T18:21:42.991Z","updated_at":"2026-04-07T09:01:59.252Z","avatar_url":"https://github.com/JuliaApproximation.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GridArrays.jl\n\n| **Documentation** | **Build Status** | **Coverage** |\n|-------------------|------------------|--------------|\n| [![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaApproximation.github.io/GridArrays.jl/stable) [![Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaApproximation.github.io/GridArrays.jl/dev) | [![Build Status](https://github.com/JuliaApproximation/GridArrays.jl/workflows/CI/badge.svg)](https://github.com/JuliaApproximation/GridArrays.jl/actions/workflows/ci.yml) | [![Coverage](https://codecov.io/gh/JuliaApproximation/GridArrays.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaApproximation/GridArrays.jl) |\n\nGridArrays defines a collection of basic grids that act as an array. These\narrays are also associated with a domain as defined by [DomainSets.jl](https://github.com/JuliaApproximation/DomainSets.jl).\n\nThe package defines the roots of the classical orthogonal polynomials as arrays,\nincluding `ChebyshevTNodes`, `ChebyshevUNodes`, `LegendreNodes` and others.\n\n```julia\njulia\u003e using GridArrays\n\njulia\u003e g1 = EquispacedGrid(5, 0, 1)\n5-element EquispacedGrid{Float64}:\n 0.0\n 0.25\n 0.5\n 0.75\n 1.0\n\njulia\u003e covering(g1)\n0.0..1.0\n\njulia\u003e g2 = MidpointEquispacedGrid(5, 0..1)\n5-element MidpointEquispacedGrid{Float64}:\n 0.1\n 0.30000000000000004\n 0.5\n 0.7000000000000001\n 0.9\n\njulia\u003e g3 = ChebyshevNodes(4)\n4-element ChebyshevTNodes{Float64}:\n -0.9238795325112867\n -0.38268343236508984\n  0.3826834323650897\n  0.9238795325112867\n\njulia\u003e covering(g3)\n-1.0..1.0 (Chebyshev)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaapproximation%2Fgridarrays.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliaapproximation%2Fgridarrays.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaapproximation%2Fgridarrays.jl/lists"}