aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* replace CactusEinstein/ADMBase by EinsteinBase/ADMBaseHEADsvnmasterknarf2010-04-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@60 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Recalculate analysis variables after recoveryschnetter2010-01-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@59 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Include Licence in READMEknarf2009-01-27
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@55 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Unify README file formatknarf2009-01-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@54 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* use correct latex package in documentationknarf2009-01-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@53 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Update thorn ADMAnalysis to make it work better with mesh refinement.schnetter2008-04-07
| | | | | | | | | | | | | | | | | | | | We applied similar changes to ADMConstraints some time ago. Set prolongation types of all grid functions. Allow the Ricci tensor to have 3 time levels, so that its boundaries can be interpolated. Add parameters ricci_persist, ricci_timelevels, and ricci_prolongation_type to specify how the boundaries are treated. The default is to do nothing on mesh refinement boundaries, keeping the old behaviour. Select Ricci tensor boundary conditions in level mode in a new routine. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@52 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Make the ADMAnalysis grid functions public.schnetter2007-05-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@51 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Correct types in the case where int and CCTK_INT are different:schnetter2006-06-13
| | | | | | | | | | Explicitly convert int[] to CCTK_INT[] when calling aliased functions. Do not declare implementations of aliased functions as taking int[] arguments. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@50 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* List cactusmaint as maintainerschnetter2006-05-07
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@49 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Added localreduce to activethornsyye002006-01-25
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@48 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@47 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Adding missing copyright files to all thorns and making themgoodale2004-11-02
| | | | | | | consistent. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@43 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* assert fixyye002004-08-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@42 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Synchronise Ricci tensor and scalar only once.schnetter2004-08-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@41 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Use upper case for "schedule" and "group".schnetter2004-08-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@40 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Require instead of use the boundary condition routines.schnetter2004-05-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@39 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
| | | | | | | modifying or adding files. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@38 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* This testsuite will not pass until we fix tolerances in testsuitesallen2004-03-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@35 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Updated configuration.ccl files. In Beta14 some of these willgoodale2004-03-27
| | | | | | | | | | | | | | disappear as function aliasing will be updated to have aliased functions either be optional or required, as opposed to optional as they are at the moment. This will thus remove the configuration.ccl files which are merely there to ensure that certain aliased functions are actually provided. Also far more stuff will be done via function aliasing which should remove some more of these dependencies. Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@34 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Call calculating the Ricci scalar before scheduling its boundary conditionschnetter2004-03-23
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@33 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Check return valuesschnetter2004-03-23
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@32 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Synchronise grid functions, and schedule routines in the correct modeschnetter2004-03-23
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@31 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Declare tensor type aliasesschnetter2004-03-23
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@30 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Do not explicitly apply the symmetry boundary conditions.schnetter2004-03-09
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@29 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Update parameter files to activate thorn SymBase.schnetter2004-03-09
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@28 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Make the dependency on the thorns CartGrid3D and/or Boundary explicit.schnetter2003-11-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@27 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@26 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Add include statements for cctk_Functions.h where necessary.schnetter2003-10-27
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@25 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* CardGrid3D now inherits from CoordBaserideout2003-08-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@24 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* SYNC variables on output from analysis routinesallen2003-07-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@23 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Added missing variables calculated in this thornallen2003-07-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@22 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Remove unnecessary activations of ADMCoupling.hawke2003-07-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@21 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* ADMMacros now requires ADMCouplinghawke2003-07-09
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@20 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Add prototypesrideout2003-06-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@19 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Use the new boundary api.rideout2003-05-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@18 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Add aliased functions for the CartToSphere and Trace functions provided by ↵hawke2003-05-03
| | | | | | ADMAnalysis. This uses the latest form of function aliasing (i.e., including intent statements). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@17 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Better name for variablesallen2002-08-18
| | | | | | | Fixes Cactus/1016 git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@16 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Added include files Symmetry.h and Boundary.h.rideout2002-08-01
| | | | | | | Fixes CactusEinstein/1172. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@15 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Register symmetries of Ricci.rideout2002-07-31
| | | | | | | | | | Apply symmetry and flat boundary conditions to Ricci. Added testsuite for Ricci output. Fixes CactusEinstein/1165. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@14 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Fix to latexallen2002-06-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@12 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Fixallen2002-06-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@11 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* changing the documentation.tex files to use our cactus style fileikelley2002-06-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@10 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Like in the cGH structure, the lsh[] argument in ADMAnalysis_CartToSphere() andtradke2002-05-28
| | | | | | | | ADMAnalysis_Trace() must be of type 'int *'. This lets the code compile now on the T3E. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@9 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* changing ifdefs and include filesallen2002-05-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@8 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* .ccl files for the Ricci tensor/scalar change.hawke2002-05-14
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@7 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Calculation of the Ricci tensor and scalar for analysis.hawke2002-05-14
| | | | | | | This uses the macros, so adds a dependence (WARNING: hard coded path) to ADMMacros. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@6 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Added more documentation.allen2002-05-05
| | | | | | | | | | | | | | | | Removed a bug in the CartSphere transformation (for r,phi) Changed the name of the parameter r2squaredsomething to normalize_dtheta_dphi for a better description of what it does, also made the default no, so that by default the components are normalised to the vector (dtheta, dphi), which seems to be what people would expect. This might mean rerunning some testsuites git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@5 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Changing name of spherical curvature stuff back to krr, etc, rather than Krr sogoodale2002-04-26
| | | | | | | | | old testsuites still work. Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@4 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Initial import of new Einstein stuff. This has the new thorns, but not allgoodale2002-04-25
| | | | | | | | | | | | | | | | | are fully functional yet. When I have completed this stage I'll send an updated spec out with some questions which have arisen during this process. Please don't import anything new without checking with me first, as I want to play games on the server copying cvs files around to preserve histories on files which are only minimally touched. Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@2 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
* Standard project directories initialized by cvs2svn.(no author)2002-04-25
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@1 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4