Skip to content

Commit 89fb658

Browse files
rboston628@gmail.comrboston628@gmail.com
authored andcommitted
First commit
1 parent 80ccff5 commit 89fb658

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+67983
-31
lines changed

.gitignore

Lines changed: 12 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,14 @@
1-
# Prerequisites
2-
*.d
3-
4-
# Compiled Object files
5-
*.slo
6-
*.lo
1+
.DS_Store
2+
*.aux
3+
*.out
4+
*.toc
5+
*.log
6+
*.out
7+
*.gz
8+
*.log
79
*.o
8-
*.obj
9-
10-
# Precompiled Headers
11-
*.gch
12-
*.pch
13-
14-
# Compiled Dynamic libraries
15-
*.so
16-
*.dylib
17-
*.dll
18-
19-
# Fortran module files
20-
*.mod
21-
*.smod
22-
23-
# Compiled Static libraries
24-
*.lai
25-
*.la
2610
*.a
27-
*.lib
28-
29-
# Executables
30-
*.exe
31-
*.out
32-
*.app
11+
output/*
12+
obj/*
13+
*.tex
14+
testing/*

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
11
# GRPulse
2-
Newtonian and relativistic asteroseismology code for simple models of white dwarf stars.
2+
Newtonian and relativistic asteroseismology code for simple models of white dwarf stars
3+
See documentation for further information
4+
5+
Released under GNU General Public License
6+
=======
7+
8+
## Overview
9+
`GRPulse` is a Newtonian and relativistic asteroseismology code for simple models of white dwarf stars. It is capable of creating the simple models natively, then calculating the normal modes of pulsation in linear theory. Support is also available for stars calculated with the [`MESA` stellar evolution code](http://mesa.sourceforge.net). Released under GNU General Public License, and in compliance with open science principles.
10+
11+
## Documentation
12+
There is extensive [documentation](https://github.com/rboston628/GRPulse/blob/master/documentation/documentation.pdf), explaining in great detail the numerical methods and calculation of the physical properties for each model.
13+
14+
## Citation
15+
This code was written as part of my dissertation research, and several papers are planned.
16+
The first paper, explaining this version of the code, is to be submitted to *Astrophysics Journal*.
17+
18+
If you use this code for your research before official publication, cite tentatively as Boston, Dunlap, and Clemens (2021), or contact me for more complete information.
19+
20+
## Attribution
21+
If you adapt parts of this code into your own asteroseismology code, include attribution to Reece Boston and cite the above paper within a comment in the source code.
22+
23+
![Alsaac Postnewton](https://avatars.githubusercontent.com/u/52183986?s=400&u=7bbbafdd9277acc2c24fc2494f5df2ac2f472767&v=4)

documentation/documentation.pdf

670 KB
Binary file not shown.

0 commit comments

Comments
 (0)