{"id":22668425,"url":"https://github.com/lanl/shoccs","last_synced_at":"2025-10-10T08:35:25.728Z","repository":{"id":41978052,"uuid":"461026477","full_name":"lanl/shoccs","owner":"lanl","description":"Stable High-Order Cut-Cell Solver","archived":false,"fork":false,"pushed_at":"2023-07-10T19:28:29.000Z","size":705,"stargazers_count":3,"open_issues_count":4,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-10T08:35:17.541Z","etag":null,"topics":["dsl","numerical-methods","pdes","ranges"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lanl.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,"zenodo":null}},"created_at":"2022-02-18T22:39:13.000Z","updated_at":"2023-07-23T10:46:04.000Z","dependencies_parsed_at":"2025-07-28T10:41:01.600Z","dependency_job_id":"798f61e3-c115-4c5a-8801-ed7dd03f642a","html_url":"https://github.com/lanl/shoccs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lanl/shoccs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lanl%2Fshoccs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lanl%2Fshoccs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lanl%2Fshoccs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lanl%2Fshoccs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lanl","download_url":"https://codeload.github.com/lanl/shoccs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lanl%2Fshoccs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003283,"owners_count":26083555,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dsl","numerical-methods","pdes","ranges"],"created_at":"2024-12-09T15:15:07.019Z","updated_at":"2025-10-10T08:35:25.711Z","avatar_url":"https://github.com/lanl.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stable High-Order Cut-Cell Solver (shoccs)\n\nThis cartesian cut-cell solver is the code counterpart for the\nnumerical algorithm given in the [cut cell\npaper](https://doi.org/10.1016/j.jcp.2020.109794).  Currently, the\ndocumentation is woefully incomplete but there are several `.lua`\nexample files demonstrating how one could run the code.\n\nThe code makes heavy use of concepts and\n[range-v3](https://github.com/ericniebler/range-v3) to explore the\npossiblity of a ranges based dsl for numerical software.\n\n# Building\nshoccs depends on [lua](https://www.lua.org),\n[sol2](https://github.com/ThePhD/sol2),\n[Catch2](https://github.com/catchorg/Catch2),\n[range-v3](https://github.com/ericniebler/range-v3),\n[fmt](https://github.com/fmtlib/fmt), [pugixml](https://pugixml.org/),\n[spdlog](https://github.com/gabime/spdlog), and\n[cxxopts](https://github.com/jarro2783/cxxopts).  The libraries can\nall be installed from\n[shoccs-tpl](https://github.com/pbrady/shoccs-tpl).  Assuming all the\nlibraries have been installed in `/some/dir/shoccs-tpl` and the\npresent repository has been cloned into `/other/dir/shoccs`, shoccs can be built using cmake:\n\n```shell\n    $ cd /other/dir/shoccs\n    $ cmake -Bbuild -H. -DSHOCCS_TPL_DIR=/some/dir/shoccs-tpl\n    $ cd build \u0026\u0026 make\n```\nIf enabled, the tests can be run via `ctest`\n\n\n## Misc\nCopyright assertion C20039\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flanl%2Fshoccs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flanl%2Fshoccs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flanl%2Fshoccs/lists"}