aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Overload CCTK_InterpGridArrays() with PUGHInterp_InterpGridArrays().tradke2002-12-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@37 1c20744c-e24a-42ec-9533-f5004cb800e5
* Initial version of PUGHInterp_InterpGridArrays() which implements the newtradke2002-12-20
| | | | | | | | global interpolation API and overloads CCTK_InterpGridArrays(). No table options are evaluated yet. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@36 1c20744c-e24a-42ec-9533-f5004cb800e5
* Moved check for interpolation points with a stencil outside of the gridtradke2002-12-19
| | | | | | | | | up from the local interpolation code into the global interpolator. This means for the interpolation of local arrays, points are allowed to be shifted back into the grid. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@35 1c20744c-e24a-42ec-9533-f5004cb800e5
* Fixed warning message which printed the wrong upper range for out-of-rangetradke2002-12-16
| | | | | | | grid points. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@34 1c20744c-e24a-42ec-9533-f5004cb800e5
* Preliminary support for both the old and the new global interpolator API.tradke2002-12-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@33 1c20744c-e24a-42ec-9533-f5004cb800e5
* No important changes, just tidying up before adding the new global interpolatortradke2002-12-11
| | | | | | | API. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@32 1c20744c-e24a-42ec-9533-f5004cb800e5
* Erik's patch which willtradke2002-08-19
| | | | | | | | | | (a) fix GetLocalCoords to check for too few ghostzones, but with a kludge, because I don't know how to get other processors' bbox information from PUGH. (b) change the interpolator to not shift the stencil any more. This closes PR CactusPUGH/1202. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@31 1c20744c-e24a-42ec-9533-f5004cb800e5
* Added email addresses of author(s)/maintainer(s) of this thorn.tradke2002-06-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@29 1c20744c-e24a-42ec-9533-f5004cb800e5
* changing the documentation.tex files to use our cactus style fileikelley2002-06-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@28 1c20744c-e24a-42ec-9533-f5004cb800e5
* Don't need to schedule AFTER LocalInterp_UC_Startup anymore.tradke2002-05-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@27 1c20744c-e24a-42ec-9533-f5004cb800e5
* Updated saying that the local interpolation stuff has been cloned in thorntradke2002-05-29
| | | | | | | LocalInterp. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@26 1c20744c-e24a-42ec-9533-f5004cb800e5
* Removed the local interpolation operator from PUGHInterp. The code for thistradke2002-05-29
| | | | | | | lives in thorn LocalInterp now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@25 1c20744c-e24a-42ec-9533-f5004cb800e5
* Schedule PUGHInterp's interpolation operators AFTER LocalInterp_UC_Startup.tradke2002-02-27
| | | | | | | | This should be there only temporary as long as the current and Jonathan's new interpolator thorns coexist. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@23 1c20744c-e24a-42ec-9533-f5004cb800e5
* fix tiny typo in comment :)jthorn2001-10-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@20 1c20744c-e24a-42ec-9533-f5004cb800e5
* There are two changes in this checkin:jthorn2001-10-19
| | | | | | | | | | | | | | | | * Add a bunch of comments (some grdoc, some "just" ordinary C comments) documenting how the interpolator works, including grdoc comments describing all the arguments of the INTERPOLATE() macro. * #ifdef PUGHINTERP_VERBOSE_DEBUG Add some debugging code to print the interpolation coefficients etc at a single grid point; which grid point is specified by a global variable that the caller can set as appropriate. This is all inside the #ifdef, so in a normal compilation there's no overhead. #endif git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@19 1c20744c-e24a-42ec-9533-f5004cb800e5
* Inherit from thorn driver.tradke2001-10-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@18 1c20744c-e24a-42ec-9533-f5004cb800e5
* Fixed bug for assigning delta Cactus/756allen2001-08-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@17 1c20744c-e24a-42ec-9533-f5004cb800e5
* Fixed location of stencils for interpolation.tradke2001-08-02
| | | | | | | This closes PR CactusPUGH/745. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@16 1c20744c-e24a-42ec-9533-f5004cb800e5
* Use const pointers wherever possible.tradke2001-05-28
| | | | | | | | Also removed volatile qualifiers for some pointers which were needed on the Hitachi. The compiler bug there seems to be fixed now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@15 1c20744c-e24a-42ec-9533-f5004cb800e5
* New timelevel indexingallen2001-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@13 1c20744c-e24a-42ec-9533-f5004cb800e5
* Making rcsid string a constant - PR 669.goodale2001-05-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@12 1c20744c-e24a-42ec-9533-f5004cb800e5
* Removed reference to USED grid::domain parameter. The code doesn't seemtradke2001-05-03
| | | | | | | | to be used anywhere. This closes PR CactusPUGH/PUGHInterp 649. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@11 1c20744c-e24a-42ec-9533-f5004cb800e5
* Interpolate on highest timelevel.allen2001-04-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@10 1c20744c-e24a-42ec-9533-f5004cb800e5
* Changing CCTK_CHAR to CCTK_BYTEallen2001-04-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@9 1c20744c-e24a-42ec-9533-f5004cb800e5
* Forgot a semicolon.tradke2001-02-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@8 1c20744c-e24a-42ec-9533-f5004cb800e5
* The buggy Hitachi compiler still wants a 'volatile' qualifier for sometradke2001-02-15
| | | | | | | variables otherwise optimized code will crash. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@7 1c20744c-e24a-42ec-9533-f5004cb800e5
* PUGHInterp implements 'Interp', and not 'PUGHInterp'.tradke2001-02-15
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@6 1c20744c-e24a-42ec-9533-f5004cb800e5
* Accidentally committed this old parfile.tradke2001-02-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@5 1c20744c-e24a-42ec-9533-f5004cb800e5
* This commit was generated by cvs2svn to compensate for changes in r2, whichtradke2001-02-14
| | | | | | included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@3 1c20744c-e24a-42ec-9533-f5004cb800e5
* Standard project directories initialized by cvs2svn.(no author)2001-02-14
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@1 1c20744c-e24a-42ec-9533-f5004cb800e5