aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | bugfix to correct the parsing of cctk_time values without a decimal commaThomas Radke (AEI)2008-03-25
| |/ |/|
* | also include HDF5 in the active thorns listThomas Radke2008-03-18
| | | | | | | | This isn't necessary but very convenient to generate complete thornlists with the MakeThornList script.
* | update example parfiles so that they work again with the newest Carpet versionThomas Radke2008-03-18
|/
* add missing file info header lines in CarpetIOHDF5 testsuite filesThomas Radke2008-03-17
|
* Merge branch 'master' of carpetgit@carpetcode.dyndns.org:carpetThomas Radke (AEI)2008-03-17
|\
| * Carpet: Protect requirement checking with #ifdefErik Schnetter2008-03-11
| | | | | | | | | | Requirements can currently only be checked when a certain patch is installed for the flesh. Wrap all checking in a corresponding #ifdef.
| * Merge branch 'master' of carpetgit@carpetcode.dyndns.org:carpetThomas Radke2008-03-11
| |\
| | * CarpetIOScalar: Output simulation ID etc. after restartingErik Schnetter2008-03-10
| | | | | | | | | | | | | | | Output simulation ID, run ID, and build ID again after restarting. Clean up source code.
| | * CarpetIOASCII: Output simulation ID etc. after restartingErik Schnetter2008-03-10
| | | | | | | | | | | | | | | Output simulation ID, run ID, and build ID again after restarting. Clean up source code.
| | * Merge /Users/eschnett/Cvanilla/carpetErik Schnetter2008-03-10
| | |\
| | | * Carpet: Begin to implement checking requirementsErik Schnetter2008-03-10
| | | | | | | | | | | | | | | | | | | | | | | | Requirements and provisions are a planned feature to simplify Cactus schedules. Scheduled routines can require and provide "things". It is an error if something is required which has not been provided before.
| | | * CarpetWeb: Update web pages, correct html errorsErik Schnetter2008-03-10
| | | |
| | | * RegridSyncTest: Add parameter fileErik Schnetter2008-03-10
| | | |
| | | * New thorn CarpetExtra/ReductionTest2Erik Schnetter2008-03-10
| | | |
| | | * New thorn CarpetExtra/ReductionTestErik Schnetter2008-03-10
| | | |
| | | * CarpetIntegrateTest: Add additional parameter filesErik Schnetter2008-03-10
| | | |
| | | * CarpetIntegrateTest: Correct prototyp of scheduled functionsErik Schnetter2008-03-10
| | | |
| | | * CarpetPETSc: Beginning of an elliptic solver for mesh refinementErik Schnetter2008-03-10
| | | |
| | | * CarpetIOF5: Output fewer filesErik Schnetter2008-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Honour IO::our_proc_every. Combine files/groups/thorns/everything into one output file. Compress output if desired. Create a metafile with the directory.
| | | * CarpetWeb: Update web pagesErik Schnetter2008-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove darcs binaries. Add news item about new development version and new server location. Add instructions for using git. Add logo. Update makefile to publish to carpetcode.dyndns.org as well.
| | | * LoopControl: Add example parameter filesErik Schnetter2008-03-10
| | | |
| | * | CarpetWeb: Update web pages, correct html errorsErik Schnetter2008-03-10
| | | |
| | * | Merge branch 'master' of carpetgit@carpetcode.dyndns.org:carpetErik Schnetter2008-03-05
| | |\|
| | | * Add preprocessor macro CARPET_HAVE_BUFFER_WIDTH to carpet.hhIan Hinder2008-03-05
| | | |
| | | * Fix ordering of PREREGRIDINITIAL and POSTREGRIDINITIAL timebinsIan Hinder2008-03-03
| | | |
| | * | RegridSyncTest: Add parameter fileErik Schnetter2008-03-01
| | | |
| | * | New thorn CarpetExtra/ReductionTest2Erik Schnetter2008-03-01
| | | |
| | * | New thorn CarpetExtra/ReductionTestErik Schnetter2008-03-01
| | | |
| | * | CarpetIntegrateTest: Add additional parameter filesErik Schnetter2008-03-01
| | | |
| | * | CarpetIntegrateTest: Correct prototyp of scheduled functionsErik Schnetter2008-03-01
| | | |
| | * | CarpetPETSc: Beginning of an elliptic solver for mesh refinementErik Schnetter2008-03-01
| | | |
| | * | CarpetIOF5: Output fewer filesErik Schnetter2008-03-01
| | | | | | | | | | | | | | | | | | | | | | | | Honour IO::our_proc_every. Combine files/groups/thorns/everything into one output file. Compress output if desired. Create a metafile with the directory.
| | * | CarpetWeb: Update web pagesErik Schnetter2008-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove darcs binaries. Add news item about new development version and new server location. Add instructions for using git. Add logo. Update makefile to publish to carpetcode.dyndns.org as well.
| | * | LoopControl: Add example parameter filesErik Schnetter2008-03-01
| | | |
| | * | Carpet: Begin to implement checking requirementsErik Schnetter2008-03-01
| | |/ | | | | | | | | | | | | Requirements and provisions are a planned feature to simplify Cactus schedules. Scheduled routines can require and provide "things". It is an error if something is required which has not been provided before.
| * / * enable missing STORAGE declaration for some Grid variables used by CarpetTestThomas Radke2008-03-11
| |/ | | | | | | | | * include InitBase in the ActiveThorns list * mark the CarpetTest testsuite as runnable on only 1 processor
* | fixed output files so that they reflect WaveToy's new timelevel ↵Thomas Radke (AEI)2008-03-17
| | | | | | | | initialisation scheme (ie. explicite initialisation of all three timelevels, resulting in slightly different output data)
* | recreated checkpoint file because the grid structure parameter format has ↵Thomas Radke (AEI)2008-03-17
| | | | | | | | changed
* | - also activate thorn InitBase and set Carpet::init_each_timelevel = "yes"Thomas Radke (AEI)2008-03-17
|/ | | | - don't output sum norms (not suitable for testsuites)
* Carpet: Add new parameter Carpet::refine_timestepErik Schnetter2008-03-01
| | | | | | Add a new parameter Carpet::refine_timestep which automatically adjusts the time step size according to the give spatial and temporal refinement factors, so that the specified CFL factor Time::dtfac is satisfied on all refinement levels.
* CarpetInterp: Add more consistency checksErik Schnetter2008-03-01
| | | | Add many more assert statements and internal consistency checks to catch potential errors in the code.
* CarpetLib: Correct memory leak in commstate classErik Schnetter2008-03-01
| | | | | | Correct a memory leak and simplify the code in the commstate class by using C++ datatypes instead of new and delete. Add many assert statements to catch potential problems.
* CarpetInterp: Initialise status and return value buffer to successErik Schnetter2008-03-01
| | | | Initialise the status and return value buffer to success. This handles the case of 0 interpolation points correctly.
* Implement schedule wrappersErik Schnetter2008-03-01
| | | | | | Schedule wrappers are routines that can be registered with Carpet. They will be called before and after any scheduled routine is called. This allows custom debugging and profiling routines, such as e.g. single-stepping through the schedule.
* Do not call MPI_Finalize any more. This is now done in the flesh.Erik Schnetter2008-03-01
|
* Simplify CallFunctionErik Schnetter2008-02-29
| | | | Simplify the routine CallFunction by splitting the calling of the thorn routines into its own function CallScheduledFunction.
* Count synchronised groups slightly more efficiently when synchronisingErik Schnetter2008-02-29
|
* Move communication schedule into its own data structureErik Schnetter2008-02-29
| | | | | | | Splite the grid hierarchy and communication schedule into two separate data structures. Correct error in determining the processor owning a certain region when calculating the communication schedule.
* Use MPI_CHAR instead of MPI_BYTE for to represent a C charErik Schnetter2008-02-29
|
* Remove Google Analytics codeErik Schnetter2008-02-29
|