aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* implement UIUC's speed-up in "evaluation" of spectral solutionrhaas2013-06-11
* Declare all loop variables privateeschnett2012-05-05
* Add output of metadata file TwoPunctures.bbhhinder2011-09-25
* remove compiler warnings (declare functions, rename x1,y1,z1 (because of bess...knarf2011-01-10
* patch from Bernard Kelly:knarf2011-01-10
* remove (leftover) permanent change of the grid functions x y and zknarf2010-06-24
* TwoPunctures: fix bug in d3tensorrhaas2010-05-25
* make PunctEvalAtArbitPosition work with more than one variablerhaas2010-05-24
* TwoPunctures: improve search for ADM masses of black holesrhaas2010-05-16
* TwoPunctures: remove NR memory management and complex arithmetic coderhaas2010-04-29
* remove some code from numerical recipes and replace by code using the gnurhaas2010-03-24
* a bit more output (b), make par_b steerableknarf2010-03-05
* partial openMP support, one loop remains serialized, because it would have to...knarf2009-10-20
* output residuum and initial guess debug information only on processor 0tradke2009-02-26
* Added missing type declarations.pollney2008-11-27
* Erik's patch to improve parallelisation via OpenMP.pollney2008-11-26
* This is much slower, but much more accurate and does not give diffrent values...jese2008-05-07
* yay! it works now. thanks, erik.jese2008-03-27
* Version which works for runs and calculates bare_mass, but may not properly s...jese2008-03-26
* Set the puncture masses on the refined levels as well. This shouldschnetter2008-02-29
* Use snprintf instead of sprintfschnetter2008-02-29
* Added parameters boolean "give_bare_mass" and plus and minus target ADM masse...jese2008-02-19
* Added center_offset parameter to allow the initial data BHs to bepollney2006-10-18
* remove compiler warning about oo many arguments in printfknarf2006-08-29
* Added initial lapse profile "brownsville" accordint to the specificationpollney2006-08-28
* make swap() void because it does not return something, the return value is ne...knarf2006-08-28
* Prevent name clash for the macro SWAP. SWAP was already defined inschnetter2006-08-13
* Add a parameter "swap_xz" which swaps the x and z coordinates duringschnetter2006-08-12
* start to prepare to use with more than 1 equationknarf2006-08-11
* again also interpolate into ghost zones until someone finds why it does not w...knarf2006-08-10
* Correct an error in the loop boundaries of the main loop. Instead ofschnetter2006-08-10
* - add a parameter to choose when to schedule the IDknarf2006-08-09
* Use CCTK_REAL instead of double. This allows using higher precisionsschnetter2006-07-27
* Print info about the solver in the initial bin, not in the paramcheckschnetter2006-05-07
* Use the correct power of TP_epsilon for the extrinsic curvatureschnetter2006-05-07
* Added new intial lapse profile, 'psi^n' corresponding to the initialpollney2006-04-03
* Smooth out Aij as wellschnetter2006-03-22
* Introduce a parameter TP_epsilon that can be used to smooth outschnetter2006-03-01
* a few smaller fixesknarf2005-12-02
* Do not define asinh, acosh, and atanh. The compiler usually alreadyschnetter2005-11-21
* new parameter to be able to avoid nans at or near the puncture locationsknarf2005-05-13
* initialise variables correctlyknarf2005-05-11
* pass NULL in case there is no conformal factorknarf2005-05-02
* C89 compliantknarf2005-04-28
* transform // style comments into /* */ style comments because some compilersknarf2005-02-26
* fix a compile bugknarf2005-02-23
* insert a commented out (#if 0) section to cut very small spectral coefficientsknarf2005-02-23
* do a lot more initial debug output - does nothing if not enabledknarf2005-02-23
* improve/change debug output formatknarf2005-02-23
* bugfixknarf2005-02-16