From 21d5e48809e2f8e0dccce3118cf64a1027d485a2 Mon Sep 17 00:00:00 2001 From: schnetter <> Date: Wed, 5 Nov 2003 14:18:00 +0000 Subject: Many changes that accumulated while Cactus and Carpet diverged. 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 --- CarpetExtra/FOWaveToyF77/src/FOWaveToy.F77 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CarpetExtra/FOWaveToyF77/src/FOWaveToy.F77') diff --git a/CarpetExtra/FOWaveToyF77/src/FOWaveToy.F77 b/CarpetExtra/FOWaveToyF77/src/FOWaveToy.F77 index a89c8cd57..bc2a17549 100644 --- a/CarpetExtra/FOWaveToyF77/src/FOWaveToy.F77 +++ b/CarpetExtra/FOWaveToyF77/src/FOWaveToy.F77 @@ -13,9 +13,9 @@ c -*-Fortran-*- @@*/ #include "cctk.h" -#include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" +#include "cctk_Parameters.h" -- cgit v1.2.3