aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* CarpetJacobi: Remove redefinition of restrict qualifierErik Schnetter2012-07-25
|
* CarpetCG: Remove redefinition of restrict qualifierErik Schnetter2012-07-25
|
* LoopControl: Remove redefinition of restrict qualifierErik Schnetter2012-07-25
|
* CarpetLib: Remove redefinition of restrict qualifierErik Schnetter2012-07-25
|
* Carpet: Break long linesErik Schnetter2012-07-25
|
* Move MPI support from flesh to a thornErik Schnetter2012-07-21
| | | | | | | Move MPI support from flesh to thorn ExternalLibraries/MPI. This also requires thorns that call MPI directly to declare this in their configuration.ccl. Existing configurations using MPI need to include ExternalLibraries/MPI into their thorn list.
* CarpetIOF5: Introduce FAILWARN0Erik Schnetter2012-07-21
| | | | | Introduce FAILWARN0 to check errors for HDF5 functions returning non-negative integers.
* CarpetRegrid: fix typo using cctk_lbnd instead cctk_lshRoland Haas2012-07-08
|
* CarpetMask: comment on scheduling in PostStep after SphericalSurface_HasBeenSetRoland Haas2012-07-07
|
* Introduce cctk_ash, retire cctk_lsshErik Schnetter2012-07-03
| | | | | | | | | Introduce cctk_ash, describing the process-local array shape that has been allocated. This may be larger than cctk_lsh, the process-local shape that should be used. Retire cctk_lssh and related infrastructure to handle staggered grid functions.
* Introduce cctk_ash, retire cctk_lsshErik Schnetter2012-07-03
| | | | | | | | | Introduce cctk_ash, describing the process-local array shape that has been allocated. This may be larger than cctk_lsh, the process-local shape that should be used. Retire cctk_lssh and related infrastructure to handle staggered grid functions.
* Carpet: call POSTREGRID on all finer levels of a regridded levelRoland Haas2012-06-28
| | | | | | Carpet assumes that a regridding operation always changes level N and all finer levels so we should call POSTREGRID on all finer levels
* Carpet: ensure scheduling of global-early routines in POSTREGRIDRoland Haas2012-06-25
| | | | | these routines would not start since they were only checked for on rl==0 which is never recomposed.
* CarpetLib: remove comment about not supporting overlaps in vertexRoland Haas2012-06-18
| | | | | centering since CarpetLib does and the comment is a leftover from an older implementation of the functionality.
* Carpet: back out of 18d226c24a35 (again)Roland Haas2012-06-21
| | | | | | | | | for reasoning pleas see the source code. In short: Traverse post_recover_variables in only for current timelevel (not for all timelevels). Variables on past timelevels cannot have their boundary conditions applied consistently, because time interpolation for these may requires even older timelevels that are not available.
* Carpet: Output informative message if HAVE_SCHED_GETAFFINITY is missingErik Schnetter2012-06-25
|
* Carpet: CCTK_ActiveTimeLevels: Return minimum instead of sumErik Schnetter2012-06-20
| | | | Return the minimum instead of the sum of the number of active time levels.
* CarpetLib: Comment out unused variableErik Schnetter2012-06-20
|
* Carpet: Choose epsilon depending on precisionErik Schnetter2012-06-20
|
* CarpetLib: add index checking on source array in mixed restriction operatorRoland Haas2012-05-05
|
* CarpetLibs: shift vertex centered directions in restrict_3d_vc_rf2Roland Haas2012-04-28
|
* CarpetEvolutionMask: add TODOsRoland Haas2012-06-02
|
* CarpetEvolutionMask: enlarge evolved region by one in vertex centeringRoland Haas2012-06-02
| | | | | to remove the weight = 1/2 points that are used by reductions.
* CarpetEvolutionMask: add parameter enlarge_evolved_region to fine tuneRoland Haas2012-06-02
| | | | | | | | excluded region positive values enlarge the *evolved* region, negative values (up to buffer_with + ghost_width) shrink it. That is positive values shrink the hole in the center of patches.
* CarpetEvolutionMask: use dd.ghost_widths rather than cctk_nghostzonesRoland Haas2012-06-02
|
* CarpetEvolutionMask: make parameters steerableRoland Haas2012-06-02
|
* CarpetIOHDF5: add test for buffer zone outputRoland Haas2012-06-17
| | | | Right now there is no facility to actually use this test unfortunately.
* CarpetIOHDF5: re-add ghost and symmetry points when removing buffersRoland Haas2012-06-17
| | | | | | | NOTE: this assumes (like other parts of CarpetIOHDF5) that the number of symmetry points is the number of ghost points. NOTE: it likely outputs too many points when RotatingSymmetry is used and only buffer points touch the symmetry boundary.
* CarpetIOHDF5: zero cctk_nghostzones attribute unless ghost zones are writtenRoland Haas2012-06-17
| | | | to disk
* Carpet: output grid structures to file in Initialize instead of in SetupGHRoland Haas2012-06-11
| | | | | This is so that IOUtils has had time to initialize itself and we can query IO_TruncateOutputFiles with confidence.
* CarpetLib: take stencil size of irestriciton operators into accountRoland Haas2012-06-05
| | | | when computing "send" region for restriction communication setup
* Carpet: Update setting CPU affinityErik Schnetter2012-06-07
|
* CarpetLib: Output error message for illegal bbox setupsErik Schnetter2012-06-07
|
* Carpet: Correct error in "balanced" domain decompositionErik Schnetter2012-06-07
|
* Carpet: Add short instructions to backtracesErik Schnetter2012-06-07
|
* Carpet: Iterate over timelevels in post_recover_variablesErik Schnetter2012-06-07
|
* Carpet: Separate creating and initialising TimersErik Schnetter2012-06-07
| | | | | | Add function Timer::instantiate() that associates a timer with a point in the timer hierarchy. Don't do this automatically when a timer is created. This allows declaring timers ahead of time.
* Carpet: check ghost size against restrion operator orderRoland Haas2012-06-04
| | | | if use_higher_order_restriction = yes
* CarpetLib: make parameters controlling restrition order restrictedRoland Haas2012-06-04
| | | | this is so that Carpet can see them when checking the ghost sizes
* CarpetLib: add fifth order cc restriction operatorRoland Haas2012-06-04
|
* CarpetLib: add offset3 function identical to index3 without testsRoland Haas2012-05-03
| | | | | | index3 fails with CARPET_DEBUG if it is asked for an index outisde of the box, which happens in the operators when they try to ask for di offsets for a box of width 1
* CarpetLib: disable debugging tests in 3rd order cc restrict operatorRoland Haas2012-06-04
|
* CarpetLib: clean up higher order restriciton someRoland Haas2012-06-04
| | | | | | | | | * rename controlling parameter to use_higher_order_restriction * introduce parameter restriction_order_space to control which operator is used (currently order 1 and 3 are suppoted) * include some comments on what the operator does * change the way the restrictable region is computed in dh.cc/regrid to be based on exterior.shrink(stencil_width) rather that the interior
* CarpetRegrid2: Add commentsErik Schnetter2012-06-04
|
* CarpetAdaptiveRegrid: Improve CCTK_Warn replacementErik Schnetter2012-06-04
|
* CarpetLib: add preliminary support for higher order restrictionRoland Haas2012-06-02
|
* CarpetInterp: "m" -> "mglevel" when accessing ↵Christian Reisswig2012-06-04
| | | | groupdata.AT(gi).activetimelevels.AT(mglevel).AT(rl) to find out how many active timelevels are available. When using "m", I get a std::vector out of range.
* CarpetInterp: Don't use CCTK_ActiveTimeLevels to get number of active ↵Christian Reisswig2012-06-02
| | | | | | timelevels. Use groupdata.AT(gi).activetimelevels.AT(m).AT(rl) instead. This rempoves a problem in CarpetInterp's error check.
* CarpetReduce: increase warning level about possible deadlock toRoland Haas2012-05-17
| | | | | WARN_DEBUG from WARN_PICKY since there might still be thorns around that do so
* CarpetEvolutionMask: add relative error tolerance of 1e-12Roland Haas2012-05-15
|