Skip to content
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

custom photon fields / SOPHIA update #220

Open
wants to merge 1,387 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1387 commits
Select commit Hold shift + click to select a range
2fe7c14
Implemented proper python iterators in SWIG for ModuleList and Partic…
adundovi Dec 12, 2017
7ceb96e
Python2 iterator fix in SWIG; simplify and reorganize SWIG file
adundovi Dec 12, 2017
fadc850
Changed web path of the data file
adundovi Dec 14, 2017
8056af5
Added option to disable data file download
TobiasWinchen Dec 15, 2017
e7e5f9e
Fixed bug in test of Sc-44 decay
TobiasWinchen Dec 15, 2017
4e62fa6
The textfiles for the new propagation module PropagationBP were created.
GilbertWilbert Oct 31, 2017
2908329
First version of the PropagationBP module without adaptive step size.
GilbertWilbert Nov 2, 2017
4a37c30
First version of the PropagationBP module without adaptive step size.
GilbertWilbert Nov 2, 2017
3ed1482
PropagationBP::process : The parameter passing of candidate was chang…
GilbertWilbert Nov 3, 2017
15ac581
Changes in the step size. This version without adaptive step size see…
GilbertWilbert Nov 7, 2017
e217740
Correction of an error in the time evaluation.
GilbertWilbert Nov 8, 2017
313388d
Designed a magnetic bottle as a MagneticField. This is just a provisi…
GilbertWilbert Nov 20, 2017
ed16351
Changed the magnetic bottle field to a phyical reasonable field, that…
GilbertWilbert Dec 2, 2017
687867b
ome test magnetic fields were added.
GilbertWilbert Jan 16, 2018
6cf4cb4
Updated ParticleCollector::process() method to accept the smart point…
adundovi Jan 25, 2018
781141a
Added setValue to the grid template
adundovi Jan 26, 2018
aa3d338
Build documentation with make doc, updated doxygen, added mainpage
TobiasWinchen Jan 29, 2018
fef9d1d
improve style
rafaelab Jan 29, 2018
4a0a0b3
fix comment
rafaelab Jan 29, 2018
4303991
style
rafaelab Jan 29, 2018
7ae2634
fix indentation
rafaelab Jan 29, 2018
06e0d5f
fix indentation
rafaelab Jan 29, 2018
faa8d4a
Merge branch 'master' of https://github.com/CRPropa/CRPropa3
rafaelab Jan 29, 2018
9616be3
added groups to doxygen doku
TobiasWinchen Jan 29, 2018
8b1b704
Auto gen doxygen and push via travis
TobiasWinchen Jan 30, 2018
29d6dc0
Fixed doxygen install in travis
TobiasWinchen Jan 30, 2018
171a707
Fixed directory in .travis.yml
TobiasWinchen Jan 30, 2018
abc7b9b
Fixed key permission in travis.yml
TobiasWinchen Jan 30, 2018
b394bb2
Fixed typo and old matrix element from previous test
TobiasWinchen Jan 30, 2018
2300d8e
Fixed git push command in travis
TobiasWinchen Jan 30, 2018
9c68e22
Fixed git push command
TobiasWinchen Jan 30, 2018
66dad1c
Use after_suces instead of deploy in travis.yml for deploydoxgen
TobiasWinchen Jan 30, 2018
9dd3bb8
Travis: Fixed typo, only push documentation in one task in matrix
TobiasWinchen Jan 30, 2018
637afe9
Travis: fix conditional
TobiasWinchen Jan 30, 2018
1a08242
Travis: Disable conditional
TobiasWinchen Jan 30, 2018
1bd1af1
Travis: Fixed git push command
TobiasWinchen Jan 30, 2018
77b1238
Travis, force push
TobiasWinchen Jan 30, 2018
7c217f8
Doxygen: Use mathjax to display dokumentation
TobiasWinchen Jan 30, 2018
27024e3
Added HDf5 to Doxygen
TobiasWinchen Jan 30, 2018
fff640c
Doxygen: Updated groups
TobiasWinchen Jan 30, 2018
7e23e7e
Doxygen: Allow old style multiline cpp as brief
TobiasWinchen Jan 30, 2018
37fe58f
Added missing class dokumentations
TobiasWinchen Jan 31, 2018
3f63ea8
Install also KISS logger
TobiasWinchen Jan 31, 2018
16a3d74
Doxygen: Fixed link to version
TobiasWinchen Jan 31, 2018
7928715
Remove ROOT Output, now in separate plugin. Closes #142
TobiasWinchen Jan 31, 2018
7f9da35
Make random failing test less likely to fail
TobiasWinchen Jan 31, 2018
d065a9d
Make HDF5 Structure visible in doxygen
TobiasWinchen Jan 31, 2018
29a68d2
Doxygen; -> Building Blocks
TobiasWinchen Jan 31, 2018
0a326a3
Propagate signal up to caller after interception
TobiasWinchen Jan 31, 2018
b8265bb
Revert HDF5 Output dataset name; add type as attribute to dataset
TobiasWinchen Jan 31, 2018
6a6ef2f
CRPropa can be imported without data files
adundovi Feb 1, 2018
dd020b7
Typo in previous commit. Fixed #166
adundovi Feb 1, 2018
f72e556
CRPropa2 support dropped everywhere, including CRPropa2Output. Closed…
adundovi Feb 1, 2018
d203bad
Added the official web site in README.md
adundovi Feb 1, 2018
785a888
Doh! Removed CRPropa2Output from CRPropa.h
adundovi Feb 1, 2018
edeb6a2
Allow or parallelization of less than 1000 candidates.
lukasmerten Feb 1, 2018
2b32b6a
Add macro definition for OMP schedule variables
lukasmerten Feb 1, 2018
951ed37
Allow for on runtime change of schedule type
lukasmerten Feb 1, 2018
8268c5b
Fixed execution of ModuleListe xecution with Source for new signal ha…
TobiasWinchen Feb 2, 2018
15baa4b
Fixed missing critical section in ModuleList
TobiasWinchen Feb 2, 2018
116a7ec
Resolved segfault in OMP
adundovi Feb 4, 2018
9457781
Merge branch 'OMP' of https://github.com/lukasmerten/CRPropa3 into lu…
adundovi Feb 4, 2018
f34b206
Merge branch 'lukasmerten-OMP'
adundovi Feb 4, 2018
f2e9e3a
put OMP_SCHEDULE in a #define macro
adundovi Feb 4, 2018
f5a02d5
The OMP_SCHEDULE option moved to CMake config, <c++11 compatibility f…
adundovi Feb 6, 2018
b2a0f2e
fix bug #172
rafaelab Feb 6, 2018
8861314
remove obsolete DeflectionCK alias
rafaelab Feb 7, 2018
01f1c27
Merge branch 'master' of https://github.com/CRPropa/CRPropa3 into Boris
GilbertWilbert Feb 26, 2018
2d083cc
Just doc strings and code prettifyng
adundovi Feb 27, 2018
954145b
Fixed unit in comment
TobiasWinchen Feb 27, 2018
2477e23
Correctly flush HDf5 file, added manual control to force flush after …
TobiasWinchen Feb 28, 2018
990ee6d
Add length and energy scale to hdf output
TobiasWinchen Feb 28, 2018
727357e
Added interface to HepPID particle names to python wrapper
TobiasWinchen Feb 28, 2018
ac3d6a2
Updated README
TobiasWinchen Mar 8, 2018
69e520c
Added missing hepid.i
TobiasWinchen Mar 8, 2018
fe3e207
Bugfix in ParticleCollector::getTrajectory
adundovi Mar 13, 2018
94b9a9c
Correction in the dipol field
adundovi Mar 14, 2018
024d69f
Fixed wrong implemented model due to different phi convention in PT11…
Mar 17, 2018
f457e8b
ParticleCollector: a (possible) fix for #181
adundovi Mar 19, 2018
1ab7a1f
Merge branch 'master' of github.com:CRPropa/CRPropa3
adundovi Mar 22, 2018
7ccfe5c
Updates on 1D photon output. Added 'gzip' functionality. Added one li…
avvliet Apr 4, 2018
17414e0
Fixed tabs and spaces.
avvliet Apr 4, 2018
be94557
Merge pull request #184 from CRPropa/1DPhotonOutputUpdates
adundovi Apr 7, 2018
d75ff23
Added new source geometry: SourceUniformHollowSphere with a test
adundovi Apr 12, 2018
613a2f5
Fix whitespace
TobiasWinchen Apr 3, 2018
c36e960
DINT: Force RedshiftDown to use more accurate method. Closes: #174
TobiasWinchen Apr 16, 2018
7b06aca
Added the module 'PropagationBP_step', which is the same as the Modul…
GilbertWilbert Apr 20, 2018
62f436c
ParticleCollector: a (possible) fix for #181
adundovi Mar 19, 2018
c210275
Updates on 1D photon output. Added 'gzip' functionality. Added one li…
avvliet Apr 4, 2018
32ef7b5
Fixed tabs and spaces.
avvliet Apr 4, 2018
143d446
Added new source geometry: SourceUniformHollowSphere with a test
adundovi Apr 12, 2018
daacf22
Fix whitespace
TobiasWinchen Apr 3, 2018
5ffa7a7
DINT: Force RedshiftDown to use more accurate method. Closes: #174
TobiasWinchen Apr 16, 2018
5950e2b
Fix another bug in PT11 implementation that only affects the BSS fiel…
Apr 19, 2018
50b89f9
Merge branch 'master' of github.com:CRPropa/CRPropa3
Apr 23, 2018
7740060
Added Geometry system with Plane, Sphere, and Box
TobiasWinchen May 4, 2018
01e6e8e
Add description to Geometry
TobiasWinchen May 7, 2018
c494f5c
Added ObserverFeature using Geometry, deprecate Large/Small Sphere
TobiasWinchen May 7, 2018
bb286f5
Added module RestrictToRegion
TobiasWinchen May 7, 2018
c4e9a38
Added comment
TobiasWinchen May 11, 2018
6236b40
Fix rotation of vector around 0 axis
TobiasWinchen May 17, 2018
c6b8a78
Fixed description of ParaialBox and removed general box stump
TobiasWinchen May 18, 2018
aab7f66
Added normal to surface definition
TobiasWinchen May 18, 2018
c8cf6a9
Link plugin with CRPropa and Python, Closes: #189
TobiasWinchen May 18, 2018
eb3ef18
Merge pull request #187 from TobiasWinchen/GeometrySystem
TobiasWinchen Jun 19, 2018
d2447ff
Travis:Disable doc push on pull-request
TobiasWinchen Jun 19, 2018
0b6057c
Travis: Fix if
TobiasWinchen Jun 19, 2018
b651670
Travis: ...
TobiasWinchen Jun 19, 2018
6a5b655
Travis again ...
TobiasWinchen Jun 19, 2018
6a440f1
Add storing+resetting of seed in RNG.
TobiasWinchen Jun 13, 2018
353d4f6
Store Random seeds in HDF5
TobiasWinchen Jun 14, 2018
b2fdb71
Store Random seeds in TextFiles
TobiasWinchen Jun 14, 2018
e132992
Store random seed base64 encoded
TobiasWinchen Jun 19, 2018
77b1c47
Report random seed on crashes due to unknown nucleus id in error stream
TobiasWinchen Jun 19, 2018
530d995
Use uint32_t as data type in Random generator instead of uint32 typed…
TobiasWinchen Jun 19, 2018
aca1b9d
Initialize random seed array C++98 compatible
TobiasWinchen Jun 19, 2018
db42c6b
eV was not defined in correct units; however this does not change res…
adundovi Jun 24, 2018
434c61c
haveElectrons flag was being treated as havePhotons
rafaelab Aug 16, 2018
4f47f0b
separate electrons and photons production
rafaelab Aug 16, 2018
ad48732
separate electrons and photons production
rafaelab Aug 16, 2018
5f27db4
Added .mailmap to merge contributor mails and names
TobiasWinchen Sep 7, 2018
14df0ef
Bug fix that caused the wrong parent particle at point of creation to…
avvliet Oct 4, 2018
03a69d5
Added some conveniance units
TobiasWinchen Sep 21, 2018
f12c9a4
Added contribution guidelines
TobiasWinchen Oct 13, 2018
ea848e6
Minor language fix on CONTRIBUTING.md
avvliet Oct 15, 2018
91210b8
Minor language change to CONTRIBUTING.md
avvliet Oct 15, 2018
66d9843
Merge pull request #194 from TobiasWinchen/Stor_random_seed
TobiasWinchen Oct 16, 2018
8384e7c
Add a modified JF12 Galactic magnetic field according to Kleimann et …
TimoSchorlepp Sep 21, 2018
becc197
Add deactivateOuterTransition() function to disable the spiral transi…
TimoSchorlepp Oct 12, 2018
3849f7c
Restructure code such that JF12FieldSolenoidal now inherits most meth…
TimoSchorlepp Oct 15, 2018
5aafa13
Add comments and doxygen entries, rename methods and variables for co…
TimoSchorlepp Oct 17, 2018
cb4c54c
Fixed some whitespace
TobiasWinchen Oct 18, 2018
aabffd2
Merge branch 'TimoSchorlepp-master'
TobiasWinchen Oct 18, 2018
1b4e145
Fail if textfile cannot be created
TobiasWinchen Oct 18, 2018
5205f40
Fail if hdf5 file cannot be created
TobiasWinchen Oct 18, 2018
623e35f
Use matrix feature
TobiasWinchen Oct 18, 2018
651a5a0
Added osx to matrix
TobiasWinchen Oct 18, 2018
9dd426c
Force x86_64 bit on apple.
TobiasWinchen Oct 18, 2018
ff9e5bd
Verbose build
TobiasWinchen Oct 18, 2018
cae9472
Use travis apt addon
TobiasWinchen Oct 18, 2018
957def9
Fix improt of header and double declaraton of alphabet in base64
TobiasWinchen Oct 18, 2018
5134034
Removed include guards from implementation
TobiasWinchen Oct 18, 2018
de8dd86
Base64 as class in crpropa namespace
TobiasWinchen Oct 18, 2018
a8daa7a
Implement Random seed storage routines outside of constraining ifdef …
TobiasWinchen Oct 18, 2018
f5d0732
Travis: Cache downloaded data file
TobiasWinchen Oct 18, 2018
bb0708c
Note usage of data from cache in travis log
TobiasWinchen Oct 18, 2018
fbb073c
Travis: change cache directory
TobiasWinchen Oct 19, 2018
564dc39
Travis: Do not break on ci failure for osx
TobiasWinchen Oct 19, 2018
5ba3980
Travis: Reduce verbosity of make. [ci skip]
TobiasWinchen Oct 19, 2018
9242fea
Updated googletest version
TobiasWinchen Oct 19, 2018
d2ea565
Added missing file for gtest
TobiasWinchen Oct 19, 2018
047d210
Added missign gtest files
TobiasWinchen Oct 19, 2018
3531186
Added test to nail down failures in osx travis build
TobiasWinchen Oct 19, 2018
2744e78
Remvoe fixed size of int array in HepPID
TobiasWinchen Oct 19, 2018
dde2a3e
Travis: do not try to push doc on private repos
TobiasWinchen Oct 19, 2018
362cff0
Added test for HepPID::charge
TobiasWinchen Oct 19, 2018
2438833
Init particle state variables in cosntructor
TobiasWinchen Oct 19, 2018
62b4620
Added missing variable name in particleState::setId header
TobiasWinchen Oct 19, 2018
5fc1900
Travis: Fix CRPropa data path and additional output for OSX builds
TobiasWinchen Oct 19, 2018
a53d6a7
Travis: enable build fail for osx
TobiasWinchen Oct 19, 2018
70f86cc
Add deprecation warning to PhotonOutput1D
TobiasWinchen Oct 19, 2018
26567b1
Update candidate creation state on PhotoDisintegration. Closes: #204
TobiasWinchen Oct 19, 2018
4a9b466
Travis: Restrict build and deploy of documentation to single runner
TobiasWinchen Oct 19, 2018
4614793
initial commit for massdistribution
Oct 23, 2018
dff9580
bugfix. Change folder name massdistribution
Oct 26, 2018
491ae60
Bug Fix: Azimuthal component of ArchimedeanSpiral
lukasmerten Nov 5, 2018
5be5c2b
remove massdistribution Pohl, preparation for pull request
Nov 6, 2018
4055b59
changes directory name, more consistens in Units, remove double loadi…
Nov 8, 2018
a274782
Added pow_integer template as replacement for pow(..., 2) etc.
TobiasWinchen Nov 9, 2018
d77c020
remove whitespace, move deklaretion, use unit deg, rename test, use c…
Nov 9, 2018
af70a77
Added PhotonOutput1D option to regular output and adjusted DINT and E…
avvliet Nov 9, 2018
32cc130
Check for matplotlib version 2.0.0+
TobiasWinchen Nov 9, 2018
92f4903
Fix writing of seed number as int instead of unsigned long in HDF5
TobiasWinchen Nov 9, 2018
8ad3eff
Fix trailing whitespace in checkNumpy
TobiasWinchen Nov 9, 2018
6bdbfc9
Merge branch 'master' of https://github.com/CRPropa/CRPropa3 into Int…
avvliet Nov 20, 2018
a7fec25
Removed PhotonOutput1D option from regular output.
avvliet Nov 22, 2018
5711b72
Small change in the text of PhotonOutput1D deprecation warning.
avvliet Nov 22, 2018
531f61c
Both output from PhotonOutput1D and from the new output can now be re…
avvliet Nov 23, 2018
c2357b4
Merge branch 'massdistribution' of https://github.com/JulienDoerner/C…
TobiasWinchen Nov 28, 2018
330f42e
add doxygen comments, put CustomDensity to examples
Nov 30, 2018
e037581
Fix usage of alt operators
TobiasWinchen Dec 4, 2018
b0348d1
Added missing include
TobiasWinchen Dec 4, 2018
b6cd692
Merge branch 'massdistribution' of https://github.com/JulienDoerner/C…
TobiasWinchen Dec 6, 2018
a504dc3
Some fixes of code appearance
TobiasWinchen Dec 6, 2018
539bd12
Use pow_integer in mass dsitribution for performance
TobiasWinchen Dec 6, 2018
66fd3b1
Disabled output in tests
TobiasWinchen Dec 6, 2018
d69ac51
Merge branch 'JulienDoerner-massdistribution'
TobiasWinchen Dec 6, 2018
4670cb3
changed grid spacing to Vector3d, add Test
Dec 7, 2018
c31829e
update documentation for TestVectorSpacing
Dec 7, 2018
82c5323
Merge pull request #215 from JulienDoerner/Spacing
TobiasWinchen Dec 18, 2018
871649f
Merge pull request #211 from CRPropa/IntegratedPhotonOutput
TobiasWinchen Dec 18, 2018
f911d7d
Ammended code style
TobiasWinchen Jan 7, 2019
14d21c8
Replace log(1+x)/exp(x)-1 with log1p(x)/expm1(x) to avoid loss of pre…
TobiasWinchen Jan 7, 2019
5b7ef26
Removed unused variable
TobiasWinchen Jan 7, 2019
8d30f19
Use pow_integer in cosmology
TobiasWinchen Jan 7, 2019
4c33674
Remove unused variable
TobiasWinchen Jan 7, 2019
a42907f
Reduce scope of variable
TobiasWinchen Jan 7, 2019
2b4d7a9
Reduce scope of variables
TobiasWinchen Jan 7, 2019
d2141b2
Fix serialization of model matrix
TobiasWinchen Jan 7, 2019
8d53d66
Avoid unnecssary assignment
TobiasWinchen Jan 7, 2019
a69fa56
Removed unnecessary branching
TobiasWinchen Jan 7, 2019
d036e86
Reduce scope of variable
TobiasWinchen Jan 7, 2019
3606df7
Some markdown format fixes
TobiasWinchen Jan 7, 2019
f906c5c
Amended coding style
TobiasWinchen Jan 7, 2019
2e09ddf
Added Boris push to current branch
reichherzerp Feb 5, 2019
1dc4cdd
Merged the relevant files from GilbertWilbert for the Boris push into…
reichherzerp Feb 5, 2019
db065f2
delete additional magnetic fields which were only implemented to test…
reichherzerp Feb 5, 2019
0410b8d
Modified the Boris push code to match the programming style of CRProp…
reichherzerp Feb 5, 2019
0ee0c0e
Add relevant tests for Boris push propagation, including tests for pr…
reichherzerp Feb 5, 2019
caf4b1f
extended test for protons in Boris push.
reichherzerp Feb 5, 2019
10a62da
Neutral particles can be propagated correctly now with the Propagatio…
reichherzerp Feb 5, 2019
361f71a
Optimized process function of Poris push for charged particles. Only …
reichherzerp Feb 5, 2019
20f2378
Test for the Boris push in a parallel background magnetic field, wher…
reichherzerp Feb 5, 2019
6a02b3f
Implementation of the adaptive Boris push in analogy to the adaptive …
reichherzerp Feb 6, 2019
2565ebc
Added Tests for the adaptive Boris push. Works as expected!
reichherzerp Feb 6, 2019
972e960
Renamed functions so that their purpose can be immediately seen.
reichherzerp Feb 6, 2019
ea72a91
Optimized while loop in adaptive Boris push. Calculate new step lengh…
reichherzerp Feb 7, 2019
8376bfd
Combined the adaptive Boris push with the Boris push algorithm with a…
reichherzerp Feb 7, 2019
5c4cad4
Bug Fix in errorEstimation: Changed 1/4 to 1/4. to get the correct va…
reichherzerp Feb 7, 2019
0477cae
Finalize get and set functions for the adaptive Boris push.
reichherzerp Feb 7, 2019
108b35d
Added tests for the constructior and for the thrown exceptions.
reichherzerp Feb 7, 2019
2fe3e58
Combined the two seperate modules of the Boris push into one module P…
reichherzerp Feb 7, 2019
12391ff
Overloaded the constructor of PropagationBP, so that both the adaptiv…
reichherzerp Feb 8, 2019
acaaee1
Test the default and overloaded constructor of the new Boris push mod…
reichherzerp Feb 8, 2019
1dabb59
Added test for the description of PropagationBP.
reichherzerp Feb 10, 2019
9f2940e
Test if step size is reduced correctly in the adaptive algorithm.
reichherzerp Feb 10, 2019
eeee14f
Comment all functions in PropagationBP and explain their parameters.
reichherzerp Feb 10, 2019
df89b7c
Update .mailmap
carmeloevoli Feb 10, 2019
1f79980
Test if the step size is increased and redused correctly according to r.
reichherzerp Feb 10, 2019
f9fb3bc
Update .mailmap
adundovi Feb 12, 2019
979aa08
Improved comments and naming based on commit commits.
reichherzerp Feb 14, 2019
50116fd
Removed the test where the discription of PropagationBP is tested bec…
reichherzerp Feb 14, 2019
3a8d5b6
Merge branch 'borisPush' of https://github.com/reichherzerp/CRPropa3 …
TobiasWinchen Feb 14, 2019
189b427
Fixed some whitespace
TobiasWinchen Feb 14, 2019
ff928b1
Amended coding style
TobiasWinchen Jan 7, 2019
e5de0d4
Merge branch 'reichherzerp-borisPush'
TobiasWinchen Feb 14, 2019
7cd452f
Doxygen: Enable dot; Closes: #221
TobiasWinchen Feb 14, 2019
00eebd1
Updated .mailmap
TobiasWinchen Feb 14, 2019
bd39f84
[skip ci] Updated .mailmap
TobiasWinchen Feb 15, 2019
afc9991
implement custom photon fields
MHoerbe Feb 18, 2019
1352f94
update SOPHIA
MHoerbe Feb 18, 2019
fb065ae
implement custom photon fields
MHoerbe Feb 18, 2019
9fba837
add photon field test
MHoerbe Feb 18, 2019
c48c402
add photon field test
MHoerbe Feb 18, 2019
8e96faf
change access of class data arrays
MHoerbe Feb 18, 2019
8310e35
solve conflict with master
MHoerbe Feb 18, 2019
d3c75b3
temporarily change download link to CRPropa-data fork for updated ver…
MHoerbe Feb 20, 2019
708c9ac
add path to CHECKSUM file in fork of CRPropa-data repository
MHoerbe Feb 20, 2019
dd6a814
add URB_Protheroe96 to photon field tests
MHoerbe Feb 21, 2019
1b6d657
- implement code reviews
MHoerbe Feb 22, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.*
!.travis.yml

