{"id":17671136,"url":"https://github.com/acrlakshman/gradient-augmented-levelset-cuda","last_synced_at":"2026-02-17T19:34:57.438Z","repository":{"id":73492822,"uuid":"169350742","full_name":"acrlakshman/gradient-augmented-levelset-cuda","owner":"acrlakshman","description":"Implementation of Gradient Augmented Levelset method for CPU and GPU","archived":false,"fork":false,"pushed_at":"2020-01-13T04:07:54.000Z","size":789,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-05T23:38:44.040Z","etag":null,"topics":["cfd","cuda","levelset"],"latest_commit_sha":null,"homepage":"https://acrlakshman.github.io/gradient-augmented-levelset-cuda/","language":"C++","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/acrlakshman.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-02-06T03:35:56.000Z","updated_at":"2024-09-03T09:57:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"87bac069-bb86-4613-bcc6-da05763f29ae","html_url":"https://github.com/acrlakshman/gradient-augmented-levelset-cuda","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/acrlakshman/gradient-augmented-levelset-cuda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acrlakshman%2Fgradient-augmented-levelset-cuda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acrlakshman%2Fgradient-augmented-levelset-cuda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acrlakshman%2Fgradient-augmented-levelset-cuda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acrlakshman%2Fgradient-augmented-levelset-cuda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acrlakshman","download_url":"https://codeload.github.com/acrlakshman/gradient-augmented-levelset-cuda/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acrlakshman%2Fgradient-augmented-levelset-cuda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29555431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T18:16:07.221Z","status":"ssl_error","status_checked_at":"2026-02-17T18:16:04.782Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["cfd","cuda","levelset"],"created_at":"2024-10-24T02:43:19.172Z","updated_at":"2026-02-17T19:34:52.429Z","avatar_url":"https://github.com/acrlakshman.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Gradient Augmented Level Set Method - CPU \u0026 CUDA\n[![Build Status](https://travis-ci.org/acrlakshman/gradient-augmented-levelset-cuda.svg?branch=master)](https://travis-ci.org/acrlakshman/gradient-augmented-levelset-cuda)\n[![Coverage Status](https://coveralls.io/repos/github/acrlakshman/gradient-augmented-levelset-cuda/badge.svg)](https://coveralls.io/github/acrlakshman/gradient-augmented-levelset-cuda)\n\n* Implementation of Gradient Augmented Level Set method in both CPU and GPU (using CUDA).\n\n### Build instructions\n\n#### Dependencies\n\n* [CMake]\n* Compiler that supports C++14\n\n```sh\ngit clone https://github.com/acrlakshman/gradient-augmented-levelset-cuda --recursive\ncd gradient-augmented-levelset-cuda\nmkdir -p build \u0026\u0026 cd build\ncmake .. \u0026\u0026 make -j 4\n```\n\n### Additional build options\n\n#### Dependencies\n\n* [Doxygen]\n* [lcov]\n\n```sh\ncmake .. -DBUILD_DOCUMENTATION=ON -DBUILD_COVERAGE=ON\nmake -j 4\n./tests/gals_unit_tests\nlcov --directory . --base-directory ../src --capture --no-external --output-file coverage.info\ngenhtml coverage.info --output-directory ./docs/html/coverage\n```\n\n* Documentation can be found at `./docs/html/index.html`.\n\n### Documentation\n\n* [Documentation]\n* [Coverage]\n\nLicense\n-------\n\nBSD 3-Clause License. Please check the accompanying [LICENSE] file\n\nAcknowledgements\n----------------\n\n* [Ryan Krattiger] for helping with cmake and guidance on the design of a C++ project.\n* [Pradeep Garigipati] for helping with cmake.\n* [John Van Gilder] for helping with coverage tools.\n\n[CMake]:https://github.com/Kitware/CMake\n[Doxygen]:https://github.com/doxygen/doxygen\n[lcov]:https://github.com/linux-test-project/lcov\n[Documentation]:https://acrlakshman.github.io/gradient-augmented-levelset-cuda\n[Coverage]:https://acrlakshman.github.io/gradient-augmented-levelset-cuda/coverage\n[LICENSE]:https://github.com/acrlakshman/gradient_augmented_levelset_cuda/blob/master/LICENSE\n[Pradeep Garigipati]:https://github.com/9prady9\n[Ryan Krattiger]:https://github.com/rjk9w5\n[John Van Gilder]: https://github.com/JohnVanGilder\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facrlakshman%2Fgradient-augmented-levelset-cuda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facrlakshman%2Fgradient-augmented-levelset-cuda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facrlakshman%2Fgradient-augmented-levelset-cuda/lists"}