{"id":40394299,"url":"https://github.com/voduchuy/fspcvode_mex","last_synced_at":"2026-01-20T13:01:14.461Z","repository":{"id":48378875,"uuid":"180880897","full_name":"voduchuy/FSPCVODE_MEX","owner":"voduchuy","description":"Matlab interface with Sundials's CVODES library using Mex to solve ODEs of the form dx/dt = A(t)*x.","archived":false,"fork":false,"pushed_at":"2021-07-29T02:53:14.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-10-20T23:42:58.927Z","etag":null,"topics":["cvode","cvodes","linear-systems","matlab","mex"],"latest_commit_sha":null,"homepage":"","language":"C","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/voduchuy.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}},"created_at":"2019-04-11T21:30:32.000Z","updated_at":"2021-07-30T13:31:04.000Z","dependencies_parsed_at":"2022-09-06T05:00:11.751Z","dependency_job_id":null,"html_url":"https://github.com/voduchuy/FSPCVODE_MEX","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/voduchuy/FSPCVODE_MEX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voduchuy%2FFSPCVODE_MEX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voduchuy%2FFSPCVODE_MEX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voduchuy%2FFSPCVODE_MEX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voduchuy%2FFSPCVODE_MEX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voduchuy","download_url":"https://codeload.github.com/voduchuy/FSPCVODE_MEX/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voduchuy%2FFSPCVODE_MEX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28603402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"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":["cvode","cvodes","linear-systems","matlab","mex"],"created_at":"2026-01-20T13:01:13.112Z","updated_at":"2026-01-20T13:01:14.435Z","avatar_url":"https://github.com/voduchuy.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FSPCVODE_MEX\n\nCodes for building Matlab interface with Sundials's CVODES library using Mex. These codes target only initial value problems of the form dx/dt = A(t)*x.\n\nPrerequisites:\n- CMake.\n- Sundials.\n- Matlab.\n\nTo build (using command line):\n- Create an empty subfolder within the FSPCVODE_MEX folder called \"build\". \n- Change directory (via, e.g, cd) to \"build\".\n- Type \"cmake ..\".\n- Type \"make\". The C source files are compiled into shared libraries.\n- Open Matlab, run the script 'BuildMexFiles.m'.\n- The Mex solver is ready to use. For more information, see the comments in \"FspCVodeMex.c\".\n\nAdvanced options:\n1) Build with OpenMP support:\n- The library can optionally use Sundials' OpenMP support (provided that this was enabled for your Sundials build). To enable OpenMP, instead of \"cmake..\", type\n\ncmake -DUSE_OPENMP=ON ..\n\nNote that the only compiler supported by Matlab on MacOS does not support OpenMP. If you are building this library in MacOS, the OpenMP support will always be turned off.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoduchuy%2Ffspcvode_mex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoduchuy%2Ffspcvode_mex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoduchuy%2Ffspcvode_mex/lists"}