aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/data.cc
Commit message (Expand)AuthorAge
* Slight optimization of CC ENO operators.Christian Reisswig2011-12-14
* Select 2nd order cc-eno for 3rd order interpolation since stencil radius is l...Christian Reisswig2011-12-14
* CarpetLib, Carpet: Add cell-centred TVD prolongation operatorErik Schnetter2011-12-14
* Implementation of 2nd and 3rd order ENO cell-centered prolongation operators.Christian Reisswig2011-12-14
* CarpetLib: Add up to 5th order cell-centred prolongation operatorsErik Schnetter2011-12-14
* CarpetLib: Implement prolongation operators via templatesErik Schnetter2011-12-14
* CarpetLib: Add new transport operator "accumulate"Erik Schnetter2011-12-14
* CarpetLib: Correct refluxing errorsErik Schnetter2011-12-14
* CarpetLib: Correctly determine face-centered grids while restrictingErik Schnetter2011-12-14
* CarpetLib: Support mixed vertex/cell centred restrictionErik Schnetter2011-12-14
* CarpetLib: Normalize bboxsets automaticallyErik Schnetter2011-12-14
* Combine CarpetLib's INSTANTIATE and Carpet's TYPECASE mechanism into aErik Schnetter2011-12-14
* CarpetLib: Parallelise restriction operator with OpenMPErik Schnetter2011-12-14
* CarpetLib: Correct wording in error messageErik Schnetter2011-12-14
* CarpetLib: Parallelise AMR operators along longest directionErik Schnetter2011-12-14
* CarpetLib: Slightly simplify OpenMP parallelisation for AMR operatorsErik Schnetter2011-12-14
* CarpetLib: Improve OpenMP parallelisationErik Schnetter2011-12-14
* CarpetLib: Implement padding for grid variablesErik Schnetter2011-12-14
* Import CarpetErik Schnetter2011-12-14
* CarpetLib: Correct typo in error messageErik Schnetter2009-01-26
* Carpet/CarpetLib/src/data.cc: Allow to choose 5th-order porlongation for the ...Luca Baiotti2008-12-09
* CarpetLib: Correct error check of OpenMP parallelisationErik Schnetter2008-10-01
* CarpetLib: Correct text error message for non-existing prolongation operatorsErik Schnetter2008-09-26
* CarpetLib: Add higher order interpolation operatorsErik Schnetter2008-04-25
* OpenMP changes:Erik Schnetter2008-03-21
* CarpetLib: Simplify implementation of data<T>::allocsizeErik Schnetter2008-02-19
* CarpetLib: Make mem<T> saferErik Schnetter2008-02-19
* CarpetLib: Add function memoryof to measure size of data structuresErik Schnetter2008-02-02
* CarpetLib: Correct error in parallelisation of prolongation operatorsErik Schnetter2008-01-31
* CarpetLib: Make prolongation operator parallelisation compile on AIXErik Schnetter2008-01-20
* CarpetLib: Correct parallelisation of prolongation operatorsErik Schnetter2008-01-14
* CarpetLib: Improve error message when a non-existing stencil is selectedErik Schnetter2007-07-03
* CarpetLib: Add 3rd and 4th order time interpolationErik Schnetter2007-06-13
* CarpetLib: Add member gdata::allocsizeErik Schnetter2007-05-26
* CarpetLib: prevent GNU C++ compiler warningstradke2007-05-02
* CarpetLib: Various changes to class dataErik Schnetter2007-04-19
* CarpetLib: Change static_assert to have two argumentsErik Schnetter2007-02-28
* CarpetLib: Add ENO timer interpolatorErik Schnetter2007-02-19
* CarpetLib: Instantiate data<T>::operator<< correctlyErik Schnetter2007-02-14
* CarpetLib: Some minor whitespace changesErik Schnetter2007-02-04
* CarpetLib: Add _storage field to gdata classErik Schnetter2007-02-04
* CarpetLib: Improve timersErik Schnetter2007-02-03
* CarpetLib: Use AT to index std::vectorErik Schnetter2007-02-03
* CarpetLib: Reorganise prolongation and restriction operatorsErik Schnetter2007-01-12
* CarpetLib: Add timers for each prolongation operatorErik Schnetter2006-09-25
* CarpetLib: Use C++ comments for OMIT_F90 conditionalsErik Schnetter2006-09-25
* CarpetLib: Clean up data.ccErik Schnetter2006-09-25
* CarpetLib: Collect more timing informationErik Schnetter2006-09-04
* [CarpetLib] add option to omit Fortran 90 files by adding -DOMIT_F90 to compi...Jonathan Thornburg2006-08-29
* CarpetLib: Add WENO prolongationI.Hawke2006-03-10