diff options
author | Tim Suhling <tim@suhling.com> | 2024-07-19 15:12:35 +0200 |
---|---|---|
committer | Tim Suhling <tim@suhling.com> | 2024-07-19 15:12:35 +0200 |
commit | c02bb4ac9df63c3bed3a0771e02e0f6900e3074d (patch) | |
tree | 763abf36441a1518fd5a825824df9c9b2bf329f9 /test/harmonic.inp | |
parent | 1c0aee1f87f9f35da422f51601e3baffda071d19 (diff) | |
parent | cf5c404add0c69d25effbc8e6cc10545918ca4b8 (diff) |
Merge branch 'master' into plot
Diffstat (limited to 'test/harmonic.inp')
-rw-r--r-- | test/harmonic.inp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/harmonic.inp b/test/harmonic.inp new file mode 100644 index 0000000..43d9451 --- /dev/null +++ b/test/harmonic.inp @@ -0,0 +1,8 @@ +4.0 # Mass +-5.0 5.0 1999 # xMin xMax nPoint +1 5 # first and last eigenvalue to include in the output +polynomial # interpolation type +3 # # nr. of interpolation points and xy declarations +-1.0 0.5 +0.0 0.0 +1.0 0.5 |