{"id":18336787,"url":"https://github.com/seissol/yateto","last_synced_at":"2025-04-06T04:35:56.528Z","repository":{"id":42191071,"uuid":"177813600","full_name":"SeisSol/yateto","owner":"SeisSol","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-11T21:37:51.000Z","size":801,"stargazers_count":6,"open_issues_count":13,"forks_count":5,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-21T17:24:38.523Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SeisSol.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-03-26T15:11:18.000Z","updated_at":"2025-03-10T09:40:10.000Z","dependencies_parsed_at":"2024-04-10T12:44:49.360Z","dependency_job_id":"7bd518ef-19dc-4064-91f9-fd0551fe4166","html_url":"https://github.com/SeisSol/yateto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeisSol%2Fyateto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeisSol%2Fyateto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeisSol%2Fyateto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeisSol%2Fyateto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeisSol","download_url":"https://codeload.github.com/SeisSol/yateto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247435040,"owners_count":20938530,"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-05T20:08:56.453Z","updated_at":"2025-04-06T04:35:51.374Z","avatar_url":"https://github.com/SeisSol.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YATeTo\n\nIt is **Y**et **A**nother **Te**nsor **To**olbox for discontinuous Galerkin methods and other \napplications. You can find much more information about the package \n[here](https://arxiv.org/abs/1903.11521).\n\n## Installation\n```bash\npip install -e .\n```\n\n## Usage\n```python\nfrom yateto import *\n\n...\ndef add(g):\n  N = 8\n  A = Tensor('A', (N, N))\n  B = Tensor('B', (N, N, N))\n  w = Tensor('w', (N,))\n  C = Tensor('C', (N, N))\n  \n  kernel = C['ij'] \u003c= 2.0 * C['ij'] + A['lj'] * B['ikl'] * w['k']\n  g.add(name='kernel', ast=kernel)\n\n# 'd' - double precision; 'hsw' - haswell-like architecture\narch = useArchitectureIdentifiedBy(\"dhsw\")\ngenerator = Generator(arch)\nadd(generator)\ngenerator.generate(output_dir, GeneratorCollection([LIBXSMM(arch), Eigen(arch)]))\n...\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseissol%2Fyateto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseissol%2Fyateto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseissol%2Fyateto/lists"}