aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetReduce/src
Commit message (Collapse)AuthorAge
* Fix bug in the maximum reduction operator.schnetter2003-11-12
| | | | darcs-hash:20031112162930-07bb3-eb9a8b4a6c167c98bfeca86bc0c7b10baed922b5.gz
* Make fit for complex values.schnetter2003-07-30
| | | | darcs-hash:20030730133311-07bb3-a84302f705a727b41c92d3166913b392c9799910.gz
* Adapt local array reduction to PUGH API.schnetter2003-07-23
| | | | darcs-hash:20030723124610-07bb3-0e89ee3460955e33f8ac3c2b90209e52b0093295.gz
* Remove leftover debugging statements.schnetter2003-07-23
| | | | darcs-hash:20030723123044-07bb3-d56e7772784e192029203b5d7cecfde4eb4b7ba9.gz
* Change API of grid variable reductions to match PUGH.schnetter2003-07-23
| | | | darcs-hash:20030723074706-07bb3-188ace74c5d748c8c19437ef72bbfa525450e1dd.gz
* Do not include header files from other Carpet thorns directly.schnetter2003-06-18
| | | | | | | | Do not include header files from other Carpet thorns directly. Instead, use the "INCLUDES HEADER" and "USES INCLUDE HEADER" mechanism. darcs-hash:20030618162807-07bb3-a81444cde6c76e6a24516d108861fc1b5541c643.gz
* Major update after a quiet time.schnetter2003-06-18
| | | | | | | | | | | | | | | | | | | | Major update after a quiet time. Carpet: The flesh now has new cGH fields cctk_levoff[], cctk_levoffdenom[], and cctk_timefac that describe the spatial offset and temporal refinement factor between the base and the current refinement level. These fields are now set and used; they change how coordinates are handled. CarpetIOASCII: Fix bugs regarding choosing the output hyperslab and the output coordinates. ID*, *Toy*: New WaveToy examples with various formulations and different integrations methods. Currently, none of them converge to second order except the standard WaveToy formulation. These updates require the recent flesh, base thorn (and MoL) updates. darcs-hash:20030618162427-07bb3-70761f74bce6ae246b5a2943a385647657d46d34.gz
* Allow reducing grid arrays.schnetter2003-05-21
| | | | darcs-hash:20030521123103-07bb3-b55fc535375111abe37293b2e9e4b907ed8f5e30.gz
* Make C++ arrays sizes known at compile time.schnetter2003-05-14
| | | | darcs-hash:20030514061252-07bb3-5f3d15a6be7b17fc7599544c4bb193c1a1546bf1.gz
* Make code const-correct. Well, sort of.schnetter2003-05-13
| | | | darcs-hash:20030513101942-07bb3-2a9b4aa40aafc2566a13522ff7704e480e9817b6.gz
* Handle empty grids.schnetter2003-05-13
| | | | | | | | | | Handle empty grids. Fix global and level mode handling of the interpolator. Allow local mode calls for the interpolator, reduction operator, and hyperslabber, assuming that people know what they are doing. darcs-hash:20030513101400-07bb3-42af7544c2ea98dbef5a7ad6d5112bea2dcc404f.gz
* Abort when in global mode, because this is not yet handled.schnetter2003-05-12
| | | | darcs-hash:20030512142528-07bb3-f6924002fd453379da2af0a15130f772cb7a05b0.gz
* Remove the special case of "extended local mode" which is now handledschnetter2003-05-02
| | | | | | | Remove the special case of "extended local mode" which is now handled automatically. darcs-hash:20030502122344-07bb3-a0b56e30126a8625374118c026ca090a1082b451.gz
* Use vector<> instead of pointers.schnetter2003-04-30
| | | | darcs-hash:20030430104102-07bb3-d58d092da89450a170cdd2cb6c6fc0c73b81f1fb.gz
* Fix serious bugs with counting dimensions.schnetter2003-04-29
| | | | | | | | Fix serious bugs with counting dimensions. Add explicit constructors for some classes. Add documentation template. darcs-hash:20030429120152-07bb3-61d82a853ea12abcf94d6d300217fd093f5ef0b9.gz
* Do take the outer boundary values into account when reducing.schnetter2003-04-12
| | | | darcs-hash:20030412100926-07bb3-02a83ecdb0aa5295f5bcd0c866e7ee1cad5060cd.gz
* Change many "cGH *" to "const cGH *", and apply corresponding updatesschnetter2003-03-12
| | | | | | | Change many "cGH *" to "const cGH *", and apply corresponding updates to the const-ness of other variables. darcs-hash:20030312083444-07bb3-0f26f780a1bdfb844c3e00383f787d674dc61c84.gz
* Added arrangement name and final semicolon to CCTK_FILEVERSION macros.schnetter2002-10-24
| | | | darcs-hash:20021024085113-07bb3-e4aa24031b3730a42b9b7c67598e7b20748a4551.gz
* Fixed quite a few include guard mishaps.schnetter2002-09-01
| | | | darcs-hash:20020901125223-07bb3-f494618480c1ffc46118365c4c957d7a313d7be9.gz
* Fixed include guards.schnetter2002-09-01
| | | | darcs-hash:20020901123759-07bb3-abbd06bc7fc3eafcb5a429f064ab105b2f86f7dc.gz
* Changed "abort()" statements to "assert(0)" statements, because theschnetter2002-08-02
| | | | | | | Changed "abort()" statements to "assert(0)" statements, because the latter do output a message to the screen. darcs-hash:20020802131112-07bb3-a89ca2582fce00c0d5b4cc82bf61473b7c8bdcb5.gz
* Added "product" reduction.schnetter2002-08-02
| | | | darcs-hash:20020802125726-07bb3-eafbaa7db980420ad077192ce6e7ef163d1bf79a.gz
* Fixed bugs.schnetter2002-06-06
| | | | | | | Fixed bugs. Added "flip timelevels" capability. darcs-hash:20020606122015-07bb3-7eab2bcf55becde5136b2b9051c4133bd595b9bd.gz
* Removed parentheses in "new" expression. C++ syntax is strange.schnetter2002-06-05
| | | | darcs-hash:20020605171100-07bb3-fc93411ab08cb91d066ef8e4ce8af4f6081560c2.gz
* Use DBL_MAX etc. instead of HUGE_VAL etc. Thanks to J. Thornburg forschnetter2002-04-11
| | | | | | | Use DBL_MAX etc. instead of HUGE_VAL etc. Thanks to J. Thornburg for pointing this out. darcs-hash:20020411134315-07bb3-8c4bdded9a46302ae26f2aaab6f3112bd9d0db9e.gz
* Added CCTK_FILEVERSION macros.schnetter2002-03-26
| | | | darcs-hash:20020326122225-07bb3-0c7746df97fb64f00918be1bee33191fb9d44b0b.gz
* Slight changes to make Carpet compile under gcc 3.0.schnetter2002-03-11
| | | | darcs-hash:20020311140941-07bb3-5d6076020e4a9a28539da652746f5367b986bba4.gz
* Added stream input routines for some CarpetLib containers.schnetter2002-03-11
| | | | | | | | | | | | | | | | | | | | Added stream input routines for some CarpetLib containers. The regridder now has to explicitly say which boundaries are outer, and which are internal. This will make outer boundaries on fine grid possible, and is also necessary when there are multiple grid patches. Started to add support for arbitrariliy many user-specified refinement regions. Not yet finished. The Carpet driver can now handle multiple grid patches. Added example files for multiple grid patches. They use initial data that does not "fit" the boundary conditions, and they don't use multiple refinement levels so far. Removed old and unused example files in CarpetLib. darcs-hash:20020311121709-07bb3-18594c42bd7a958ee0840d29e158a343208f5711.gz
* Introduced "min" and "max" for complex numbers as element-wise operation.schnetter2002-03-06
| | | | | | | Introduced "min" and "max" for complex numbers as element-wise operation. Renamed "mean" to "average". darcs-hash:20020306164615-07bb3-726564fd55c1fa485bf5c59cc519ba8f4d87929d.gz
* Introduced a new component iterator that loops only over theschnetter2002-01-02
| | | | | | | | | Introduced a new component iterator that loops only over the (processor-)local components. Used this instead of the generic one in all appropriate places. This should reduce the overhead when running on multiple processors. darcs-hash:20020102161408-07bb3-d8e788affd20e6d3222ee1c054acaeb25019090d.gz
* Fixed bugs on multiple processors:schnetter2002-01-01
| | | | | | | | | Fixed bugs on multiple processors: prolongate_*.F77: Less strict error checking. reduce.cc: Loop only over local components. Other small assorted changes. darcs-hash:20020101154828-07bb3-dab9578946dadf407b1fbf19d68d723beb2f942b.gz
* Added new thorns CarpetReduce and CarpetRegrid to parameter files.schnetter2001-12-14
| | | | darcs-hash:20011214165954-07bb3-e68f15a15027098cd26981663394a4365aee510d.gz
* Added initial stab at reduction operators for Carpet.schnetter2001-12-11
| | | | darcs-hash:20011211120856-07bb3-0f661df0de1c74d8064bf095db9f5abd93efe9a4.gz
* Initial revisioneschnett2001-03-01
darcs-hash:20010301114010-f6438-12fb8a9ffcc80e86c0a97e37b5b0dae0dbc59b79.gz