aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* Change include mechanism for aliased functions in Fortran. One now has toschnetter2003-10-27
| | | | | | | | Change include mechanism for aliased functions in Fortran. One now has to #include "cctk_Functions.h" and then use the macro DECLARE_CCTK_FUNCTIONS. darcs-hash:20031027143140-07bb3-c89b45361b934b875cad21d4f74b278d9eacdd46.gz
* Change include mechanism for aliased functions in Fortran. One now has toschnetter2003-10-27
| | | | | | | | Change include mechanism for aliased functions in Fortran. One now has to #include "cctk_Functions.h" and then use the macro DECLARE_CCTK_FUNCTIONS. darcs-hash:20031027133140-07bb3-d4036d092a34df15aa67213d3e4d691dc0ea72ca.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
* Writing Checkpoint files works now, but requires some small changes to ↵cvs_anon2003-10-02
| | | | | | Carpet/Carpet/src/Evolve.cc. darcs-hash:20031002093403-62b91-40b3a80a6c90098980848decc15a2aec8d7fd5cc.gz
* Another update. Fixed minor bugs, found another problem concerning HDF5.cvs_anon2003-09-30
| | | | darcs-hash:20030930113319-62b91-5d49edeeb92f9ef9287df8ae3d9a173d0a9ad6e0.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
* Writing checkpoint files with refinement turned on works now. HDF5 problem. ↵cvs_anon2003-09-25
| | | | | | IEEE fine. darcs-hash:20030925063804-62b91-2be238f72d1e5321a7d4c1c2e9a10dac619305a4.gz
* yet another not working cvs commit to save the current statecvs_anon2003-09-24
| | | | darcs-hash:20030924063530-62b91-f476be710cbcc753a402f858f1780341384ef3c0.gz
* Re-commit of old version to fix my accidental commit yesterday.cvs_anon2003-09-24
| | | | darcs-hash:20030924061502-62b91-2428a17befd681cd13e3989d486038b8fbadac78.gz
* New file containing util routines.cvs_anon2003-09-23
| | | | darcs-hash:20030923103550-62b91-5ab4d33553469e5e3298597d0148cf4ed1ecdc8a.gz
* Another (updated) development version. Still not working.cvs_anon2003-09-23
| | | | darcs-hash:20030923103443-62b91-cd8947bfd13f75214085c9e0d78df729e3f90c72.gz
* another (updated) development versioncvs_anon2003-09-23
| | | | darcs-hash:20030923103212-62b91-f2161d87387c7e4c88290a8b4f78b56ef4b048ee.gz
* Replace num_points() by size().schnetter2003-09-20
| | | | darcs-hash:20030920115318-07bb3-50458524a69bce820359042b32f6ee9696bb903e.gz
* Include "Symmetry.h" instead of "AlphaThorns/Cart3d/src/Cart3d.h".schnetter2003-09-20
| | | | darcs-hash:20030920115303-07bb3-3726b5d4d410699c48bfc41127e0b2f0a5eb613c.gz
* These files are Fortran 77, not Fortran 90.schnetter2003-09-20
| | | | darcs-hash:20030920114727-07bb3-a6a3356b90a00f50bf96ef24e7b1b98c157c5516.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
* Messed around with this. Still not working. Ran into Carpet problems.[_^?_] ↵cvs_anon2003-09-17
| | | | | | Asking Erik&Ian darcs-hash:20030917114700-62b91-94be58492a57149b904308dba06069a97daa3be1.gz
* Check structure of outerbounds parameter.schnetter2003-09-11
| | | | darcs-hash:20030911140415-07bb3-4f553d0be7f28ebeecb98dffa7702131cb373624.gz
* Hack to stop FlexIO data type clash with LAM MPI.tradke2003-09-08
| | | | darcs-hash:20030908124148-1d9bf-d1565620e6e88b5a5c0485a24f5e7cac8e5e6521.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
* Add elliptic solver thorn that works with Carpet.schnetter2003-09-02
| | | | darcs-hash:20030902123557-07bb3-67dd485b689f921257309f4eeb7389821fd5fa7a.gz
* Traverse (coordinate registration) routines scheduled on the new bin CCTK_WRAGH.tradke2003-09-02
| | | | darcs-hash:20030902111116-1d9bf-232e56c3a869b2ecae52dbb63883237fc647a85f.gz
* Make CarpetIOFlexIO parameters private rather than restricted so that theytradke2003-09-02
| | | | | | don't interfere with other implementations of IOFlexIO. darcs-hash:20030902103751-1d9bf-7725b3283b42d1ab07e7fdd611124551845bb70c.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
* White space changes.schnetter2003-08-27
| | | | darcs-hash:20030827164458-07bb3-e800cab00641c86706fca4c3a5f8848cb65b9ad4.gz