aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Requirements
Commit message (Collapse)AuthorAge
* Requirements: Do not mark current timelevel as invalid after time level cyclingErik Schnetter2013-05-26
| | | | The current time level retains its current value during time level cycling.
* Requirements: Check return value of CCTK_TraverseStringErik Schnetter2013-05-26
|
* Requirements: Enforce 80 character line length limitErik Schnetter2013-05-26
|
* Requirements: Re-order #include statementsErik Schnetter2013-05-26
|
* Requirements: add missing include fileRoland Haas2013-04-27
|
* Requirements: Whitespace changeErik Schnetter2013-04-04
|
* Requirements: Use location_t to output warnings and errorsErik Schnetter2013-04-04
| | | | | | Add function_data to location_t. Update location_t's output routine. Pass iteration number to Requirements::Recompose. Update callers in Carpet.
* Requirements: Change location output order; output map before timelevelErik Schnetter2013-04-04
|
* Requirements: Output iteration number in warnings and error messagesErik Schnetter2013-04-04
|
* Requirements: Change location output formatErik Schnetter2013-04-04
| | | | Treat iteration number as part of "location".
* Requirements: Unify order of #include statementsErik Schnetter2013-04-04
|
* Requirements: Don't use identifiers starting with an underscoreErik Schnetter2013-04-04
|
* Requirements: Correct handling of timelevels in BeforeRoutine and AfterRoutineErik Schnetter2013-04-04
|
* Requirements: Remove some duplicate codeErik Schnetter2013-04-04
|
* Requirements: Modify iteration arguments in Requirements.hhErik Schnetter2013-04-04
| | | | | | | | | Use int instead of CCTK_INT; all other arguments are also int. Change argument order in Sync; move iteration next to reflevel. Add iteration argument to BeforeRoutine; AfterRoutine also takes it. Change name from cctk_iteration to iteration; no other variables have a cctk_ prefix. Update callers in Carpet.
* Requirements: Re-order if statement (no change in meaning)Erik Schnetter2013-04-04
|
* Requirements: Warn about Requirements.hh being publicly visibleErik Schnetter2013-04-04
|
* Requirements: Simplify logic to detect changes in gridpoint_tErik Schnetter2013-04-04
| | | | | Introduce operator^ (exclusive-or) for gridpoint_t. Use it when determining whether the state changed.
* Requirements: Rename parameter print_changes to output_changesErik Schnetter2013-04-04
|
* Requirements: Add Frank's html generator scriptErik Schnetter2013-04-04
|
* Requirements: Remove unneeded #includesIan Hinder2013-04-04
|
* Requirements: Pass all_clauses as a reference argument rather than using a ↵Ian Hinder2013-04-04
| | | | global variable
* Requirements: Move flag variables into gridpoint classIan Hinder2013-04-04
|
* Requirements: Move all_state class to separate filesIan Hinder2013-04-04
|
* Requirements: Move gridpoint class to a separate fileIan Hinder2013-04-04
|
* Requirements: Move location class to a separate fileIan Hinder2013-04-04
|
* Requirements: fix a couple of bugs in the debug outputFrank Löffler2013-04-04
|
* swap upper/lower case for location outputFrank Löffler2013-04-03
|
* Requirements: pass iteration down and print in debug output; also print when ↵Frank Löffler2013-04-03
| | | | something changes (readable string)
* use parameter to enable output if state of variable changesFrank Löffler2013-04-03
|
* Requirements: Some source code cleanupErik Schnetter2013-04-03
| | | | Replace .at by .AT
* Carpet, Requirements: Pass timelevel_offsetErik Schnetter2013-04-03
| | | | | | Introduce global variable timelevel_offset in Carpet. Pass timelevel_offset from Carpet to Requirements. Use timelevel_offset when determining which timelevels are accessed.
* Make set_* functions be void again, add location_t struct (unused so far)Frank Löffler2013-04-03
|
* Let set_ accessors return whether something was changedFrank Löffler2013-04-03
|
* Merge branch 'master' of carpetcode.org:carpetFrank Löffler2013-04-03
|\
| * Requirements: Minor code re-shuffling and cleanupErik Schnetter2013-04-03
| |
| * Requirements: Break lines to make code more readableErik Schnetter2013-04-03
| |
* | make bool members of gridpoint_t class private, provide accessors and use themFrank Löffler2013-04-03
| |
* | make gridpoint_t a classFrank Löffler2013-04-03
|/
* Requirements: Move all_clauses class to a separate fileIan Hinder2013-04-03
|
* Requirements: Add todo-note to invalidate non-written regions in partial ↵Erik Schnetter2013-04-03
| | | | | | projections In projections (i.e. functions that read and write the same timelevel of the same variable), we should invalidate those regions that are read but are not written (if any).
* Requirements: Remove duplication from info messagesErik Schnetter2013-04-03
|
* Requirements: Remove dependency on defs.hhErik Schnetter2013-04-03
|
* Requirements: Beautify codeErik Schnetter2013-04-03
|
* Requirements: Move clauses class and some utility functions to separate filesIan Hinder2013-04-03
|
* Requirements: Move clause class into separate filesIan Hinder2013-04-03
|
* Requirements: Add commentsIan Hinder2013-04-03
|
* output more verbose info (variable index and nr of timelevelsFrank Löffler2013-04-03
|
* Requirements: White space cleanupErik Schnetter2013-04-03
|
* Requirements: Use vector instead of set to store ignored variablesErik Schnetter2013-04-03
| | | | | Use vector instead of set to store ignored variables. Move some code.