aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Correct description of return valuesHEADmasterschnetter2009-07-15
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@64 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* only use base filename in figure includeknarf2009-02-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@60 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* change eps to pdfknarf2009-02-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@59 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Include Licence in READMEknarf2009-01-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@58 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Unify README file formatknarf2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@57 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Schedule MaskZero and MaskOne at CCTK_POSTREGRIDINITIAL.schnetter2007-06-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@56 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* List cactusmaint as maintainerschnetter2006-05-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@55 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Do not use the topmost 2 bits in a CCTK_INT, since this leads toschnetter2005-12-18
| | | | | | | | undefined behaviour in C. We could use more clever code and then use the second-topmost bit as well, omitting only 1 bit. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@54 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@53 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* 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
* Adding missing copyright files to all thorns and making themgoodale2004-11-02
| | | | | | | consistent. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@47 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* rename DEBUG macro to SPACEMASK_DEBUGjthorn2004-06-25
| | | | | | | | so it doesn't confuse code in other thorns which #include this file but define their own local DEBUG macros git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@46 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* * add lots more parentheses to macrosjthorn2004-06-13
| | | | | | | | | | | SpaceMask_SetStateBits SpaceMask_CheckStateBits * remove trailing ';' from macro SpaceMask_SetStateBits since that's supposed to be supplied when the macro is used git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@45 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Initialize the mask grid functions after regridding. This has to be done as ↵hawke2004-06-04
| | | | | | Carpet will not prolongate the mask. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@44 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Untabified.goodale2004-05-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@43 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
| | | | | | | modifying or adding files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@42 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Add capability SpaceMaskhawke2004-04-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@40 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* 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.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@38 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Declare tensor type aliasesschnetter2004-03-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@37 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Changed description for MaskSym_emask() in order to fix problems with timertradke2003-12-18
| | | | | | | creation of scheduled routines. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@36 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Make the dependency on the thorns CartGrid3D and/or Boundary explicit.schnetter2003-11-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@35 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Carpet now forces integer GFs to have the Prolongation=None tag.hawke2003-11-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@34 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Tags to stop Carpet prolongating the mask.hawke2003-10-15
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@33 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* SpaceMask_CheckState() returns a CCTK_INT rather than an int.tradke2003-07-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@32 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Added SpaceMask_GetMaskBitsList() function, which returns an orderedpollney2003-05-26
| | | | | | | | | | | | | list of all the bitmasks associated with each state of a given type. Also allowed for passing a NULL as the list of state names on registry, in which case the mask states are allocated but not named. These additions make it easier to allocate a mask bitfield of a size that might only be known at runtime. More routines for working with mask states as integers might be useful in the future. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@31 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* SpaceMask_GetStateBits() returns -1 on error.pollney2003-05-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@30 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Fixing memory leak caused by unfreed temporaries in TWO_FORTSTRING_CREATE, ↵hawke2003-05-19
| | | | | | found by Frank Loeffler. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@29 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Added some error return codes.pollney2003-04-08
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@28 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Remove whitespace from Fortran macros to avoid problems with perl CPP.hawke2003-04-07
| | | | | | | Add extra braces around arguments just in case. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@27 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* add many const qualifiers to tell humans and compilers thatjthorn2003-03-17
| | | | | | | | | | | these functions won't try to modify state names etc, also that looking at a state won't modify the gridfn (without the const qualifiers, C++ code can't use these functions on const data) git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@26 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* add INCLUDES HEADER line to tell Cactus thatjthorn2003-03-17
| | | | | | | our header file "SpaceMask.h" may be #included by other thorns git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@25 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
* Use cactus.sty in doc/latex.rideout2003-03-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@23 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* include string.hrideout2003-03-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@22 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Unfortunately the current scripts for assembling thorn guides cannot dealallen2002-12-30
| | | | | | | | | with \appendix, so instead make the appendix another section. Fixes Cactus/1339 git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@21 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
* Switch mask to CCTK_INT rather than CCTK_INT8, as some fortran compilerspollney2002-12-11
| | | | | | | have problems with the latter. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@19 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Bitmask is returned as a CCTK_INT8 by GetTypeBits() and GetStateBits().rideout2002-12-04
| | | | | | | Fixes CactusEinstein/1327. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@18 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Added clarifying word.rideout2002-12-03
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@17 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Remove control characters in docs.pollney2002-11-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@16 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
* SpaceMask uses Symmetry.hrideout2002-09-03
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@13 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Register symmetries at BASEGRID instead of INITIALallen2002-07-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@12 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* changing the documentation.tex files to use our cactus style fileikelley2002-06-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@10 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
* Use cactus style fileallen2002-05-31
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@9 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
* needs to inherit from grid for nowallen2002-05-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@7 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