aboutsummaryrefslogtreecommitdiff
path: root/src/Ricci.c
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
* 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
* 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
* 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
* 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
* 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