-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added testing for the O(4) symmetric potentials. (#144)
* Implemented Dilogarithm/Spencer's funtion and unit tests for it. * Espinosa-Konstandin - Example A * Espinosa-Konstandin - Example B * Correct typo * Fix wrong sign in numerical derivative of analytical solution when d2Vdl < 0 and alpha = 3 (O(4)-symmetric solution) * Fix recursive step that assumed l0 = 0. * Protect against infinite recursion in "BounceActionInt::ExactSolutionLin()" * Espinosa-Konstandin - Example D * Include "gsl_sf_expint" in tests * Espinosa-Konstandin - Example C * Espinosa-Konstandin - Example E * Espinosa-Konstandin - Example 2D * Espinosa-Konstandin - Example 3D * Delete test.txt (#142) * Conan use default profile (#140) * Use conan's default profile is no profile matches * Check if default profile already exists. * Windows support * Force "compiler.cppstd" to gnu17/17 * Add additional c++ version check --------- Co-authored-by: Philipp Basler <[email protected]> Co-authored-by: Philipp Basler <[email protected]> * Add GSL to CmakeLists.txt of GenericTests * Add GSL to CMakeLists.txt of utility * Changed "Li2()", instead of sum starting with sum=1e-100 and k = 1, it starts at sum = x and k = 2. * Impose threshold instead of relying on numerical precision errors for checks. * Update minor version --------- Co-authored-by: Philipp Basler <[email protected]> Co-authored-by: Philipp Basler <[email protected]>
- Loading branch information
1 parent
558aa79
commit d1d5687
Showing
9 changed files
with
1,766 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.