aboutsummaryrefslogtreecommitdiff
path: root/Carpet
Commit message (Collapse)AuthorAge
* CarpetReduce: Remove unused variable "mask"Erik Schnetter2011-12-14
|
* Carpet: Add support for new "accumulate" transport operatorErik Schnetter2011-12-14
|
* CarpetLib: Add new transport operator "accumulate"Erik Schnetter2011-12-14
| | | | | | Add a new transport operator "accumulate", which accumulates ghost zones into grid functions. (This is in a sense the opposite of regular synchronisation, which copies grid function values into ghost zones.)
* CarpetReduce: Correct errors in calculating the weight functionErik Schnetter2011-12-14
|
* CarpetLib: Store more details for setting up the weight masksErik Schnetter2011-12-14
| | | | | Store locations of prolongation and restriction boundaries not only per direction, but per direction and face.
* CarpetReduce: Correct error in calculating weight for restricted regionErik Schnetter2011-12-14
|
* CarpetReduce: Remove large sections of unused codeErik Schnetter2011-12-14
|
* CarpetLib: Correct error detection in prolongate_3d_cc_o1_rf2Erik Schnetter2011-12-14
| | | | | Correct error detection in prolongation operator prolongate_3d_cc_o1_rf2.
* CarpetLib: Correct refluxing in operator restrict_3d_vc_rf2Erik Schnetter2011-12-14
|
* CarpetLib: Add more debug output to operator prolongate_3d_cc_o1_rf2Erik Schnetter2011-12-14
|
* CarpetLib: Add another consistency check when executing communication scheduleErik Schnetter2011-12-14
|
* CarpetLib: Correct refluxing errorsErik Schnetter2011-12-14
|
* CarpetLib: Protect copy3d operator's debug output when using OpenMPErik Schnetter2011-12-14
|
* CarpetLib: Don't require aligned bboxes for the "contains" functionErik Schnetter2011-12-14
|
* CarpetLib: Require that the bboxes are aligned for the & operatorErik Schnetter2011-12-14
|
* Carpet: Execute postrestrict bin finest-to-coarsestErik Schnetter2011-12-14
| | | | | | | Execute the postrestrict and postrestrictinitial bins from finest to coarsest level, so that the restriction to level L+1 is complete (including boundary conditions, synchronisation etc.) before level L is restricted.
* Carpet: Output iteration number in veryverbose synchronisation messageErik Schnetter2011-12-14
|
* CarpetIONirvana: Move from Carpet to CarpetDev arrangementErik Schnetter2011-12-14
|
* 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
| |/