Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4d-star/libmesac
C bindings for MESA microphysics libraries
https://github.com/4d-star/libmesac
astrophysics mesa
Last synced: 1 day ago
JSON representation
C bindings for MESA microphysics libraries
- Host: GitHub
- URL: https://github.com/4d-star/libmesac
- Owner: 4D-STAR
- Created: 2024-08-21T15:28:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-01T14:43:34.000Z (4 months ago)
- Last Synced: 2024-11-23T10:14:42.301Z (2 months ago)
- Topics: astrophysics, mesa
- Language: Fortran
- Homepage:
- Size: 6.64 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libmesac
C bindings for MESA microphysics(++) libraries. These should allow many (but not all)
MESA subroutines to be called from C.# Compiling
```bash
./mk
```
During installation the currently written tests should also run.# Prerequisites
- MESA SDK
- MESA (must be compiled/built)
- cmake
- gfortran
- gcc# Current Status
Currently the opacity module has a working interface and I am working on the eos module.