-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logarithmic scale for integration of the spherical diffuse green's function #109
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
c05f483
Use 4 points in splineInterpolation
robertodr 20d3678
Use Runge-Kutta-Fehlberg 7(8) integrator
robertodr e015e3e
Update gems for Danger
robertodr 302a8a7
WIP: The spherical diffuse interface does not yield the expected results
ilfreddy de90ed0
Minor modification to the integration boundaries
ilfreddy 3b84d22
WIP: double logarithmic scale for the resolution of the differential …
ilfreddy cb656a1
Emacs garbage files are now ignored
ilfreddy 75f19f0
Implemented logarithmic interface. Need some help to make sure we can…
ilfreddy 0aaab09
Make OneLayerLog usable
robertodr 342b525
Fixed cut&paste error
ilfreddy 43a5819
WIP: converting Eq.58 of the Sph Diff paper
ilfreddy f1d4034
Bugfix for the Log dielectric profile
ilfreddy 507d45d
Fixed the calculation of a spherical greens function component for th…
ilfreddy f4dc470
Logscale integration now compiles
ilfreddy fbc73c2
WIP: logscale
ilfreddy ed5f457
I'm not supposed to say that but this is a merge commit!
ilfreddy 7158ef5
Merged main branch with new class structure for the Greens functions
ilfreddy 023c30e
R0 is now at 0.1 and not 0.5
ilfreddy d7ee56b
Merge branch 'logscale' into new_sph_int
ilfreddy 8e58b34
one_layer test updated with new logarithmic profile
ilfreddy 0902fe1
Updated reference values for the test on the spherical diffise Greens…
ilfreddy e4ac2f3
Two more tests for diffuse interfaces updated
ilfreddy eb79967
Fix MACOSX_RPATH (again)
arnfinn 2acd32d
Merge remote-tracking branch 'origin/release/1.Y' into logscale
ee44491
Cleanup of purisma test
ilfreddy 111c5be
Merge branch 'logscale' of github.com:ilfreddy/pcmsolver into logscale
ilfreddy 9b00a35
Added comments to the changelog
ilfreddy 557fdf2
rm debug stuff
759feda
Modifications according to Ronaldos comments
880fd49
clang-format on some files
d6fa8c7
fixed some issues
08f99ed
fixed doc for Profile
693e113
Updated bi_operators test references
26a9b90
clang-format
fcdee69
fixed default profile
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,7 @@ | |
|
||
# Autocmake stuff | ||
cmake/lib/*.pyc | ||
|
||
# Emacs backup files | ||
*~ | ||
|
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add/edit the
CHANGELOG.md
for your changes?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this line in the changelog outdated? It seems so. If yes, please remove.