aboutsummaryrefslogtreecommitdiff
path: root/src/interpolate.c
Commit message (Expand)AuthorAge
* correct vector component computation during interpolationHEADmasterrhaas2013-08-06
* handle vector groups of vectors and higher order tensorsrhaas2013-06-17
* Remove unused variableeschnett2012-11-21
* Implement the "dd" tensor typeeschnett2011-09-26
* Add tensor type ddd_sym, corresponding to T_i(jk).schnetter2010-03-21
* 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
* 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
* Clean up the code:schnetter2005-12-07
* make variable type change explicitknarf2005-12-02
* Support tensor type uu_sym.schnetter2005-08-26
* Disable an assert. This allows people to interpolate the same tensorschnetter2005-08-24
* 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
* Take time levels into account.schnetter2004-06-19
* Provide symmetry interpolation.schnetter2004-05-28