aboutsummaryrefslogtreecommitdiff
path: root/Carpet
Commit message (Collapse)AuthorAge
* Removed explicit include paths to Nirvana include files and made itChristian Reisswig2011-12-14
| | | | work with ExternalLibraries/Nirvana.
* CarpetIOHDF5: Set times correctly after recoveringErik Schnetter2011-12-14
| | | | | | Recovery happens level-by-level in Cactus. When recovering the refinement level times and the global time, set them correctly according to the current refinement level.
* CarpetN5:Christian Reisswig2011-12-14
| | | | Output ghostzone attribute.
* Make sure output file is not parsed when re-openedChristian Reisswig2011-12-14
| | | | for writing.
* Enable output of fields to individual processor files.Christian Reisswig2011-12-14
|
* Merge.Christian Reisswig2011-12-14
|\
| * Carpet: Correct synchronisation for grid arrays and grid scalarsErik Schnetter2011-12-14
| |
| * Carpet: Implement new routine gather_stringErik Schnetter2011-12-14
| |
| * Merged changesErik Schnetter2011-12-14
| |\
| | * * remove debug output from regrid.ccChristian D. Ott2011-12-14
| | |
| | * * change radius criterion for regridding to being a relative radius change ↵Christian D. Ott2011-12-14
| | | | | | | | | | | | criterion.
| | * CarpetLib: add commentknarf2011-12-14
| | |
| | * CarpetLib: remove re-assignment of all_refinedknarf2011-12-14
| | |
| | * LoopControl: remove restrict keyword for lc_topology_t because we do modify ↵knarf2011-12-14
| | | | | | | | | | | | it using realloc
| | * CarpetLib: correct typo in commentknarf2011-12-14
| | |
| | * LoopControl: realloc more memory for thread structures when needed instead ↵knarf2011-12-14
| | | | | | | | | | | | of aborting
| | * LoopControl: be more verbose with error abour thread count inconsistency)knarf2011-12-14
| | |
| | * rename local variables to avoid compiler warnings: declaration of xxx ↵knarf2011-12-14
| | | | | | | | | | | | shadows a member of 'this'
| | * * fix issue in regrid.cc that lead to NANs in old_radius_{x,y,z}Christian D. Ott2011-12-14
| | |
| * | CarpetRegrid2: Correct handling positions of refined regionsErik Schnetter2011-12-14
| | | | | | | | | | | | Correct indexing error.
| * | CarpetLib: Correct refluxing function in ggfErik Schnetter2011-12-14
| | | | | | | | | | | | Correct indices.
| * | CarpetLib: Correct refluxing communication scheduleErik Schnetter2011-12-14
| | | | | | | | | | | | | | | Rewrite the code setting up the refluxing communication schedule, using "more modern" features of bbox and bboxset.
| * | CarpetLib: Disable invalid stride consistency check (for face-centered grids)Erik Schnetter2011-12-14
| | |
| * | CarpetLib: Correctly determine face-centered grids while restrictingErik Schnetter2011-12-14
| | |
| * | CarpetLib: White space change in fulltreeErik Schnetter2011-12-14
| | |
| * | CarpetLib: Remove debug code in communication buffer poisoningErik Schnetter2011-12-14
| | |
| * | CarpetLib: Correct face-centred restriction operatorErik Schnetter2011-12-14
| | | | | | | | | | | | | | | | | | Artificially shift bounding boxes as if the fluxes were cell centred, since Carpet internally doesn't distinguish between the different centering methods.
| * | Carpet: Correct component indexing in VarDataPtrIErik Schnetter2011-12-14
| | |
| * | doc: Describe how to format commit messagesErik Schnetter2011-12-14
| |/
| * merge with headknarf2011-12-14
| |\
| | * CarpetRegrid2: Correct check whether to regridErik Schnetter2011-12-14
| | |
| * | forgot to commit UnusedMask.ccknarf2011-12-14
| |/
| * fix compile bug, bad meknarf2011-12-14
| |
| * mergeknarf2011-12-14
| |\
| | * implement unusedpoints_maskknarf2011-12-14
| | |
| * | CarpetReduce: Make helper functions min/max/etc. privateErik Schnetter2011-12-14
| | |
| * | CarpetInter: Improve efficiency when looping over gridsErik Schnetter2011-12-14
| | |
| * | CarpetRegrid2: Rename type ibboxset to ibbsetErik Schnetter2011-12-14
| | |
| * | CarpetLib: Correct indexing error in 7th order prolongationErik Schnetter2011-12-14
| | |
| * | CarpetLib: Small changeErik Schnetter2011-12-14
| | |
| * | CarpetLib: Add refluxing function to ggf classErik Schnetter2011-12-14
| | |
| * | CarpetLib: Add refluxing data structures to dh classErik Schnetter2011-12-14
| | |
| * | CarpetLib: Support mixed vertex/cell centred restrictionErik Schnetter2011-12-14
| | |
| * | CarpetLib: Add "offset" functionErik Schnetter2011-12-14
| | |
| * | CarpetLib: Correct typo in commentErik Schnetter2011-12-14
| | |
| * | CarpetInterp: Update test casesErik Schnetter2011-12-14
| |/
| * CarpetLib: Instantiate vect template for more typesErik Schnetter2011-12-14
| |
| * CarpetLib: Generalise "expand" function. Implement "shift" function.Erik Schnetter2011-12-14
| | | | | | | | | | Allow expanding bboxset by multiples of a fraction of the stride. Allow shifting bboxsets.
| * CarpetLib: Generalise "expand" functionErik Schnetter2011-12-14
| | | | | | | | Allow expanding bboxes by fractions of the stride.
| * CarpetInter2: Return early when interpolating zero variablesErik Schnetter2011-12-14
| |