aboutsummaryrefslogtreecommitdiff
path: root/Carpet/doc
Commit message (Collapse)AuthorAge
* doc: Describe how to format commit messagesErik Schnetter2011-12-14
|
* doc: Improve fontErik Schnetter2011-12-14
|
* Import CarpetErik Schnetter2011-12-14
| | | | Ignore-this: 309b4dd613f4af2b84aa5d6743fdb6b3
* doc: Support pdflatexErik Schnetter2009-02-04
|
* Carpet/doc:Thomas Radke2008-12-04
| | | | | - fixed some typos in the Carpet scheduling documentation - added a code example demonstrating how to use Carpet macros to switch between scheduling modes
* doc: Document new schedule bin "postpostinitial"Erik Schnetter2008-05-26
|
* Fixed minor typosIan Hinder2008-04-03
|
* doc: Update description of domain decomposition terminologyErik Schnetter2008-03-19
|
* Carpet: Schedule postinitial bin before recursive initialisationErik Schnetter2008-03-19
| | | | | | | Schedule the postinitial bin before the recursive initialisation. This is necessary because e.g. the conversion from ADM to BSSN variables is performed in this bin, and this needs to occur before the recursive initialisation so that the refinement boundaries of the BSSN variables are initialised correctly.
* Fix ordering of PREREGRIDINITIAL and POSTREGRIDINITIAL timebinsIan Hinder2008-03-03
|
* doc: Describe domain decompositionErik Schnetter2007-03-24
| | | | | | | Describe the algorithms that Carpet uses for regridding, domain decomposition, and to set up the communication schedule. darcs-hash:20070324234655-dae7b-c4692e27bbfac107f88ddf9b6c7f2b45b85aaca2.gz
* Carpet: Document new scheduling bins "postregridinitial" etc.Erik Schnetter2007-01-12
| | | | | | Add new scheduling bins "preregridinitial" and "postregridinitial". darcs-hash:20070112195925-dae7b-b7e0a7e97e6a645a8508c09dca7e9137f27150f9.gz
* Carpet/doc: Erik's bugfixes to Carpet Scheduling writeupJonathan Thornburg2006-11-02
| | | | | | | This patch incorporates Erik's comments on Thomas & Jonathan's "Carpet Scheduling" writeup. darcs-hash:20061102170807-b0a3f-9777a3807271813e2e4522f14fd4f991f2bd7560.gz
* Carpet/doc: more info on timing CarpetThomas Radke2006-09-11
| | | | | | | | | Added to the "Carpet Timers" subsection Erik's email http://lists.carpetcode.org/archives/developers/2006-September/001877.html on how to measure the performance of a mesh refinement simulation on multiple processors. darcs-hash:20060911092455-776a0-f4f70144a8499648a254682732f61b9f030797da.gz
* doc: added documentation on Carpet timersThomas Radke2006-09-01
| | | | | | This is basically a copy of http://lists.carpetcode.org/archives/developers/2006-August/001821.html. darcs-hash:20060901112951-776a0-b7dc19e6f88d921072c2fdc3e167493b98546e53.gz
* Add an example of "manual" scheduling, based on the problem I (and Jonathan) ↵baiotti2006-08-28
| | | | | | had arose on developers@lists.carpetcode.org as "Carpet scheduling question". darcs-hash:20060828142522-d5812-c89af43011d5617bc43ea6e9c65d533da7c564fb.gz
* Carpet/doc: document when allocation/deallocation and synchronisation of ↵Thomas Radke2006-08-28
| | | | | | grid variables happens darcs-hash:20060828143437-776a0-55c86cf90bf568d0a0abd765e4f00ebc15b71542.gz
* [doc] typo fix, also clarify when global mode is doneJonathan Thornburg2006-08-26
| | | | | | | | | | | This patch just fixes a typo. However, I should note that my previous patch to this same file also changed the pseudocode algorithm of figure 6 to clarify a little bit when global mode routines are executed. (oops, that should have one into that patch's long-comment -- I forgot) darcs-hash:20060826121734-b0a3f-63343a1ffdc2b164a16390f013e06476d5fd1149.gz
* [doc] small clarifications in scheduling docsJonathan Thornburg2006-08-26
| | | | darcs-hash:20060826120516-b0a3f-c609552e63f40e30a3ad0bc3363dcb80ddd2350f.gz
* [doc] use same terminology for PUGH as for Carpet when describing schedulingJonathan Thornburg2006-08-25
| | | | | | | | This patch changes the description of the PUGH scheduling algorithm to use the same term "main loop over time steps" as does the Carpet algorithm. (Previously the PUGH description just said "main loop".) darcs-hash:20060825175109-b0a3f-1260dfb6e71dad57103627c2f8eb680c475dedce.gz
* [doc] clarify a figure in scheduling descriptionJonathan Thornburg2006-08-25
| | | | | | | | | | Figure 4 of this file "gives an outline of how Carpet uses the Berger-Oliger algorithm to sequence through the schedule bins and grids". Previously it showed a separate "main loop" and then an "evol loop" nested inside this. Thomas and I both found this confusing (what's the difference between these two loops). This patch merges these into a single "main loop over time steps" darcs-hash:20060825174808-b0a3f-18b9e6a30ad56d6c8a008de3ef49e685bb038824.gz
* [doc] Add missing reference to Carpet paperJonathan Thornburg2006-08-25
| | | | | | | Sometime yesterday I mistakenly deleted the reference to the Carpe paper from this document. This push restores this reference. darcs-hash:20060825174035-b0a3f-ade9c71d0d084a128ca30e2f2818336a18110c5b.gz
* Unnamed patchbaiotti2006-08-25
| | | | | | The previous Makefile referred to documentation.tex only (which, by the way, does not have a .bib file, but contains the references in the .tex file itself) and lacked the -o option to dvips (which - depending on the system settings - caused to send the document to the printer instead of saving it in a .ps file). darcs-hash:20060825114355-d5812-e7910e1b00b8ce81d0074d34c9fc420505c8a16a.gz
* [Carpet/doc] new documentation describing how Carpet scheduling worksJonathan Thornburg2006-08-24
| | | | darcs-hash:20060824214830-b0a3f-a247d8ddd3cf288c0ebf9f94a4cb34d99ad58331.gz
* [Carpet/doc] new documentation describing how Carpet scheduling worksJonathan Thornburg2006-08-24
| | | | darcs-hash:20060824214603-b0a3f-4ab93b63425e17743be53774f3dc05b477e68400.gz
* Carpet: Explain initialisation betterErik Schnetter2006-01-25
| | | | darcs-hash:20060125180351-dae7b-dd6c24fe1c07a9b5e2c60fe7b0e4695787842955.gz
* global: Remove $Header$ keywords from Carpet arrangementErik Schnetter2005-01-01
| | | | darcs-hash:20050101162121-891bb-ac9d070faecc19f91b4b57389d3507bfc6c6e5ee.gz
* Do not use CVS $Date$ for latex documentation any moreErik Schnetter2004-11-18
| | | | darcs-hash:20041118233344-891bb-44b65f16949b0d78bee0a66ad6f65c262652c671.gz
* Remove CVS header tagsErik Schnetter2004-09-18
| | | | | | Replace all CVS header tags with the standard "$Header:$". darcs-hash:20040918132147-891bb-dea889bdd94a479ec412d14d08e9efca63e5c24d.gz
* Update author list.schnetter2004-08-05
| | | | darcs-hash:20040805124352-07bb3-6d0317548b492d44b1456fcc8e9203a7ba3b3996.gz
* Update instructions.schnetter2004-08-05
| | | | darcs-hash:20040805124210-07bb3-7a7010718f822a3f6fb346598975fe1745d673ed.gz
* Initial version by Uli Sperhake.schnetter2004-08-05
| | | | darcs-hash:20040805123825-07bb3-94c3eb4b0ab61a662db691feaa77b497e17e2418.gz
* Whitespace change.schnetter2003-08-15
| | | | darcs-hash:20030815133605-07bb3-2a882668d6406049f9083cb03269eff9e24197e9.gz
* Say that CarpetIOFlexIO now requires CactusExternal/FlexIO instead ofschnetter2003-07-21
| | | | | | | Say that CarpetIOFlexIO now requires CactusExternal/FlexIO instead of a self-compiled version of FlexIO. darcs-hash:20030721164808-07bb3-984ebd906137b05fb62ca27fb794153fdffe59dc.gz
* Remove \href in references. The Cactus ThornGuide cannot handle \href.schnetter2003-07-18
| | | | darcs-hash:20030718212219-07bb3-7dee13b0168c4d27ea2dbda1b57bfcd3ea7d7442.gz
* Documentation on periodic boundaries.hawke2003-07-16
| | | | darcs-hash:20030716084909-58737-4a9587a0ce2d2a4c6e4dfceafff0ea357d76e5ee.gz
* Add an abstract.schnetter2003-05-03
| | | | | | | Add an abstract. Some formatting changes. darcs-hash:20030503112923-07bb3-407db5bb4c5b77d76b773bce477cfbb73cec8c2e.gz
* A few minor typos.hawke2003-05-03
| | | | darcs-hash:20030503091951-58737-8bccf3c2f79539b9b45b3ac85c44207eb22736a4.gz
* Possible reasons why you don't see output.hawke2003-05-02
| | | | darcs-hash:20030502124746-58737-28d1f68dbe9e084a6cb74a1356ff497e90cff8ab.gz
* More about boundary conditions.schnetter2003-05-02
| | | | darcs-hash:20030502122414-07bb3-e9d5d03810fc2eca2cf5d267d120eb24c26ad00d.gz
* Start to document Carpet's internals.schnetter2003-04-30
| | | | darcs-hash:20030430184138-07bb3-6816cc61c5aa4024d1c38b57b16a23851811cb7f.gz
* Included the bibliography directly into the latex source file insteadschnetter2003-01-14
| | | | | | | | Included the bibliography directly into the latex source file instead of using a *.bib file. This is ugly, but seems not to work otherwise with Cactus' thorn guide build system. darcs-hash:20030114222029-07bb3-f3befb56de8a6945944cc5a82d17eae97329aa76.gz
* Added description of how to get Carpet, and where to find simpleschnetter2002-11-29
| | | | | | | Added description of how to get Carpet, and where to find simple example parameter files. darcs-hash:20021129154835-07bb3-37272c5bc900fe3149449af95b894ee77855c5d2.gz
* Added description of how to get Carpet, and where to find simpleschnetter2002-11-29
| | | | | | | Added description of how to get Carpet, and where to find simple example parameter files. darcs-hash:20021129144835-07bb3-f0d446bb0f9c16941e52406990e8609aaac8bfc0.gz
* Translated and moved documentation from Carpet/Carpet/doc/*.html toschnetter2002-11-29
| | | | | | | Translated and moved documentation from Carpet/Carpet/doc/*.html to Carpet/doc/*.tex. darcs-hash:20021129094343-07bb3-aa8c8664bd9787e84d667d1bf1dc1f99e6a975fd.gz
* Started arrangement documentation.schnetter2002-10-24
| | | | darcs-hash:20021024083720-07bb3-a78ac1fb9d24f8bc3a435d43c6daedf3301d66ba.gz
* Initial revisioneschnett2001-03-01
darcs-hash:20010301114010-f6438-12fb8a9ffcc80e86c0a97e37b5b0dae0dbc59b79.gz