aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* change naming of temporary checkpoint filecott2004-04-19
| | | | darcs-hash:20040419111724-19929-78d00f0279280fb6baef5ede6867a596cdbfe63e.gz
* change indentationschnetter2004-04-19
| | | | darcs-hash:20040419055635-07bb3-6014661f8995a59c900cebf24c03f52b6eed2d21.gz
* Fix wrong argumentsschnetter2004-04-18
| | | | darcs-hash:20040418121730-07bb3-d8cae39c9a9163351636ca0a1c4584b9e669e957.gz
* Use "requires" instead of "requires thorns".schnetter2004-04-18
| | | | darcs-hash:20040418120959-07bb3-05050a71e475171cac6b293de35118e4af8df5ba.gz
* Remove the parameters Carpet::prolongate_initial_data; this is nowschnetter2004-04-18
| | | | | | | | | | | | Remove the parameters Carpet::prolongate_initial_data; this is now always done. Remove arguments initialise_from and do_prolongate from Regrid(). Regridding is now done in level mode instead of meta mode. Furthermore, CarpetRegrid is called in singlemape mode. darcs-hash:20040418112943-07bb3-2e392df1737ab75f3f0d553bb53bde2ed41f8773.gz
* Handle operator% for double differently.schnetter2004-04-18
| | | | darcs-hash:20040418112556-07bb3-87cca0e1b0860665e56b2a729a06baba55fa5580.gz
* Format error message nicely.schnetter2004-04-18
| | | | darcs-hash:20040418110408-07bb3-0a871795414c96c78eb3e5d123044044de61dc91.gz
* Change the bbox iterators to be cyclic.schnetter2004-04-18
| | | | | | | Change the bbox iterators to be cyclic. Update ASCII output to use the new iterators. darcs-hash:20040418110344-07bb3-1ea594b79f3031dbc38101d15a65b9aafcf3b005.gz
* Simplify the codeschnetter2004-04-18
| | | | darcs-hash:20040418110249-07bb3-9384744a507ad05ef10eff9b0c3d9c8343cb678c.gz
* Fake grid variable shapes in meta, global, and level mode to theschnetter2004-04-18
| | | | | | | Fake grid variable shapes in meta, global, and level mode to the Fortran compiler. darcs-hash:20040418094835-07bb3-60fd6f00b055c6f1a0c759df57bfdc42306f948a.gz
* When a grid point is not in any component, map it to an arbitraryschnetter2004-04-16
| | | | | | | When a grid point is not in any component, map it to an arbitrary component instead of aborting. darcs-hash:20040416185756-07bb3-9faf77dee8876c69e83780620702df6d2c660bec.gz
* The old Carpet arrangement is not reachable any more.schnetter2004-04-16
| | | | | | | The old Carpet arrangement is not reachable any more. Improve wording for checkout descriptions. darcs-hash:20040416182007-07bb3-d9855739c026da560b02979be6afe4b5fa9bd978.gz
* Take symmetry_? parameters into account when setting up a movingschnetter2004-04-16
| | | | | | | Take symmetry_? parameters into account when setting up a moving refinement region. darcs-hash:20040416164133-07bb3-cf997ce94e52928bb5b99706e28ee155009e7d94.gz
* Some more cleanup and bug fixes. Hyperslabbing probably never workedschnetter2004-04-16
| | | | | | | Some more cleanup and bug fixes. Hyperslabbing probably never worked with Carpet. darcs-hash:20040416120226-07bb3-816cca419723e96b25dd1d17218e4068738d889d.gz
* Allow the downsampling argument to be NULL.schnetter2004-04-16
| | | | darcs-hash:20040416095218-07bb3-19ec29d50cb450c06a9d8ca276f3e3fd706cd6c2.gz
* Implement a moving excision region.schnetter2004-04-14
| | | | darcs-hash:20040414201944-07bb3-3abc45a6f1034c083fa413d0b917d0f2791a787c.gz
* Commentschnetter2004-04-13
| | | | darcs-hash:20040413091349-07bb3-52f2c2f87c5c51b61b6cc2d609d985b1e24a846b.gz
* Don't use the new C99 printf specifiers.schnetter2004-04-13
| | | | darcs-hash:20040413090144-07bb3-585c2620dc244665c9e7a2fb686a87d089948f4e.gz
* Writing and Reading variables of type 'complex' should now work. Please test.cott2004-04-12
| | | | darcs-hash:20040412205904-19929-21858f81ba0fbfc5618ec47c5083fc3b146ddaa8.gz
* Modify the check for MPI -- maybe it didn't work beforeschnetter2004-04-10
| | | | darcs-hash:20040410161022-07bb3-a9fb76984c7cce24ac241d49c37222c78048eed5.gz
* Update related project sectionschnetter2004-04-10
| | | | darcs-hash:20040410141823-07bb3-da7e7c968e54dc15604cf221341652a85fd6201b.gz
* Announce moving the repository, and update the checkout instructions.schnetter2004-04-10
| | | | darcs-hash:20040410083819-07bb3-f8677fb6b744a9b8aa8b98077062b1a7ff045113.gz
* Use "." instead of "" for the default input directory, because theschnetter2004-04-09
| | | | | | | Use "." instead of "" for the default input directory, because the latter translates to the root directory. darcs-hash:20040409163214-07bb3-ff94a25308c9978c3546ed8f2643c7694f584dbd.gz
* Abort with an error message if CarpetLib cannot allocate memory forschnetter2004-04-08
| | | | | | | Abort with an error message if CarpetLib cannot allocate memory for grid functions. Also track how much memory is already used. darcs-hash:20040408091635-07bb3-3385e3472c428b3aa562d6ab76f2f6ca32b77f19.gz
* Calculate an approximation of the solution errorschnetter2004-04-07
| | | | darcs-hash:20040407150821-07bb3-eed6ae63d064c5746d4a408eabc7f1dd82db542d.gz
* Disable a self-consistency check that might be too eager.schnetter2004-04-07
| | | | darcs-hash:20040407150102-07bb3-6d3acc8417e0b0e27427c959fce6d3f8a39cbcd6.gz
* Insert a check that all gdata arrays are created on all processors.schnetter2004-04-07
| | | | | | | Insert a check that all gdata arrays are created on all processors. Expensive, and disabled by default. darcs-hash:20040407145807-07bb3-7e85aaef2e6f8bac996079f446172e4171c53ab7.gz
* Comment out self-consistency check that might be too eagerschnetter2004-04-07
| | | | darcs-hash:20040407145642-07bb3-3913deeb11dfa6fea78c757539425b36e87886bf.gz
* Comment coding tricks.schnetter2004-04-07
| | | | darcs-hash:20040407145522-07bb3-6514671e9b2e6227c3ec6183908a4f8f312d8d0d.gz
* Some cleanup, more internal checks.schnetter2004-04-07
| | | | darcs-hash:20040407145339-07bb3-74bcef35b3f79aa65476dae23509ddacb9c1cc03.gz
* Fall back to IO::out_dir when out3D_dir is unset.schnetter2004-04-07
| | | | darcs-hash:20040407121023-07bb3-77970caf3a22f9c3bd622d54238ce1e1aabb80ed.gz
* Use CCTK_INT instead of int for aliased functions.schnetter2004-04-04
| | | | darcs-hash:20040404172413-07bb3-40833e28619f303948dde001401a918a1779f239.gz
* Rename the parameter h5verbose to verbose.schnetter2004-04-03
| | | | darcs-hash:20040403134237-07bb3-8bb947389abf79bfad644fdf6ed22b8861a9e7f2.gz
* Do not use CCTK_QueryParameterTimesSet to find out whether to use aschnetter2004-04-03
| | | | | | | | | | Do not use CCTK_QueryParameterTimesSet to find out whether to use a parameter value from this thorn, or from IO. Use special parameter values for that instead, and make these the default. Remove now-unnecessary Get*Parameter functions. darcs-hash:20040403104021-07bb3-88addd2629255577d851436003f854791670ac7a.gz
* Do not use CCTK_QueryParameterTimesSet to find out whether to use aschnetter2004-04-03
| | | | | | | | Do not use CCTK_QueryParameterTimesSet to find out whether to use a parameter value from this thorn, or from IO. Use special parameter values for that instead, and make these the default. darcs-hash:20040403103812-07bb3-9ced16d97fe79409f081d910121401e9e1ffe12f.gz
* Undo last change. Was a stupid idea.schnetter2004-04-01
| | | | darcs-hash:20040401070546-07bb3-86d0c146a8a5007f00edc360d5d416ff40a8d7d5.gz
* Provide the capability Hyperslab.schnetter2004-04-01
| | | | darcs-hash:20040401070253-07bb3-61fecc73140ff36fb597d3dd9694c2cdb410e582.gz
* Explicitly cast constness awayschnetter2004-03-31
| | | | darcs-hash:20040331143832-07bb3-7a1e263661a7034f7ad6d38b048ce79015d4f20d.gz
* Fix bug in looping over refinement levels.schnetter2004-03-31
| | | | darcs-hash:20040331105117-07bb3-75627a90c4e513c813c224f68dc22892e39aac35.gz
* Handle looping over refinement levels more elegantly.schnetter2004-03-31
| | | | darcs-hash:20040331105058-07bb3-0c0495c75cd248152699703e2e6d1520c9c80052.gz
* Correct the return type of the aliased EnableProlongating function.hawke2004-03-29
| | | | darcs-hash:20040329141414-58737-42a71c162aaa9b797a82a498296f05b8fac7b98e.gz
* Provide the function to en/dis able prolongation through function aliasing. ↵hawke2004-03-29
| | | | | | Header file untouched, so old method will still work. darcs-hash:20040329122728-58737-ef5c46d5318267ff44f58ced096d2b8178f33244.gz
* Changed dynamic array allocation into vector class construction.bzink2004-03-26
| | | | darcs-hash:20040326145112-5b8bb-47925093e213929aaeef0df5fd39460d94adffae.gz
* Beautified the code a bit (needs more work). Fixed a dynamic allocation problem.cott2004-03-26
| | | | darcs-hash:20040326134355-19929-719b972880c0cc80d42576486219c8d555c65f72.gz
* Move checksum information variables into Checksum.cc, making themschnetter2004-03-24
| | | | | | | | | | Move checksum information variables into Checksum.cc, making them private. Introduce a helper type to break up the long names of mangled STL types. darcs-hash:20040324164451-07bb3-a5164039f45baa0b24b49555452a5074756a8220.gz
* Move checksum information variables into Checksum.cc, making themschnetter2004-03-24
| | | | | | | | | | Move checksum information variables into Checksum.cc, making them private. Introduce a helper type to break up the long names of mangled STL types. darcs-hash:20040324154451-07bb3-9f3f0996301e1c17c32c927c1837dfb687659d59.gz
* Make the grid extent parameters private.schnetter2004-03-24
| | | | darcs-hash:20040324073807-07bb3-ca9d4a9cf20f7bcb480e9d736b13493385c469ee.gz
* Some more sanity checks, some removedschnetter2004-03-23
| | | | darcs-hash:20040323185907-07bb3-964df46f0ba7c15a973cc407b69f52333f7e6ff4.gz
* Fix bug in previous commitschnetter2004-03-23
| | | | darcs-hash:20040323185725-07bb3-444de74011bf6829524b5cecd2ea452885a10aae.gz
* Some additional sanity checks, some unnecessary removed.schnetter2004-03-23
| | | | darcs-hash:20040323185641-07bb3-903d044b6c6bf481bf991461b09dca1f7ff17917.gz