aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Major changes to CarpetIOHDF5 recovery routines:tradke2004-07-07
* Write the correct value for the FlexIO "origin" attribute.schnetter2004-07-06
* Support multi-patch.schnetter2004-07-06
* Add "if weight > 0" statements to prevent reducing nans on coarseschnetter2004-07-02
* A more useful error message if time interpolation can't be done.hawke2004-07-02
* #include <sstream>tradke2004-07-02
* Beautified parfiles. Also, don't set any parameters at recovery other thantradke2004-06-28
* Recreated checkpoint file and output datafiles because it was broken aftertradke2004-06-28
* Parfile to generate a checkpoint file.tradke2004-06-28
* Ensure that the spacing as given by the user is consistent with theschnetter2004-06-27
* Implement true global reduction operations, i.e. time interpolation.schnetter2004-06-27
* Correct a bug in the time interpolation. We probably neverschnetter2004-06-27
* Execute POSTREGRID bin only if the grid hierarchy actually changed.schnetter2004-06-27
* Execute POSTREGRID bin only if the grid hierarchy actually changed.schnetter2004-06-27
* Throw an input_error instead of using assert when there is wrong input.schnetter2004-06-26
* Do not always allocate all memory any more.schnetter2004-06-26
* Use an explicit temporary C++ string object to prevent segfaults.schnetter2004-06-26
* Introduce a new termination condition "immediately" that ends aschnetter2004-06-26
* Implement prolongation methods that can be specified as parameterschnetter2004-06-26
* Indent the code a bit more consistently.schnetter2004-06-25
* Indent the code a bit more consistently.schnetter2004-06-25
* Initialise "delta" before using it.schnetter2004-06-25
* Patch from Peter Diener to accept both spaces and tabs as data delimiters.tradke2004-06-24
* Output floating-point numbers with precision as specified by the IOASCII::out...tradke2004-06-23
* Add STEERABLE=ALWAYS integer parameter IOASCII::out_precision to specify thetradke2004-06-23
* HACK: temporary fix of bug 55 (problems with the order that Carpet andhawke2004-06-22
* Document IO::out_single_precision parameter.tradke2004-06-22
* Implement single-precision HDF5 output.tradke2004-06-22
* Use boolean parameter 'out_single_precision' from IO.tradke2004-06-22
* Store the last output iteration/time instead of the next outputschnetter2004-06-21
* Store the last output iteration/time instead of the next outputschnetter2004-06-21
* Register CarpetIOHDF5 I/O method under name "IOHDF5" rather than "CarpetIOHDF5".tradke2004-06-21
* Remove warnings about group and variable names being distinct.hawke2004-06-21
* Make Regrid return a flag whether it changed the grid hierarchy. Thisschnetter2004-06-21
* Correct indentation.schnetter2004-06-21
* Don't call MPI reduction operators for complex numbers; call the realschnetter2004-06-21
* Simplify logic.schnetter2004-06-21
* Add functions to access the MPI data type corresponding to the realschnetter2004-06-16
* Always print the number of processors.schnetter2004-06-16
* Don't require the local boxes to be non-empty.schnetter2004-06-15
* Implement strict parameter parsing at startup.tradke2004-06-14
* USES BOOLEAN strict_io_parameter_checktradke2004-06-14
* Use unique loop iteration variables to eliminate compiler warnings.schnetter2004-06-14
* Implement strict parameter parsing at startup.tradke2004-06-14
* USES BOOLEAN strict_io_parameter_checktradke2004-06-14
* Implement global reduction operators:schnetter2004-06-14
* Take convergence factor into account.schnetter2004-06-14
* Clean up.schnetter2004-06-14
* Fix sanity check.schnetter2004-06-14
* Simplify logic when evaluating the invariant.schnetter2004-06-13