aboutsummaryrefslogtreecommitdiff
path: root/src/rotatingsymmetry90.c
Commit message (Expand)AuthorAge
* handle vector groups of vectors and higher order tensorsrhaas2013-06-17
* Update calls to thorn Slabeschnett2013-01-15
* correct assertknarf2012-11-29
* Correct index calculation for "DD" tensorseschnett2012-11-21
* Introduce new parameter check_boundarieseschnett2012-10-21
* do reduction to find level extend in LEVEL moderhaas2012-07-06
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Implement the "dd" tensor typeeschnett2011-09-26
* Use the new Slab API to set up the communication schedule only onceeschnett2011-05-09
* Add tensor type ddd_sym, corresponding to T_i(jk).schnetter2010-03-21
* Use aliased function GetLocalComponents (if present) to ensure thatschnetter2009-11-11
* Don't use == to look for poison, use memcmp instead.schnetter2007-03-02
* Introduce option RotatingSymmetry90::poison_boundaries, which can beschnetter2007-03-01
* Use information from ghost zones when applying the symmetry. This isschnetter2006-10-28
* Abort with an error if asked to apply symmetries to the Weyl scalars.schnetter2006-10-19
* Handle the case of 0 interpolation points correctly. malloc canschnetter2006-08-23
* Slight cleanup of the error message that there are not enough gridschnetter2006-08-04
* Add support for CCTK_INT as well as CCTK_REAL.schnetter2006-03-08
* Clean up the code. Replace the magic number 3 by a constant DIM.schnetter2005-12-07
* Remove code that was commented out.schnetter2005-12-05
* Set the variable types correctly when more than one group areschnetter2005-10-14
* Support tensor type uu_sym.schnetter2005-08-26
* C99 -> C89schnetter2005-05-27
* Output fewer warnings.schnetter2005-05-27
* Allow to apply the symmetries to 0 variables. In this case, justschnetter2005-05-27
* Use new function Slab_MultiTransfer to transfer all variables at once.schnetter2005-05-10
* Handle the tensor type alias "d".schnetter2005-05-04
* Check tensor type aliases at paramcheck time, and be less verbose atschnetter2004-08-06
* Move the local bbox part into the global bbox loop so the xferinfo informatio...hawke2004-06-22
* Fix segmentation fault on multiple processorsschnetter2004-05-19
* Fix bugs, clean up, and add test case.schnetter2004-04-09
* A symmetry thorn with a 90 degree rotating symmetry. This is not yetschnetter2004-04-08