aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/vect.hh
Commit message (Expand)AuthorAge
* CarpetLib: Use C++ standard methods to compare containersErik Schnetter2013-05-26
* CarpetLib: Correct vect::countErik Schnetter2013-05-26
* CarpetLib: Provide rint, round, trunc, and lrint for vectorsErik Schnetter2013-05-26
* CarpetLib: Provide idiv and imod implementations for vect<CCTK_REAL,...>Erik Schnetter2013-05-20
* CarpetLib: Remove now outdated definitions of idiv and imodErik Schnetter2013-05-20
* CarpetLib: Change meaning of vect::count to count true (non-zero) elementsErik Schnetter2013-05-20
* CarpetLib: Rename vect::zip to vect::vzipErik Schnetter2013-05-20
* CarpetLib: Add constructors to create a vector from a low-dimensional vector ...Erik Schnetter2013-05-20
* Replace abs() by fabs()Erik Schnetter2013-04-02
* CarpetLib: Implement and correct head, tail, init, last in the vect classErik Schnetter2013-01-24
* CarpetLib: Rename argument to vect::index from lsh to ashErik Schnetter2013-01-20
* Remove Carpet's mechanisms to deal with how to call isnanErik Schnetter2012-10-22
* CarpetLib: Re-enable functional API for vect classErik Schnetter2012-09-11
* CarpetLib: Add vect::first and vect::lastErik Schnetter2012-09-11
* CarpetLib: Remove/correct ATTRIBUTE_CONST and ATTRIBUTE_PURE declarationsErik Schnetter2012-09-11
* CarpetLib: Provide idiv/imod functions that always round downErik Schnetter2012-09-11
* CarpetLib: Create MPI datatypes for vect<,> classesErik Schnetter2011-12-14
* CarpetLib: Rearrange order of #include statementsErik Schnetter2011-12-14
* CarpetLib: Handle nan and friends differentlyErik Schnetter2011-12-14
* CarpetLib: Add minloc1 and maxloc1 to vect classErik Schnetter2011-12-14
* CarpetLib: Add isnan and friends to vect<T,D>Erik Schnetter2011-12-14
* CarpetLib: Allow scalar arguments for vect::eitherErik Schnetter2011-12-14
* Import CarpetErik Schnetter2011-12-14
* CarpetLib: Allow negative array indices in vect<T,D>::indexErik Schnetter2008-07-25
* CarpetLib: Introduce vect<T,D>::indexErik Schnetter2008-07-24
* CarpetLib: Add function memoryof to measure size of data structuresErik Schnetter2008-02-02
* CarpetLib: Various vect changesErik Schnetter2007-04-19
* CarpetLib: Updates to vect classErik Schnetter2007-01-12
* CarpetLib: Add placeholders for "const" and "pure" attributes to vect<T>Erik Schnetter2006-07-31
* CarpetLib: Move arithmetic operations out of vect classErik Schnetter2006-06-05
* CarpetLib: Add function vect::reverseErik Schnetter2005-05-01
* CarpetLib: Specialise some vect template members to remove compiler warningsErik Schnetter2005-02-09
* CarpetLib: Specialise some vect template members to remove compiler warningsErik Schnetter2005-02-09
* CarpetLib: Instantiate vect and bbox for CCTK_REAL instead of doubleErik Schnetter2005-01-27
* global: Remove $Header$ keywords from Carpet arrangementErik Schnetter2005-01-01
* CarpetLib: Add ipow function to vect classErik Schnetter2004-12-25
* Remove CVS header tagsErik Schnetter2004-09-18
* Explain the harmless compiler warnings about array indices out ofschnetter2004-08-14
* New functionschnetter2004-05-27
* Remove unused codeschnetter2004-05-04
* Handle operator% for double differently.schnetter2004-04-18
* Small changeschnetter2004-03-11
* Add a dummy array element when D==0.schnetter2004-02-27
* Add functions for element-wise floor, ceil, and pow.schnetter2004-02-18
* Import the recently announced changes:schnetter2004-01-25
* Allow bboxes of CCTK_REALs.schnetter2003-11-13
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
* Fix bug.schnetter2003-08-28
* Check for overflow in calculating bbox sizes.schnetter2003-08-15
* Add doxygen documentation.schnetter2003-08-03