aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII/src
Commit message (Collapse)AuthorAge
* CarpetIOASCII: Update to new dh classesErik Schnetter2011-12-14
|
* CarpetLib: Introduce new virtual function new_typed_dataErik Schnetter2011-12-14
|
* Combine CarpetLib's INSTANTIATE and Carpet's TYPECASE mechanism into aErik Schnetter2011-12-14
| | | | | | single mechanism provided by CarpetLib. Use this mechanism everywhere.
* CarpetIOASCII: Handle both old and new IOUtil APIErik Schnetter2011-12-14
|
* CarpetIOASCII: Allow different numbers of ghost zones on different levelsErik Schnetter2011-12-14
| | | | | Allow different numbers of ghost zones and different spatial prolongation orders on different refinement levels.
* CarpetIOASCII: Mark utilities as executableErik Schnetter2011-12-14
|
* CarpetIOASCII: Rename some parametersErik Schnetter2011-12-14
| | | | | | Rename out3D_ghosts to output_ghost_points. Rename out3D_outer_ghosts to output_boundary_points. Keep the old parameter name for compatibility.
* CarpetIOASCII: Determine number of time levels correctlyErik Schnetter2011-12-14
| | | | | Use CCTK_ActiveTimeLevelsVI instead of CCTK_NumTimeLevelsFromVarI to determine the number of time levels.
* Import CarpetErik Schnetter2011-12-14
| | | | Ignore-this: 309b4dd613f4af2b84aa5d6743fdb6b3
* Merge branch 'master' of /Users/eschnett/Cbeta/carpet/Erik Schnetter2008-12-08
|\
| * CarpetIOASCII: fix for utility script Carpet2ygraphCat.plThomas Radke2008-12-08
| | | | | | | | Extract the iteration number from data column rather than from a (possibly non-existing) comment line
| * CarpetIOASCII: Increase warning level for variables without storageErik Schnetter2008-10-24
| |
| * CarpetIOASCII: Improve startup messageErik Schnetter2008-10-10
| |
* | CarpetIOASCII: Increase warning level for variables without storageErik Schnetter2008-10-23
| |
* | CarpetIOASCII: Improve startup messageErik Schnetter2008-10-10
| |
* | Merge branch 'master' of /Users/eschnett/Cbeta/carpet/Erik Schnetter2008-09-28
|\| | | | | | | | | Conflicts: Carpet/CarpetIOASCII/src/ioascii.hh
| * CarpetIOASCII: Include all required header filesErik Schnetter2008-09-28
| |
| * CarpetIOASCII: Reorganise source codeErik Schnetter2008-09-28
| | | | | | | | | | | | | | | | Break the source code into smaller functions. Conflicts: Carpet/CarpetIOASCII/src/ioascii.cc
| * CarpetIOASCII: Small cleanupErik Schnetter2008-09-26
| |
| * CarpetIOASCII: Correct error in determining symmetry and ghost zonesErik Schnetter2008-09-26
| | | | | | | | | | | | Correct error in the logic which determines which boundaries are inter- processor, symmetry, or outer boundaries. This only has an effect if these points should not be output.
| * CarpetIOASCII: Correct problem with IO::out_dtErik Schnetter2008-08-03
| | | | | | | | Correct a multi-processor synchronisation problem when using IO::out_dt.
* | CarpetIOASCII: Reorganise source codeErik Schnetter2008-09-19
| | | | | | | | Break the source code into smaller functions.
* | CarpetIOASCII: Small cleanupErik Schnetter2008-09-12
| |
* | CarpetIOASCII: Correct error in determining symmetry and ghost zonesErik Schnetter2008-09-12
| | | | | | | | | | | | Correct error in the logic which determines which boundaries are inter- processor, symmetry, or outer boundaries. This only has an effect if these points should not be output.
* | CarpetIOASCII: Correct problem with IO::out_dtErik Schnetter2008-08-03
| | | | | | | | Correct a multi-processor synchronisation problem when using IO::out_dt.
* | Merge /Users/eschnett/Cbeta/carpetErik Schnetter2008-07-25
|\|
| * Make the perl-script output readable also by gnuplot.Luca Baiotti2008-06-25
| |
* | CarpetIO: Adapt to changes in CactusBase/IOUtilErik Schnetter2008-07-11
|/ | | | | The CactusBase/IOUtil routine IOUtil_ParseVarsForOutput now accepts an additional parameter out_dt_default.
* CarpetIOASCII: Only check file status on root processorErik Schnetter2008-04-06
|
* Enhance support for multi-patch simulationsErik Schnetter2008-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | Carpet: Ensure that at most one of GetDomainSpecificatio or MultiPatch_GetDomainSpecification is defined. Allow the boundary case of having zero regions on a refinement level. CarpetLib: Allow the boundary case of having zero components on a patch, if there are still more than zero components overall. CarpetIOASCII: Loop over the components using explicit light-weight for loops instead of Carpet's looping macros. This is faster, since less state information needs to be updated. Correct an inconsistency in converting between integer indices and coordinates in multi-patch simulations. CarpetRegrid2: Take multi-patch systems into account.
* 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.
* Remove code that was commented outErik Schnetter2008-02-29
|
* CarpetIOASCII: Pass size of memory region when allocating mem<T> objectErik Schnetter2008-02-19
| | | | darcs-hash:20080219051851-dae7b-5088e1f07e361f7a20ae97284fd3e79fd11fc4c3.gz
* CarpetIOASCII: Correct commentErik Schnetter2008-02-19
| | | | darcs-hash:20080219051841-dae7b-9c3832e513060ad65315476e5facef79a154783d.gz
* CarpetIOASCII: Keep I/O statistis as CCTK_REALsErik Schnetter2008-02-19
| | | | darcs-hash:20080219051805-dae7b-6775330077bee262f71c6598d605f6dffc33b1d6.gz
* CarpetIOASCII: Output Formaline's unique run idErik Schnetter2008-02-19
| | | | darcs-hash:20080219051736-dae7b-2460a5ac4f4d223dcee7daf48cbf082b8d7bcc3b.gz
* CarpetIOASCII: make Carpet2ygraphCat.pl also work for one-file-per-group datatradke2007-12-14
| | | | | | | | The script takes an optional index argument for the user to specify the data column to extract from a CarpetIOASCII output file. By default the first column will be extracted (which is equivalent to one-variable-per-file output). darcs-hash:20071214144959-3fd61-e150251791920ded83581be1cc2f05590519e3ce.gz
* CarpetIOASCII: Record time spent in I/OErik Schnetter2007-10-03
| | | | darcs-hash:20071003194750-dae7b-02254987c83d04dbe6ce7ba3d67855492e9678a9.gz
* CarpetIOASCII: Add a timer around OutputGHErik Schnetter2007-08-25
| | | | darcs-hash:20070825060722-dae7b-6ec39b08fbd400e5ad719974090714d409b5b3af.gz
* CarpetIOASCII: Use a memory pool to allocate temporary storageErik Schnetter2007-05-27
| | | | | | | This should help reduce memory fragmentation, and may reduce overall memory usage. darcs-hash:20070527190935-dae7b-13cf6d4dfed18380184292dd98c1af7f4c246667.gz
* CarpetIOASCII: Introduce a constant ioproc which specifies the I/O processorErik Schnetter2007-05-27
| | | | | | This documents the source code better as it removes magic values 0. darcs-hash:20070527190802-dae7b-2487d1125e4d252467fefcecc0d6c538e27cee4b.gz
* CarpetIOASCII: Update to recent changesErik Schnetter2007-04-19
| | | | darcs-hash:20070419021010-dae7b-a46a4a9f113fc5063004e9d4a4e23b8915b9343b.gz
* CarpetIOASCII: Allow IO::out_dir to be steerableErik Schnetter2007-04-19
| | | | darcs-hash:20070419020938-dae7b-57c9ea9653e3c684daebc31694188aef808d0774.gz
* CarpetIOASCII: Do not overload operator<< for complex numbers any moreErik Schnetter2007-01-12
| | | | | | | Do not overload operator<< for complex numbers any more. This is now expected from the flesh. darcs-hash:20070112222709-dae7b-5d0ed66ab45bb1ac12b968957801ae26ac477e30.gz
* CarpetIOASCII: Correct conversion from indices to coordinatesErik Schnetter2007-01-12
| | | | | | | Correct conversion from indices to coordinates. The conversion was wrong for cell-centered grids. darcs-hash:20070112223421-dae7b-097d63222078e11ab339c678cb358dc1191099d1.gz
* CarpetIOASCII: Remove unused global variable last_outputErik Schnetter2007-01-12
| | | | darcs-hash:20070112223521-dae7b-ff2bc344cec39dae172652cbcda070ac2667ae9e.gz
* CarpetIOASCII: Remove code that was commented outErik Schnetter2007-01-12
| | | | darcs-hash:20070112223509-dae7b-cf6b00e8b3baa85a0c56e3ceb44895434e7dac22.gz
* CarpetIOASCII: Rename variable rl to my_reflevelErik Schnetter2007-01-12
| | | | darcs-hash:20070112223035-dae7b-d8577fc5432ef0e666e618b6002c6fc558507d35.gz
* CarpetIOASCII: Formatting changesErik Schnetter2007-01-12
| | | | darcs-hash:20070112222905-dae7b-888c913711b6c8dd1c5d2bbc9e8aa041a8a2c00e.gz
* CarpetIOASCII: Remove unused variable ioUtilGHErik Schnetter2007-01-12
| | | | darcs-hash:20070112222846-dae7b-6a81ba0c49f59d7ac127cd57481a2aa2845a95d1.gz