aboutsummaryrefslogtreecommitdiff
path: root/src/MaskInit.c
Commit message (Collapse)AuthorAge
* Introduce a new schedule group ADMBase_InitialGauge which is run justschnetter2005-09-26
| | | | | | | | | | | | | | after ADMBase_InitialData. This makes it possible to set up all ADM data in these two groups, and then e.g. convert to the BSSN variables after these groups still in the bin "initial". Various other thorns, such as dissipation or multipatch, can now apply transformations to the initial data in the bin "postinitial". This simplifies the interaction between various thorns. Change various thorns to use these two groups. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@51 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Removed unnecessary routine SetupSpaceMaskRegistry().tradke2005-07-27
| | | | | | | This closes PR CactusEinstein/1951: "Unimportant memory leak in SpaceMask". git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@49 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Fix compiler warnings:rideout2003-03-06
| | | | | | | | | | * Add missing prototypes. * Cast output of sizeof() to int, to avoid comparison of signed with unsigned ints. * Change & to && in SpaceMask_get_free_bits, which I think was intended. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@24 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Added stdlib.hallen2002-12-30
| | | | | | | Fixed Cactus/1326 git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@20 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Implementation of the recently discussed spacemask spec. See thepollney2002-11-14
| | | | | | | | | | | | | doc/documentation.tex for details. The existing mask grid-function (emask) has been retained for the time being, until the excision related thorns can be brought up to date with the new interface. These thorns should see no change in their behaviour. In the meantime, the space_mask GF can be used simultaneously via the new interfaces. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@15 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* include Symmetry.hrideout2002-09-03
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@14 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Fixing warningsallen2002-05-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@8 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* register symmetries for maskallen2002-05-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@6 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Mask functionality copied from old Einstein, with a bit more grdoc andgoodale2002-04-26
stuff. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@4 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e