aboutsummaryrefslogtreecommitdiff
path: root/src
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
* 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
* 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
* assert fixyye002004-08-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@42 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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