aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc
Commit message (Collapse)AuthorAge
* OpenMP changes:Erik Schnetter2008-03-21
| | | | | | | Use #pragma instead of _Pragma for OpenMP directives. The PGI compilers do not understand the _Pragma syntax. Use int instead of ptrdiff_t for loop variables which are parallelised via OpenMP. The PGI compilers cannot handle ptrdiff_t.
* CarpetLib: Add support for OpenMPErik Schnetter2007-08-21
| | | | | | | | | | | Add #pragma omp statements for loops in reduction and prolongation operators. Change loop control variables to signed types. Add functions to determine the number of active threads. Add a parameter to set the number of threads if desired. darcs-hash:20070821185237-dae7b-56827b72a69b5fa1b3d1316379a0f155696b4cb2.gz
* CarpetLib: Make the template functions min3 and max3 not staticErik Schnetter2007-02-23
| | | | | | | Make the template functions min3 and max3 not static to keep the AIX C++ compiler happy. darcs-hash:20070223200627-dae7b-d31ff7e7e0741ce3c592b60350deccb3b4f7f9ab.gz
* CarpetLib: Remove wrong comment from ENO time interpolatorErik Schnetter2007-02-22
| | | | darcs-hash:20070222183639-dae7b-4da8856a98e31c7509034f4c623a2f34cd1c7ab8.gz
* CarpetLib: Disable complex numbers when instantiating ENO time interpolatorsErik Schnetter2007-02-22
| | | | darcs-hash:20070222183614-dae7b-7370334050f2f04e45b53693b252a51a2457a150.gz
* CarpetLib: Add ENO timer interpolatorErik Schnetter2007-02-19
darcs-hash:20070219202316-dae7b-441bdad39e75963a86bedbcaea54bbf7ced0f8a7.gz