aboutsummaryrefslogtreecommitdiff
path: root/Carpet
Commit message (Expand)AuthorAge
* Do not loop over empty bboxes, because the imin/imax calculation wouldschnetter2004-08-05
* Use C++ string iterators instead of walking through a C string byschnetter2004-08-05
* Update loop over a bounding box to the not-so-recent change of theschnetter2004-08-04
* Correct error in setting up the edges and corners of the weightschnetter2004-08-04
* Correct output text.schnetter2004-08-04
* Use pow() instead of ipow() because the exponent can be negative.schnetter2004-08-03
* Add a comment.schnetter2004-08-03
* Correct error in calculating the components' coordinate extents whenschnetter2004-08-02
* Output GH structure only after all GH extensions has been set up.schnetter2004-08-02
* Calculate the weight function correctly.schnetter2004-08-02
* Support the "loop-*" schedule options.schnetter2004-08-02
* Update check for "smart_outer_boundaries".schnetter2004-08-02
* Do not return early.schnetter2004-08-02
* Use C++ cast instead of C cast.schnetter2004-08-02
* Make parameters steerable.schnetter2004-08-02
* Ensure that the array pointers, if given, are not null.schnetter2004-08-02
* Use the generic filereader interface from IOUtil to specify input filestradke2004-07-09
* Merge filereader and recovery code. Now CarpetIOHDF5 also works with thetradke2004-07-09
* Test for NULL communicator in Abort().tradke2004-07-08
* Initialize dist::comm with MPI_COMM_NULL.tradke2004-07-08
* OutputVarAs() uses CCTK_TraverseString() to parse the 'varname' parametertradke2004-07-08
* Filereader routine uses CCTK_TraverseString() to parse the in3D_vars parameter.tradke2004-07-07
* When parsing out3D_vars and in3D_vars, print a level-2 warning if atradke2004-07-07
* Remove file info comments.tradke2004-07-07
* Remove redundant parfiles from testsuite output directories.tradke2004-07-07
* Added filereader testsuite based on CarpetExtra/WaveToyMoL.tradke2004-07-07
* Schedule CarpetIOHDF5's initial data filereader routine in level mode to maketradke2004-07-07
* 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