aboutsummaryrefslogtreecommitdiff
path: root/Carpet
Commit message (Collapse)AuthorAge
* Clarify error message.schnetter2004-01-09
| | | | darcs-hash:20040109122120-07bb3-ec22ca801d35b1de50585080dd2ab0e8d31da4d5.gz
* Fix typo in parameter descriptionschnetter2003-12-19
| | | | darcs-hash:20031219150155-07bb3-41d0f7f3df186e02d5a3a98ad823906252564440.gz
* test new mailing listschnetter2003-12-19
| | | | darcs-hash:20031219104155-07bb3-c74a7c6ed129c05fe6687c4ac627874a93cda3d5.gz
* Check new mailing list.schnetter2003-12-19
| | | | darcs-hash:20031219103309-07bb3-023267a17f4d7bcbd2399cedefc787cc228a9539.gz
* undo testing changeschnetter2003-12-19
| | | | darcs-hash:20031219094352-07bb3-20d9e41ca0bb17d441f83f83edcab34739ef1fde.gz
* Follow C++ standard.schnetter2003-11-21
| | | | darcs-hash:20031121125546-07bb3-60338023244fbd0fab9d8663adff4cdf78e31141.gz
* Round manually specified coordinates to the nearest grid point, butschnetter2003-11-21
| | | | | | | Round manually specified coordinates to the nearest grid point, but don't round strides. darcs-hash:20031121115156-07bb3-651b99788e8699892ef5e87ece189d4fe95484d0.gz
* Missing break in TVD interpolator case statement.hawke2003-11-20
| | | | darcs-hash:20031120072851-58737-e1aef776341af758afc99b27f175463b3ad508c2.gz
* Correct dependencies.schnetter2003-11-19
| | | | darcs-hash:20031119161203-07bb3-48f4411b33dbdf6dffc24fd74dd61a5fb4634f4f.gz
* Only allow MG level switches in global mode.schnetter2003-11-19
| | | | darcs-hash:20031119130607-07bb3-1a512c150eba19d5447181d614c4ae0d63b7f4f2.gz
* Allow reflevel=-1 in set_mglevel if we're going to global mode.hawke2003-11-19
| | | | darcs-hash:20031119084938-58737-5affcb34e6214f88010808e33f6cd9e0d9ffb443.gz
* More error checking when converting real coordinates to integer grid points.schnetter2003-11-14
| | | | darcs-hash:20031114115047-07bb3-e2a2aa933f412bf4b9b6d9334d3774203a80b569.gz
* Return the local interpolator's error code if something goes wrong.schnetter2003-11-13
| | | | darcs-hash:20031113162947-07bb3-267cc4954cf1498f2a1f058eb4c23904976e92e9.gz
* Implement specifying refined boxes by coordinates instead of by gridschnetter2003-11-13
| | | | | | | Implement specifying refined boxes by coordinates instead of by grid point numbers. darcs-hash:20031113150437-07bb3-3889e9e5e4f97233034f57ab4f968b1476bd515f.gz
* Allow bboxes of CCTK_REALs.schnetter2003-11-13
| | | | darcs-hash:20031113150358-07bb3-427886aab7c861fe53bf7fef96ec2a31e1d155f5.gz
* Output a real error message if a file cannot be opened for writing.schnetter2003-11-13
| | | | darcs-hash:20031113150338-07bb3-d614c53c250f86c87ead3aa8a7b97c74439b0c04.gz
* Allow arrays with fewer elements than the number of processors.schnetter2003-11-13
| | | | darcs-hash:20031113094917-07bb3-9890909505d88e3f6d0d18b109065d05098d5a4b.gz
* Fix bug in the maximum reduction operator.schnetter2003-11-12
| | | | darcs-hash:20031112162930-07bb3-eb9a8b4a6c167c98bfeca86bc0c7b10baed922b5.gz
* Output better error message.schnetter2003-11-11
| | | | darcs-hash:20031111132341-07bb3-6fdb95d03d6c9d1fb857557afd17b6418a17dc7e.gz
* Use vector<> instead of dynamic [] arrays.schnetter2003-11-07
| | | | darcs-hash:20031107122106-07bb3-a21c30bb42714054caed0490f79121cfef385697.gz
* Return local interpolation errors to the caller instead of aborting.schnetter2003-11-06
| | | | darcs-hash:20031106133319-07bb3-f59f24cdc8a5f5b170693e56b1b8f2a14b1adf0e.gz
* Fix core dump.schnetter2003-11-06
| | | | darcs-hash:20031106125023-07bb3-bc17ef32006900de77a8f185a7424322df71f9db.gz
* Update doxygen configuration.schnetter2003-11-05
| | | | darcs-hash:20031105190135-07bb3-0ee85486318563b8fe42e7a5c8de220725d2b7fd.gz
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many changes that accumulated while Cactus and Carpet diverged. Add processor splitting mechanism "along-dir" that splits along a specified direction. Rename group PostRestrict to bin POSTRESTRICT. Prolongate initial data only when desired. This saves much time. Sorry, Ian. Fix bug in time level cycling of grid arrays. (Note: grid arrays should not have time levels.) Fix time_t bug on IRIX. Make sure that there is no integer overflow when there are many refinement levels. Always put parentheses around (maxreflevelfact/reflevelfact). Fix typo in Carpet verbose output. Add debug output in processor splitting. Communicate in three stages: Irecv, (work), Isend, Wait. This might be more efficient. Much more, potentially. Fix bug in processor layout of grid arrays. Sorry, Ian. Make the interpolator interpolate between time levels. Untested. Fix bug in processor communication in interpolator. Sorry, Ian. Rewrite prolongation operators to make them twice as fast. There you are, Ian. Move prolongation operator kind handling from data to gdata. Add official hyperslabbing interfaces to CarpetSlab. Adapt to new cGH * handling. darcs-hash:20031105151837-07bb3-758a87ff0355dba053269df4b7d7d79bea018669.gz
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many changes that accumulated while Cactus and Carpet diverged. Add processor splitting mechanism "along-dir" that splits along a specified direction. Rename group PostRestrict to bin POSTRESTRICT. Prolongate initial data only when desired. This saves much time. Sorry, Ian. Fix bug in time level cycling of grid arrays. (Note: grid arrays should not have time levels.) Fix time_t bug on IRIX. Make sure that there is no integer overflow when there are many refinement levels. Always put parentheses around (maxreflevelfact/reflevelfact). Fix typo in Carpet verbose output. Add debug output in processor splitting. Communicate in three stages: Irecv, (work), Isend, Wait. This might be more efficient. Much more, potentially. Fix bug in processor layout of grid arrays. Sorry, Ian. Make the interpolator interpolate between time levels. Untested. Fix bug in processor communication in interpolator. Sorry, Ian. Rewrite prolongation operators to make them twice as fast. There you are, Ian. Move prolongation operator kind handling from data to gdata. Add official hyperslabbing interfaces to CarpetSlab. Adapt to new cGH * handling. darcs-hash:20031105141838-07bb3-d348d033307d82905893e241be485c4db2ce8ce3.gz
* Fixed minmod interpolation loopcott2003-10-30
| | | | darcs-hash:20031030125459-19929-40e83a3467ca581eb7e493404657b56b3a78de2a.gz
* Patch the minmod prolongation routines in a fashion that really appears to ↵hawke2003-10-20
| | | | | | work for a change. darcs-hash:20031020083924-58737-0808ad70950041cf90593f8e63fc5dd8a552b17d.gz
* Fixed bug in case PROLONG_TVD (missing break statement in case 1).cvs_anon2003-10-17
| | | | | | | Fixed bug in case PROLONG_TVD (missing break statement in case 1). - Christian darcs-hash:20031017061441-62b91-caf11a681cb9c5d39858e666c1d281efb56d00b2.gz
* Fix bug in automatic domain decomposition.schnetter2003-10-16
| | | | darcs-hash:20031016150004-07bb3-9c843c9710adcce8d2b3243b0c02b798d83bab59.gz
* A much corrected version of the TVD prolongation. Looks nicer in the first ↵hawke2003-10-15
| | | | | | tests. Also simpler. darcs-hash:20031015095155-58737-cdbc9b0c881bc9970298ad5c95d5375a1eacaaab.gz
* The prolongation method can now be controlled from the tags table defined in ↵hawke2003-10-15
| | | | | | | | | | | | | | | | | | the interface.ccl. The prolongation method defaults to "Lagrange" and the other options are "None" and "TVD" (which I'm now sure doesn't work properly). The prolongation method can now be controlled from the tags table defined in the interface.ccl. The prolongation method defaults to "Lagrange" and the other options are "None" and "TVD" (which I'm now sure doesn't work properly). As an example, from CartGrid3D: REAL coordinates type=GF tags='Prolongation="None"' { x, y, z, r } switches off prolongation for the coordinates. Also, a one off opportunity to marvel at C++ code that combines the worst features of Fortran with the worst features of C... darcs-hash:20031015051401-58737-870c23e54e58164a45ffe3438e393587b1cc670b.gz
* Make gf and data objects store a Cactus variable index that thisschnetter2003-10-14
| | | | | | | | Make gf and data objects store a Cactus variable index that this object is associated with. This can be used to access various kinds of information, e.g. variable names. darcs-hash:20031014143916-07bb3-678d114393008db7790b5ed72d6462673414c06a.gz
* Some very simple TVD prolongation routines. Uses minmod so probably not very ↵hawke2003-10-14
| | | | | | | | | accurate either. Some very simple TVD prolongation routines. Uses minmod so probably not very accurate either. These are almost completely untested. As such they will be compiled but not linked against - you'll have to modify data.cc to make them actually be used. darcs-hash:20031014125346-58737-6784481a876ebabaee43b280739d3c279170ae26.gz
* Change "do ... while (0)" trick to "if (1) ... else".schnetter2003-10-13
| | | | darcs-hash:20031013094451-07bb3-139bc7295b1b30004fe3e4f37136a6065134fb7d.gz
* Change grid array handling in the component loop macros. When loopingschnetter2003-09-30
| | | | | | | | Change grid array handling in the component loop macros. When looping over grid arrays, "component" now denotes the current component for grid arrays. darcs-hash:20030930095842-07bb3-f2c754f5886431d78eb7fd68ecf810059c1b78c4.gz
* Replace num_points() by size().schnetter2003-09-20
| | | | darcs-hash:20030920115318-07bb3-50458524a69bce820359042b32f6ee9696bb903e.gz
* Use bbox::size() instead of bbox::num_points().schnetter2003-09-19
| | | | | | | Use bbox::size() instead of bbox::num_points(). Mark future changes for vector grid functions with VGF. darcs-hash:20030919140837-07bb3-b2f7bb1998428a72e75d38b420eed9b02c8557d8.gz
* bbox::size() and bboxset::size() return the number of grid points, notschnetter2003-09-19
| | | | | | | | | bbox::size() and bboxset::size() return the number of grid points, not the product of the shape. This makes larger grids possible. Mark necessary future changes for vector grid functions with VGF. darcs-hash:20030919140641-07bb3-94c1897464dcc159725618d611ac28f3f75a3011.gz
* Return void instead of int.schnetter2003-09-19
| | | | darcs-hash:20030919140431-07bb3-cc12e5b46fc46ab3c40917ae346e8532b3d37bd5.gz
* Beautifyschnetter2003-09-19
| | | | darcs-hash:20030919140256-07bb3-a7dbb2367f3c8cf3b6bcfb423caf21b6b1b2cda7.gz
* Check structure of outerbounds parameter.schnetter2003-09-11
| | | | darcs-hash:20030911140415-07bb3-4f553d0be7f28ebeecb98dffa7702131cb373624.gz
* Carpet infrastructure thorns now require the thorns they depend upontradke2003-09-04
| | | | | | | | (CarpetLib, Carpet, FlexIO) to be compiled in and activated via the "Requires thorns: ..." attribute in the configuration.ccl files. No need to inherit from those thorns/implementations anymore. darcs-hash:20030904142321-1d9bf-309be01f0950d97b8cb45d041d44edce01aff2a5.gz
* Traverse (coordinate registration) routines scheduled on the new bin CCTK_WRAGH.tradke2003-09-02
| | | | darcs-hash:20030902111116-1d9bf-232e56c3a869b2ecae52dbb63883237fc647a85f.gz
* Make CarpetIOASCII parameters private rather than restricted so that theytradke2003-09-02
| | | | | | don't interfere with other implementations of IOASCII. darcs-hash:20030902103717-1d9bf-52b94299763b04c2798724d97f5794ee5c6c15c6.gz
* Track the C++ standard.schnetter2003-08-28
| | | | | | | | | Track the C++ standard. Derived template classes do not have their template parent classes in scope; one has to explicitly use "this->" to access parent class elements. darcs-hash:20030828192703-07bb3-09c0c6267bffab1dee6bc3a4cfd4b156b51e39b0.gz
* Fix bug.schnetter2003-08-28
| | | | | | | Fix bug. Remove duplicate functions. darcs-hash:20030828190727-07bb3-ec3abefc3438a4822d11d3ff43587a0968e9a2a9.gz
* Fix compiler error.schnetter2003-08-27
| | | | darcs-hash:20030827090043-07bb3-4bf6562f53fc6d4e57f2f824e45abbdfbf49df31.gz
* Fix bug in domain decomposition onto multiple processors. Thanks, Ian.schnetter2003-08-27
| | | | darcs-hash:20030827084910-07bb3-914c4217c5fffed1c29fb20fe66cef34b1ef8940.gz
* Whitespace change.schnetter2003-08-15
| | | | darcs-hash:20030815133605-07bb3-2a882668d6406049f9083cb03269eff9e24197e9.gz
* Nothingschnetter2003-08-15
| | | | darcs-hash:20030815133400-07bb3-c7be869a21089417359e67fc85b7f375d1ddac93.gz