aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp2/src/fasterp.hh
Commit message (Collapse)AuthorAge
* Allow padding in transport operatorsErik Schnetter2012-11-22
| | | | | Rewrite padding infrastructure. Add padded array extents to transport operator APIs.
* CarpetInterp: New ENO2 interpolator.Christian Reisswig2012-10-20
|
* CarpetLib: Remove/correct ATTRIBUTE_CONST and ATTRIBUTE_PURE declarationsErik Schnetter2012-09-11
|
* CarpetInterp2: provide function to check if fasterp_setup is out of dateroland haas2012-09-11
| | | | | | | | CarpetInterp2 tests if a fasterp_setup_t object is out of date (older than the current regridding epoch) before it uses it. This patch exports this test to user code so that they can check each time they want to interpolate if they have to re-create the setup object. It has the advantage of hiding the internal decision criterion from the user.
* CarpetInterp2: Don't define dim, use Carpet's dim insteadErik Schnetter2012-09-11
|
* CarpetInterp2: Improve error messageErik Schnetter2012-09-11
| | | | | | Give more information in error message. Rename macro. Correct typo.
* CarpetInterp2: Check interpolation stencils for out-of-boundsRoland Haas2012-09-11
| | | | | Check all interpolation stencils whether they are inside their respective arrays. Abort with an error message if not.
* CarpetInterp2: Use level regridding epochErik Schnetter2011-12-14
| | | | | Use level regridding epoch to determine whether the interpolation communication scheme has to be recreated.
* Import CarpetErik Schnetter2011-12-14
| | | | Ignore-this: 309b4dd613f4af2b84aa5d6743fdb6b3
* CarpetInterp2: Increase maximum interpolation order to 11Erik Schnetter2008-09-10
|
* CarpetInterp2: More debugging; add many more self-testsErik Schnetter2008-09-08
|
* CarpetInterp2: More debuggingErik Schnetter2008-07-24
|
* CarpetInterp2: New function fasterp_setup_tErik Schnetter2008-07-22
| | | | | Add a new fasterp_setup_t which sets up an interpolation starting from local coordinates and patch numbers.
* Move implementation of create_mpi_datatype from CarpetInterp2 to CarpetLibErik Schnetter2008-07-15
|
* CarpetInterp2: New thorn with a more efficient interpolatorErik Schnetter2008-07-11