aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* udpate test data after unifying atmosphere treatment in average combinationHEADmasterrhaas2013-07-19
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@144 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* do not set conservatives, remove TOV_Atmosphererhaas2013-07-19
| | | | | | | | | | remove TOV_Atmosphere[] from the code and no longer set the conservative variables. Instead TOVSolver relies on GRHydro to set the conservatives in InitialPrim2Con and to enforce atmosphere in initialatmospherereset. This also fixes any asymmetry in atmosphere handling between the stars. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@143 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* fix par file of testsuiteknarf2013-07-11
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@142 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* revert accidentically committed changes in rev 140rhaas2013-07-08
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@141 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* remove duplicate parameter from test_two_max testrhaas2013-07-08
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@140 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* * parameter change cott2013-07-07
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@139 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* * this is the actual code change...cott2013-07-07
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@138 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* * remove option to have different gamma and K for differentcott2013-07-07
| | | | | | | | | | | | stars. That's physically impossible. * adjust test par files (will do so with GRHydro next) * modify the way solutions are added so that atmosphere cuts are applied after solutions are added. Otherwise one of the stars will have the atmosphere added to it. This breaks symmetry. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@137 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* remove some compiler warningsknarf2012-11-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@134 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* regenerate testsuite data to account for ADMBase rev 62.rhaas2011-10-14
| | | | | | | | New data was created with a patched Curie checkout where only ADMBase was updated to trunk, this this is really the only change. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@129 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* * set up consistent values of press and eps in cott2011-05-18
| | | | | | | | the atmosphere. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@128 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* TOVSolver: add static keyword to inline function to work around issues with gccrhaas2011-04-06
| | | | | | | | | | | | (before version 4.3) differing from C99 as well as completely ignoring the inline hint when -O0 is specified. (This time with content). refs: http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Inline.html http://gcc.gnu.org/gcc-4.2/changes.html git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@126 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* TOVSolver: add static keyword to inline function to work around issues with gccrhaas2011-04-06
| | | | | | | | | | | | | (before version 4.3) differing from C99 as well as completely ignoring the inline hint when -O0 is specified. refs: http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Inline.html http://gcc.gnu.org/gcc-4.2/changes.html git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@125 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* fix location of w_lorentzknarf2011-03-31
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@124 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* fix par file due to move of w_lorentzknarf2011-03-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@123 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* convert testsuites to use EOS_Omniknarf2011-02-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@122 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* Simplify and correct atmosphere handlingknarf2010-09-14
| | | | | | | | | | | | | - This will be taken out of this thorn entirely later, this is only a cleanup to prepare this - This actually also fixes a bug with the atmosphere of multiple stars using the average method, thus the change to the testsuite Remove some unused function arguments of internal function git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@119 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* parallelize some parts with openmpknarf2010-09-14
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@118 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* fix compiler warningsknarf2010-07-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@117 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* combine error messagesknarf2010-07-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@116 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* clarify parametersknarf2010-07-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@114 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* Clear old matter initial data if not specified to be used (even if 'clear ↵knarf2010-07-12
| | | | | | initial data' was set to false git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@113 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* TOVSolver: fix computation of Lorentz factorrhaas2010-05-28
| | | | | | | | | Use the Valencia three velocity to compute the Lorentz factor. Add references to the definitions to code and param.ccl. Makes no difference for initial data that is at rest, so the testsuites are unchanged. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@111 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* testsuite Whisky parameters renamed to GRHydrobmundim2010-05-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@110 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* file/parameter string replacement from whisky to GRHydrobmundim2010-05-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@109 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* TOVSolver: remove bssn_mol from initial data testsrhaas2010-04-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@108 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* thorn name changeknarf2010-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@107 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* use cactus include apiknarf2010-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@106 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* remove thorn dependency on EOS_Base, it does not use itknarf2010-04-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@95 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* remove some of the unused variablesknarf2010-03-05
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@85 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* crude proper distance steering for use with TwoPunctures, working but needs ↵knarf2010-03-05
| | | | | | to be tidied up git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@84 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* typo in commentknarf2010-03-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@83 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* correct info outputknarf2010-03-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@82 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* compute baryonic mass and proper distance, simply code a bitknarf2010-03-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@81 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* Make my old interface from the TOVSolver to TwoPunctures publicknarf2010-03-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@79 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* make Cactus aware of use of header fileknarf2010-01-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@61 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* Deleted unused variables here and there.bentivegna2010-01-11
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@24 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* update from public Whisky versionknarf2010-01-11
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@12 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* Update from Whiskyknarf2009-12-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@8 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* update from public Whisky versionknarf2009-12-08
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@4 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
* This is a _temporary_ repository to be able to start to work on theknarf2009-11-18
code right now. I have put in the public version of Whisky to start from. Everybody with commit rights should get commit messages (and the other way around). It should not be a problem to add people to that list, just ask. I don't want to get into political problems because someone feels excluded, but I also don't want to give everyone access per se. Frank git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@3 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1