aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* correct three compiler warningsknarf2012-11-15
| | | | git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@53 54511f98-0e4f-0410-826e-eb8b393f5a1e
* slitely change the way ADMMass computes corners/edges. This doesn't change ↵knarf2012-05-15
| | | | | | results much (as long as domain is centered), but enough for testsuites to be regenerated - and it fixes off-centered domains git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@50 54511f98-0e4f-0410-826e-eb8b393f5a1e
* correct commentsknarf2012-05-15
| | | | git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@49 54511f98-0e4f-0410-826e-eb8b393f5a1e
* further fix volume integral debug outputknarf2012-05-15
| | | | git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@48 54511f98-0e4f-0410-826e-eb8b393f5a1e
* fix volume integral stdoutknarf2012-05-15
| | | | git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@47 54511f98-0e4f-0410-826e-eb8b393f5a1e
* use correct constness of some variables to avoid compiler warningsknarf2012-03-01
| | | | git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@44 54511f98-0e4f-0410-826e-eb8b393f5a1e
* initialize ADMMass_SurfaceMass_GF completelyknarf2011-08-23
| | | | git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@41 54511f98-0e4f-0410-826e-eb8b393f5a1e
* 'fix' paths for new location of ADMMacros, patch from Luca Baiottiknarf2010-05-24
| | | | git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@30 54511f98-0e4f-0410-826e-eb8b393f5a1e
* remove unused variablesknarf2009-10-14
| | | | git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@29 54511f98-0e4f-0410-826e-eb8b393f5a1e
* Initialize GFs everywhereknarf2009-10-14
| | | | git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@28 54511f98-0e4f-0410-826e-eb8b393f5a1e
* Add prototypesbaiotti2009-04-22
| | | | git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@24 54511f98-0e4f-0410-826e-eb8b393f5a1e
* Make the ADMMass computation working also with PUGH.baiotti2006-08-16
| | | | git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@20 54511f98-0e4f-0410-826e-eb8b393f5a1e
* - do not try to obtain mask descriptors if not needed (eliminates warnings)knarf2006-05-30
| | | | | | | - in case it is requested, but failes, abort with a hint what to do git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@18 54511f98-0e4f-0410-826e-eb8b393f5a1e
* introduce parameter to turn off the info during evolution (default is off)knarf2006-04-28
| | | | git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@17 54511f98-0e4f-0410-826e-eb8b393f5a1e
* increase the warnlevel from 1 to 2 for the case that the volume integral ↵knarf2006-04-28
| | | | | | radius is not set git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@16 54511f98-0e4f-0410-826e-eb8b393f5a1e
* use CCTK_EQUALS instead of strcmp, which was not defined (missing include)knarf2006-04-28
| | | | git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@15 54511f98-0e4f-0410-826e-eb8b393f5a1e
* only whitespace changes (tabs->spaces, lines should not have more than 80knarf2006-04-28
| | | | | | | characters) git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@13 54511f98-0e4f-0410-826e-eb8b393f5a1e
* The carpet patch timed Sat Mar 4 18:38:10 CET 2006, not allowing any longer ↵baiotti2006-03-23
| | | | | | | | | the use of CCTK_DELTA_SPACE in global mode, had broken our way of computing volume integrals. Here is the upgrade. Further changes are the transformation of divisions into moltiplications and the boundary corrections in the computation of the integral when PUGH is used. This last part is not tested (but will be), anyway who uses PUGH nowadays? git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@9 54511f98-0e4f-0410-826e-eb8b393f5a1e
* Do not use ADMMAcros (C version), since they are bugged (for Carpet). Finish ↵baiotti2005-10-27
| | | | | | changes that ensure compatibility with Carpet and multiprocessor runs. Not tested extensively. git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@5 54511f98-0e4f-0410-826e-eb8b393f5a1e
* - make results independent from the number of processors (not yet finished)baiotti2005-10-12
| | | | | | | | | | | | | - change some parameter names, so that, to me, they are more clear (debatable) - add another way of setting the integration surface position - move constant divisions out of the loops - modify info messages git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@4 54511f98-0e4f-0410-826e-eb8b393f5a1e
* #include <math.h> for sqrt()schnetter2005-10-05
| | | | | | | #define PI to be more accurate (but then, who cares...) git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@3 54511f98-0e4f-0410-826e-eb8b393f5a1e
* thorn to comute the ADM massknarf2005-10-05
_very_ experimental at the moment git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@2 54511f98-0e4f-0410-826e-eb8b393f5a1e