aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/data.cc
Commit message (Expand)AuthorAge
* CarpetLib: Disable check for time extrapolation for op_copy grid functionsErik Schnetter2005-07-26
* CarpetLib: Add 7th order accurate spatial interpolation operatorsErik Schnetter2005-07-15
* CarpetLib: Forbid even interpolation ordersErik Schnetter2005-07-15
* CarpetLib: Add new transport operator type op_copyErik Schnetter2005-06-07
* CarpetLib: Correct assert statementsErik Schnetter2005-04-16
* CarpetLib: Correct errors in handling mem<T> objectsErik Schnetter2005-04-11
* CarpetLib: Remove unused function transfer_fromErik Schnetter2005-04-11
* CarpetLib: Introduce new class mem<T> for memory managementErik Schnetter2005-03-05
* CarpetLib: make fill_bbox_arrays() a static non-template function in data.cctradke2005-03-16
* CarpetLib: Use MPI_STATUS_IGNOREErik Schnetter2005-03-03
* CarpetLib: Small cleanups to vector group storage handlingErik Schnetter2005-03-03
* CarpetLib: Restructure lightweight communication buffersErik Schnetter2005-01-03
* CarpetLib: Rename data::interpolate_in_time to data::try_without_time_interpo...Erik Schnetter2005-01-03
* CarpetLib: Clean up some warning messagesErik Schnetter2005-01-03
* CarpetLib: Add lightweight communication buffers (untested)Erik Schnetter2005-01-02
* CarpetLib: Remove many this-> prefixes in class dataErik Schnetter2005-01-01
* global: Turn CarpetLib templates into classesErik Schnetter2005-01-01
* CarpetLib: Move class timestat into its own fileErik Schnetter2005-01-01
* CarpetLib: Change checking of processor number in data classErik Schnetter2004-12-30
* global: Remove $Header$ keywords from Carpet arrangementErik Schnetter2005-01-01
* CarpetLib: Collect more timing statisticsErik Schnetter2004-12-30
* CarpetLib: Make data class conform closer to C++ standardErik Schnetter2004-12-28
* CarpetLib: Clean up fill_box_array functionErik Schnetter2004-12-25
* CarpetLib: Use the C++ abs() instead of the C fabs() functionErik Schnetter2004-12-25
* CarpetLib: Use new style instead of old style C++ headersErik Schnetter2004-12-25
* CarpetLib: Remove broken commentErik Schnetter2004-12-25
* CarpetLib: Use C++ min,max instead of C99 fmin,fmaxErik Schnetter2004-12-25
* CarpetLib: Introduce parameter to post MPI_Irecv and MPI_Isend at the same timeErik Schnetter2004-12-08
* CarpetLib/src/data.* interpolate_from_innerloop breakdownswhite2004-12-09
* CarpetLib/src/*data* CarpetIOASCII/src/ioascii.cc MPI_Comm_rank wrappersswhite2004-12-08
* data.cc abs min max to fabs fmin fmaxswhite2004-12-07
* data_fill_box_arraysswhite2004-11-29
* CarpetLib: Implement using MPI_Waitall for communicatingErik Schnetter2004-11-24
* Remove CVS header tagsErik Schnetter2004-09-18
* Add option to use less memory during regridding.schnetter2004-05-21
* Ensure that vector leaders are handled consistentlyschnetter2004-04-22
* Format error message nicely.schnetter2004-04-18
* Commentschnetter2004-04-13
* Don't use the new C99 printf specifiers.schnetter2004-04-13
* Abort with an error message if CarpetLib cannot allocate memory forschnetter2004-04-08
* Comment coding tricks.schnetter2004-04-07
* Fix indentationschnetter2004-03-23
* Implement vector groups correctlyschnetter2004-03-23
* Move MPI request and tag handling from data to gdataschnetter2004-03-23
* Essentially Non-Oscillatory prolongation operators. Again intended forhawke2004-03-03
* Temporarily make op_TVD point at first order in space prolongation operators ...hawke2004-03-03
* Add support for copying (i.e. synchronising) complex variables.schnetter2004-02-09
* Fig bug in output: In C, quotes are not quoted by "", but by \".schnetter2004-02-09
* Print an error message when trying to synchronise an unsupported dataschnetter2004-02-09
* Some sanity checking to fend off evil C++ compilersschnetter2004-02-03