aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* CarpetLib: Instantiate vect template for more typesErik Schnetter2011-12-14
|
* CarpetLib: Generalise "expand" function. Implement "shift" function.Erik Schnetter2011-12-14
| | | | | Allow expanding bboxset by multiples of a fraction of the stride. Allow shifting bboxsets.
* CarpetLib: Generalise "expand" functionErik Schnetter2011-12-14
| | | | Allow expanding bboxes by fractions of the stride.
* CarpetInter2: Return early when interpolating zero variablesErik Schnetter2011-12-14
|
* CarpetIOHDF5: Correct iorigin attributeErik Schnetter2011-12-14
|
* Carpet: Improve grid structure statistics outputErik Schnetter2011-12-14
|
* Carpet: Correct (again) three-timelevel initialisationErik Schnetter2011-12-14
|
* CarpetWeb: Correct publicationsErik Schnetter2011-12-14
|
* LoopControl: Add loop macros for vectorised codeErik Schnetter2011-12-14
|
* LoopControl: Comment out unused routineErik Schnetter2011-12-14
|
* LoopControl: Reformat some statementsErik Schnetter2011-12-14
|
* LoopControl: Correct some commentsErik Schnetter2011-12-14
|
* Carpet: White space changeErik Schnetter2011-12-14
|
* doc: Improve fontErik Schnetter2011-12-14
|
* new merge (bah!)knarf2011-12-14
|\
| * new merge (bah!)knarf2011-12-14
| |\
| | * new merge (bah!)knarf2011-12-14
| | |\
| | * \ merge my (?) head with _the_ remote headknarf2011-12-14
| | |\ \
| | * | | - protect some mallocsknarf2011-12-14
| | | | | | | | | | | | | | | | | | | | - fix some compiler warnings
* | | | | * mergeChristian D. Ott2011-12-14
|\| | | |
| * | | | CarpetIOF5: New thornErik Schnetter2011-12-14
| | |_|/ | |/| |
* | | | * merge this commitChristian D. Ott2011-12-14
|\| | |
| * | | MergeErik Schnetter2011-12-14
| |\ \ \ | | | |/ | | |/|
| * | | CarpetIOF5: Rename old thornErik Schnetter2011-12-14
| | | |
* | | | * blahChristian D. Ott2011-12-14
| |/ / |/| |
* | | * blahChristian D. Ott2011-12-14
| | |
* | | * testChristian D. Ott2011-12-14
| | |
* | | * white space changeChristian D. Ott2011-12-14
|/ /
* | * umChristian D. Ott2011-12-14
|\ \ | |/ |/|
| * * test commitChristian D. Ott2011-12-14
| |
* | let min_points_per_proc==-1 be ==0 in the future, meaning the minimum number ↵knarf2011-12-14
|/ | | | of gp per processor is 0
* CarpetIOHDF5: Index file supportIan Hinder2011-12-14
| | | | | | | | | | | | | Scanning the attributes of a large CarpetIOHDF5 output file, as is necessary in the visitCarpetHDF5 plugin, can be very time consuming. This commit adds support for writing an "index" HDF5 file at the same time as the data file, conditional on a parameter "CarpetIOHDF5::output_index". The index file is the same as the data file except it contains null datasets, and hence is very small. The attributes can be read from this index file instead of the data file, greatly increasing performance. The datasets will have size 1 in the index file, so an additional attribute (h5space) is added to the dataset to specify the correct dataset dimensions.
* CarpetLib: Begin to add bboxtree classErik Schnetter2011-12-14
|
* CarpetRegrid2: Use CarpetLib's new nan handling mechanismErik Schnetter2011-12-14
|
* CarpetLib: Simplify calculating grid point indices in restrict_3d_vc_rf2Erik Schnetter2011-12-14
|
* CarpetIOHDF5: Correct error in outputting distributed grid arraysErik Schnetter2011-12-14
|
* CarpetLib: Begin to add new load balancing mechanismErik Schnetter2011-12-14
| | | | | Add new class bintree<T,D,P>. Add new routine balance<T>.
* CarpetLib: Suggest new functions ipos2rpos and rpos2ipos for ghErik Schnetter2011-12-14
| | | | | | | | Implement (but leave commented out) new functions rvect ipos2rpos ivect rpos2ipos ivect rpos2ipos1 in the gh class.
* CarpetLib: Correct ggf::new_typed_dataErik Schnetter2011-12-14
|
* CarpetLib: Output grid variable name in error messageErik Schnetter2011-12-14
| | | | Output grid variable name in find_source_timelevel's error messages.
* CarpetLib: Rename local variable in find_source_timelevelErik Schnetter2011-12-14
|
* CarpetIOHDF5: Comment out unused local variableErik Schnetter2011-12-14
|
* Carpet: Rename local variable in Storage.cc to avoid compiler warningErik Schnetter2011-12-14
|
* CarpetReduce: Replace vector.at by vector.ATErik Schnetter2011-12-14
|
* CarpetReduce: Handle current time correctly when interpolating in timeErik Schnetter2011-12-14
|
* CarpetInterp: MergeErik Schnetter2011-12-14
|\
| * CarpetInterp2: Add debugging statementsErik Schnetter2011-12-14
| |
| * CarpetRegrid2: Correct regridding for cell centeringErik Schnetter2011-12-14
| | | | | | | | | | | | Correct errors for cell centered grids Correct snap_to_coarse Introduce veryverbose parameter
| * CarpetReduce: Set up mask from new dh class entriesErik Schnetter2011-12-14
| | | | | | | | | | Simplify mask setup code and improve its performance by using the new dh classes and their new entries.
| * Carpet: Introduce bbox and bboxset loop iteratorsErik Schnetter2011-12-14
| | | | | | | | | | Introduce LOOP_OVER_BBOX and LOOP_OVER_BSET iterators. Introduce ibbox2iminimax function.