From af52710c3619dbab9ddc6cd295cbe57663f7825c Mon Sep 17 00:00:00 2001 From: knarf Date: Thu, 22 Apr 2010 21:50:33 +0000 Subject: thorn name change git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@107 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1 --- README | 4 ++-- doc/documentation.tex | 4 ++-- interface.ccl | 4 ++-- param.ccl | 4 ++-- src/external.inc | 8 ++++---- src/tov.c | 8 ++++---- test/test_one_boost_max.par | 16 ++++++++-------- test/test_one_static_max.par | 10 +++++----- test/test_tov_carpet.par | 10 +++++----- test/test_two_av.par | 24 ++++++++++++------------ test/test_two_max.par | 24 ++++++++++++------------ 11 files changed, 58 insertions(+), 58 deletions(-) diff --git a/README b/README index b11abab..302407b 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ -Cactus Code Thorn Whisky_TOVSolverC +Cactus Code Thorn TOVSolver Author(s) : Ian Hawke Frank Löffler Luca Baiotti Christian David Ott Erik Schnetter Bruno Giacomazzo -Maintainer(s): Whisky developers team +Maintainer(s): Einstein Toolkit Licence : GPLv2+ -------------------------------------------------------------------------- diff --git a/doc/documentation.tex b/doc/documentation.tex index f3c9fd1..d84d659 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -89,7 +89,7 @@ %A.~Nagar \textless alessandro.nagar@polito.it\textgreater} % The title of the document (not necessarily the name of the Thorn) -\title{Whisky\_TOVSolverC} +\title{TOVSolver} % the date your document was last changed, if your document is in CVS, % please use: @@ -359,7 +359,7 @@ C.W.~Misner, K.S.~Thorn and J.A.~Wheeler, Gravitation (Freeman and co. NY, 1973) % \bibitem{Baumgarte-file} T.~W. Baumgarte. There is a copy of his notes in this directory: \\ -Whisky\_Dev/Whisky\_TOVSolverC/doc. +TOVSolver/doc. % \bibitem{Font00a} J.~A. Font, M. Miller, W. Suen and M. Tobias, Phys. Rev. {\bf D61}, diff --git a/interface.ccl b/interface.ccl index ccd7415..81a4800 100644 --- a/interface.ccl +++ b/interface.ccl @@ -1,6 +1,6 @@ -# Interface definition for thorn TOVSolverC +# Interface definition for thorn TOVSolver -implements: WhiskyTOVSolver +implements: TOVSolver inherits: Whisky, Constants USES INCLUDE: constants.h diff --git a/param.ccl b/param.ccl index 2f9ff3f..3641cce 100644 --- a/param.ccl +++ b/param.ccl @@ -7,10 +7,10 @@ CCTK_INT TOV_Num_TOVs "The number of TOVs" CCTK_INT TOV_Solve_for_TOVs "Solve for TOVs even if no TOV initial data was requested?" { - 0:3 :: "depreciated in favour of Whisky_TOVSolverC::TOV_Enforce_Interpolation" + 0:3 :: "depreciated in favour of TOVSolver::TOV_Enforce_Interpolation" } 3 -BOOLEAN TOV_Enforce_Interpolation "Enforce the interpolation of the data onto the Whisky GFs even without tov as specified initial data" STEERABLE=always +BOOLEAN TOV_Enforce_Interpolation "Enforce the interpolation of the data onto the Hydro GFs even without tov as specified initial data" STEERABLE=always { } "no" diff --git a/src/external.inc b/src/external.inc index 071c326..f6c48fa 100644 --- a/src/external.inc +++ b/src/external.inc @@ -65,7 +65,7 @@ CCTK_INT TOV_Set_Rho_ADM(CCTK_POINTER_TO_CONST cctkGH, assert(TOV_phi_1d!=0); assert(TOV_m_1d!=0); - /* CCTK_INFO("Request for Sources from TOVSolverC"); */ + /* CCTK_INFO("Request for Sources from TOVSolver"); */ /* TOV_debug_input_points(size,x,y,z); */ /* loop over all points we got */ @@ -136,7 +136,7 @@ CCTK_INT TOV_Set_Momentum_Source( assert(TOV_phi_1d!=0); assert(TOV_m_1d!=0); - /* CCTK_INFO("Request for Momentum-Sources from TOVSolverC"); */ + /* CCTK_INFO("Request for Momentum-Sources from TOVSolver"); */ /* loop over all points we got */ for (i=0; i