aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* correct vector component computation during interpolationHEADmasterrhaas2013-08-06
* 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
* Remove unused variableeschnett2012-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
* Determine the symmetry boundary width from the registered boundaryschnetter2010-02-14
* Use aliased function GetLocalComponents (if present) to ensure thatschnetter2009-11-11
* Update README and licence.schnetter2009-02-10
* Reduce warning level if multiple scalars are found in the same groupschnetter2008-02-20
* 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
* When interpolating, ignore input variable indices which are set to -1.schnetter2006-08-16
* 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:schnetter2005-12-07
* 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
* make variable type change explicitknarf2005-12-02
* Set the variable types correctly when more than one group areschnetter2005-10-14
* Support tensor type uu_sym.schnetter2005-08-26
* Disable an assert. This allows people to interpolate the same tensorschnetter2005-08-24
* 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
* Increase warning level from 1 to 3schnetter2005-02-02
* Handle groups without variables correctly when checking tensor typeschnetter2004-08-06
* 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
* Take time levels into account.schnetter2004-06-19
* Provide symmetry interpolation.schnetter2004-05-28
* 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