Skip to content

Commit

Permalink
Removed version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
princemahajan committed Jun 21, 2019
1 parent adbe096 commit 6f3d31c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 17 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# _| _____|___|_| \_| _|


# Version: 0.9
# Author: Bharat Mahajan

cmake_minimum_required(VERSION 3.12)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = FLINT
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.9
PROJECT_NUMBER = 0.9.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
16 changes: 8 additions & 8 deletions media/results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

A. Natural Step-size
Method Time(s) Closing Err Jacobi Err FCalls Accepted Rejected
DOP54 0.367E+01 0.103E-01 0.853E-10 44853 7426 59
DOP853 0.891E+00 0.578E-02 0.698E-10 15819 1071 263
Verner65E 0.242E+01 0.284E-02 0.109E-10 32429 4011 45
Verner98R 0.142E+01 0.209E-02 0.361E-11 15584 792 186
DOP54 0.369E+01 0.103E-01 0.853E-10 44853 7426 59
DOP853 0.844E+00 0.578E-02 0.698E-10 15819 1071 263
Verner65E 0.245E+01 0.284E-02 0.109E-10 32429 4011 45
Verner98R 0.147E+01 0.209E-02 0.361E-11 15584 792 186
X-axis (Y1) and Y-axis (Y2) crossing events
EventID X Y1 Y2 Y3
2 0.399E+00 0.748E+00 0.871E-15 0.000E+00
Expand Down Expand Up @@ -34,10 +34,10 @@
2 0.679E+02 0.751E+00 0.185E-12 0.000E+00
B. Interpolated Grid
Method Time(s) Closing Err Jacobi Err FCalls Accepted Rejected
DOP54 0.636E+01 0.103E-01 0.890E-10 44853 7426 59
DOP853 0.202E+01 0.578E-02 0.106E-09 18960 1071 263
Verner65E 0.577E+01 0.284E-02 0.105E-08 36416 4011 45
Verner98R 0.338E+01 0.209E-02 0.120E-10 19424 792 186
DOP54 0.688E+01 0.103E-01 0.890E-10 44853 7426 59
DOP853 0.214E+01 0.578E-02 0.106E-09 18960 1071 263
Verner65E 0.606E+01 0.284E-02 0.105E-08 36416 4011 45
Verner98R 0.355E+01 0.209E-02 0.120E-10 19424 792 186
X-axis (Y1) and Y-axis (Y2) crossing events
EventID X Y1 Y2 Y3
2 0.399E+00 0.748E+00 0.871E-15 0.000E+00
Expand Down
1 change: 0 additions & 1 deletion src/ButcherTableaus.f90
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
!! http://www.unige.ch/~hairer/prog/nonstiff/dopri5.f
!!
!! \author Bharat Mahajan
!! \version 0.9
!! \date 02/04/2019
!
!#################################################################################################################
Expand Down
1 change: 0 additions & 1 deletion src/ERK.f90
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
!! \details A module for Explicit Runge-Kutta type numerical solvers with dense-output,
!! events detection, and stiffness detection.
!! \author Bharat Mahajan
!! \version 0.9
!! \date 01/25/2019
!
!############################################################################################
Expand Down
1 change: 0 additions & 1 deletion src/ERKInit.f90
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
!! \details It provides implementation for the init, final, and some miscellaneous methods
!! of ERK module.
!! \author Bharat Mahajan
!! \version 0.9
!! \date 01/25/2019
!
!############################################################################################
Expand Down
1 change: 0 additions & 1 deletion src/ERKIntegrate.f90
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
!> \brief ERK Integration Submodule
!! \details It provides the implementation for Integrate method of ERK_class.
!! \author Bharat Mahajan
!! \version 0.9
!! \date 02/06/2019
!
!############################################################################################
Expand Down
1 change: 0 additions & 1 deletion src/ERKInterp.f90
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
!> \brief ERK Interpolation Module
!! \details Provides implementation for the dense output features.
!! \author Bharat Mahajan (bharat.mahajan@nasa.gov).
!! \version 0.9
!! \date 02/04/2019
!
!############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion src/FLINT.f90
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
!! and multiple event-detection support. Currently, it provides four
!! Explicit Runge-Kutta methods: DOP54, DOP853, Verner65E, and Verner98R.
!! \author Bharat Mahajan
!! \version 0.9
!! \version 0.9.1
!! \date 01/25/2019
!! \copyright Copyright 2019 Bharat Mahajan <br><br>
!! This work was performed at Odyssey Space Research LLC, Houston, TX under
Expand Down
1 change: 0 additions & 1 deletion src/tests/test.f90
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
!> \brief TestFLINT1 Main Program
!! \details Main program to run multiple test cases for FLINT.
!! \author Bharat Mahajan
!! \version 0.9
!! \date 01/25/2019
!
!############################################################################################
Expand Down

0 comments on commit 6f3d31c

Please sign in to comment.