aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/extragalactic/clusters/solver.py
Commit message (Expand)AuthorAgeFilesLines
* PEP8 fixAaron LI2018-12-201-2/+2
* clusters/solver: Update buffer_np description and handlingAaron LI2017-10-251-4/+9
* clusters/solver: Remove an empty methodAaron LI2017-10-251-8/+0
* clusters/halo: Improve time step determination a bitAaron LI2017-10-191-1/+1
* clusters/solver.py: Add FokkerPlanckTests with 3 casesAaron LI2017-10-121-9/+158
* clusters/solver.py: significantly improve fix_boundary()Aaron LI2017-10-121-10/+30
* clusters/solver.py: Small tweaksAaron LI2017-10-071-8/+6
* clusters/solver.py: Adjust parameter tc,uc ordersAaron LI2017-10-061-10/+7
* clusters/solver.py: Stop calc. at "tstop" by adding "tstep" parameterAaron LI2017-10-061-12/+19
* clusters/solver.py: Update comments/references/descriptions etc.Aaron LI2017-10-061-25/+31
* Improve logging messagesAaron LI2017-08-011-4/+4
* clusters/solver.py: Use multiple data points to fit the power-lawAaron LI2017-07-251-17/+19
* clusters: Accept 1D numpy array and calculate values for all gamma'sAaron LI2017-07-231-4/+11
* clusters/halo.py: Constrain tau_acc to avoid zero diffusionAaron LI2017-07-231-0/+7
* clusters/solver.py: Improve documents and clean upAaron LI2017-07-221-14/+49
* solver.py: Fix coefficients calculation w.r.t. escape termAaron LI2017-06-251-5/+6
* solver.py: Add example for TDMAsolver()Aaron LI2017-06-251-0/+16
* clusters/solver.py: Split methods bound_w/Wplus/WminusAaron LI2017-06-251-14/+36
* clusters/solver.py: Fix "fix_boundary()" and remove a warningAaron LI2017-06-251-6/+5
* clusters/solver.py: Support escape termAaron LI2017-06-251-5/+12
* solver.py: Avoid possible overflow when w is too largeAaron LI2017-06-011-0/+10
* halo.py: Force a minimal value on acceleration coefficientAaron LI2017-06-011-1/+1
* clusters/solver.py: Extrapolate the x grid to avoid NaN'sAaron LI2017-06-011-5/+15
* clusters/solver.py: Disable a RuntimeWarningAaron LI2017-06-011-2/+4
* Add clusters/solver.py to solve the Fokker-Planck equationAaron LI2017-06-011-0/+276