aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
Commit message (Expand)AuthorAge
...
* CarpetLib: Collect more timing statisticsErik Schnetter2004-12-30
* CarpetLib: Do not #include <complex>Erik 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: Instantiate ipow(double,int)Erik Schnetter2004-12-25
* CarpetLib: Add ipow function to vect classErik Schnetter2004-12-25
* CarpetLib: Update ipow 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 .lt. instead of < in Fortran 77Erik Schnetter2004-12-25
* CarpetLib: Don't use len_trim any more when calling CCTK_WARNErik 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: Add parameter specifying how many MPI tags to useErik Schnetter2004-12-08
* CarpetLib:gh exposed data clamp-downswhite2004-12-10
* CarpetLib/src/gh.hh member tighteningswhite2004-12-10
* CarpetLib/src/*gf.*,*data.* const public members, canonicaliseswhite2004-12-09
* 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
* UNDO: Initialise_decomposeswhite2004-12-01
* Initialise_decomposeswhite2004-12-01
* data_fill_box_arraysswhite2004-11-29
* gh_recompose_decomposeswhite2004-11-29
* dh_tidyswhite2004-11-23
* dh_decompose_fixswhite2004-11-23
* dh_decomposeswhite2004-11-22
* unglobswhite2004-11-19
* CarpetLib: Implement using MPI_Waitall for communicatingErik Schnetter2004-11-24
* CarpetLib: more consistency checks during communicationErik Schnetter2004-10-20
* CarpetLib: Ensure that all sent and received regions have been waited forErik Schnetter2004-10-09
* Remove CVS header tagsErik Schnetter2004-09-18
* Recompose vector groups on multiple refinement levels correctly.schnetter2004-09-17
* Explain the harmless compiler warnings about array indices out ofschnetter2004-08-14
* Re-introduce the parameter Carpet::prolongate_initial_data with theschnetter2004-08-07
* Initialize dist::comm with MPI_COMM_NULL.tradke2004-07-08
* Throw an input_error instead of using assert when there is wrong input.schnetter2004-06-26
* Simplify logic when evaluating the invariant.schnetter2004-06-13
* Free vector groups leaders only after the other vector elements haveschnetter2004-06-08
* Correct wrong comment.schnetter2004-06-08
* Copy the whole exterior during regridding instead of relying onschnetter2004-05-29
* New functionschnetter2004-05-27
* Add option to use less memory during regridding.schnetter2004-05-21
* Replaced some time comparison asserts by a (hopefully) more robust choice.bzink2004-05-11
* Removed an assert in line 556. This assert compares CCTK_REALs, and canbzink2004-05-11
* Remove unused codeschnetter2004-05-04
* Begin to clean up inheritance and requires relationshipsschnetter2004-05-04
* Fixed test for MPI.tradke2004-04-29
* Adhere to C++ standardschnetter2004-04-24