*~

doc/*
build/*
data/*
data-tools/*
data.tar.gz
CMakeCache.txt

CMakeFiles/
bin/
install/
lib/
share/

cmake/CMakeCache.txt
cmake/CMakeFiles/

*.png
*.pyc
13 changes: 0 additions & 13 deletions .hgignore

This file was deleted.

34 changes: 34 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Use git shortlog -sne to verify that all mails are mapped correctly
David Walz <[email protected]>
Gero Müller <[email protected]>
Gero Müller <[email protected]> <[email protected]>
Tobias Winchen <[email protected]> <[email protected]>
Tobias Winchen <[email protected]> Tobias Winchen <devnull@localhost>
Tobias Winchen <[email protected]> <[email protected]>
Andrej Dundović <[email protected]>
Andrej Dundović <[email protected]> <[email protected]>
Andrej Dundović <[email protected]> <[email protected]>
Andrej Dundović <[email protected]> <[email protected]>
Andrej Dundović <[email protected]> <[email protected]>
Lukas Merten <[email protected]>
Christopher Heiter <[email protected]> <[email protected]>
Rafael Alves Batista <[email protected]>
Rafael Alves Batista <[email protected]> <[email protected]>
Rafael Alves Batista <[email protected]> <[email protected]>
Rafael Alves Batista <[email protected]> <[email protected]>
Daniel Kuempel <[email protected]>
Daniel Kuempel <[email protected]> <[email protected]>
Daniel Kuempel <[email protected]> <[email protected]>
Arjen van Vliet <[email protected]>
Arjen van Vliet <[email protected]> <[email protected]>
Arjen van Vliet <[email protected]> <[email protected]>
Carmelo Evoli <[email protected]>
Carmelo Evoli <[email protected]> <[email protected]>
Carmelo Evoli <[email protected]> <[email protected]>
Carmelo Evoli <[email protected]> <[email protected]>
Carmelo Evoli <[email protected]> <[email protected]>
Carmelo Evoli <[email protected]> <[email protected]>
Carmelo Evoli <[email protected]> <[email protected]>
Marcus Wirtz <[email protected]>
Bjoern Eichmann <[email protected]>
Martin Urban <[email protected]>
99 changes: 99 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
language: cpp
addons:
apt:
packages:
- swig
- gfortran
- libfftw3-dev
- libcfitsio3-dev
- libmuparser-dev
- python-dev
- python-numpy
- python-setuptools
- python3-setuptools
- python3-dev
- cmake
- libhdf5-serial-dev
- python-matplotlib
- python3-matplotlib
- python-scipy
- python3-scipy
- libiomp5
- libiomp-dev
- doxygen
- graphviz
cache:
directories:
- $HOME/crpropa_cache
matrix:
include:
- os : linux
dist: trusty
compiler: gcc
env:
- PYTHON_EXECUTABLE=/usr/bin/python3
- BUILD_DOC=true
- os : linux
dist: trusty
compiler: clang
env:
- PYTHON_EXECUTABLE=/usr/bin/python2
- LD_LIBRARY_PATH=/usr/local/clang/lib:$LD_LIBRARY_PATH
- os : linux
dist: trusty
compiler: gcc
env: PYTHON_EXECUTABLE=/usr/bin/python2
- os : linux
dist: trusty
compiler: clang
env:
- PYTHON_EXECUTABLE=/usr/bin/python2
- LD_LIBRARY_PATH=/usr/local/clang/lib:$LD_LIBRARY_PATH
- os : osx
compiler: clang
env:
- CXX_COMPILER='clang++'
- C_COMPILER='clang++'
- Fortran_COMPILER='gfortran'
- PYTHON_EXECUTABLE=/usr/bin/python
- CRPROPA_DATA_PATH=$TRAVIS_BUILD_DIR/build/data/

before_install:
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
HOMEBREW_NO_AUTO_UPDATE=1 brew install swig;
HOMEBREW_NO_AUTO_UPDATE=1 brew install gcc || true;
HOMEBREW_NO_AUTO_UPDATE=1 brew link --overwrite gcc;
fi;

before_script:
- mkdir build
- cd build
- |
DATAFILE=$HOME/crpropa_cache/data.tar.gz
if [ -f $DATAFILE ]; then
echo "Using data file from cache!"
cp $DATAFILE .
fi
- cmake .. -DENABLE_PYTHON=True -DPYTHON_EXECUTABLE=$PYTHON_EXECUTABLE -DENABLE_TESTING=On
- cp data.tar.gz $HOME/crpropa_cache
script:
- make
- make test
after_failure:
- cat Testing/Temporary/LastTest.log
after_success:
- |
if [ $BUILD_DOC ] && [ $TRAVIS_BRANCH = "master" ] && [ $TRAVIS_PULL_REQUEST = "false" ] && [ $TRAVIS_REPO_SLUG = "CRPropa/CRPropa3" ]; then
make doc
openssl aes-256-cbc -K $encrypted_0581d1b3cf0a_key -iv $encrypted_0581d1b3cf0a_iv -in ../.travis/travis_deploy.enc -out travis_deploy -d
chmod 600 travis_deploy
eval "$(ssh-agent -s)"
ssh-add travis_deploy
cd html
git init
git checkout -b gh-pages
git add .
git -c user.name='travis' -c user.email='travis' commit -m `echo Build_$TRAVIS_COMMIT`
git push -f --set-upstream [email protected]:CRPropa/CRPropa3.git gh-pages
fi
Binary file added .travis/travis_deploy.enc
Binary file not shown.
12 changes: 12 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
###CRPropa 3 Developers
In chronological order with main contributions, see also [contributor list](https://github.com/CRPropa/CRPropa3/graphs/contributors).

* David Walz -- main developer
* Gero M�ller -- main developer
* Daniel Kuempel -- ROOT output
* Rafael Alves Batista -- SAGA interface
* Tobias Winchen -- Galactic lensing, DINT & EleCa integration
* Andrej Dundovic -- ParticleCollector, SWIG and github integration
* Marcus Wirtz -- PT11 GMF
* Christopher Heiter -- EM interactions, EM production channels
* Lukas Merten -- Diffusion module & infrastructure
Loading