aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add missing closing quoteschnetter2004-05-25
| | | | darcs-hash:20040525133515-07bb3-0be7c1008098395e738db75c8f37e5fa238ba538.gz
* Added a GF containing the relative error (makes more sense).cott2004-05-24
| | | | darcs-hash:20040524085055-19929-7581401ba73496cb9150f92994ddcdb3ba01acc8.gz
* This is a little Test thorn for progressive meshrefinement. It sets up a ↵cott2004-05-23
| | | | | | | | | | | | | | | Gaussian scalar field and This is a little Test thorn for progressive meshrefinement. It sets up a Gaussian scalar field and measures the difference between the data on the finite difference grids and the analytical values. It still needs some work, but the basic stuff workes. Right now it is setup for ENO prolongation. If you want to change the way prolongation is handled, you have to edit 'param.ccl' - Christian ---------------------------------------------------------------------- darcs-hash:20040523135614-19929-f2251e59534aae6da120a0d95135d980bbd4a4f4.gz
* Introduce POSTREGRID bin.schnetter2004-05-21
| | | | | | | Introduce POSTREGRID bin. Cycle before regridding. darcs-hash:20040521161653-07bb3-41138c718bb4fcb0b5c89ce9b3e12b1e06205ec6.gz
* Make Carpet ready for multiple patches.schnetter2004-05-21
| | | | | | | Make Carpet ready for multiple patches. Make the patch index available in a GH extension. darcs-hash:20040521161623-07bb3-4f3148f677aff087d62828ed4b480fe8b412bc76.gz
* Fix bug in smart_outer_boundaries.schnetter2004-05-21
| | | | | | | Fix bug in smart_outer_boundaries. Expect to be called after time level cycling. darcs-hash:20040521161428-07bb3-5acc46116415324d7fe0aaf947677aeae2fce2d9.gz
* no changeschnetter2004-05-21
| | | | darcs-hash:20040521161353-07bb3-88f01ca8c5fb75607ec40b9229f8ea170c1cd144.gz
* Add option to use less memory during regridding.schnetter2004-05-21
| | | | | | | | | Add option to use less memory during regridding. Some more internal consistency checks. Some reformatting. darcs-hash:20040521161341-07bb3-de11e460fb175d3dbbd94708730c18a6e94e370a.gz
* Add support for symmetry interpolation.schnetter2004-05-21
| | | | darcs-hash:20040521161223-07bb3-6cc7ddc3777345de379eb54daf2cf6d532925c23.gz
* Add out_dt output criterion.schnetter2004-05-21
| | | | | | | Add out_dt output criterion. Correct return types. darcs-hash:20040521161134-07bb3-605eedc5f4e23ea1d7022f6c26c6af7303e11055.gz
* Switch to using vector groups for I/O state.schnetter2004-05-21
| | | | | | | | | Switch to using vector groups for I/O state. Correct return types. Simplify out_dt handling. darcs-hash:20040521161037-07bb3-f6775a4be7a9c9e7470d407582b91d83add53a22.gz
* Cosmetic changesschnetter2004-05-21
| | | | darcs-hash:20040521160917-07bb3-ba8f658aa8ca6ee067c3a47119a912be0cce4d2f.gz
* Add nanchecker. Update dissipation settings.schnetter2004-05-21
| | | | darcs-hash:20040521160712-07bb3-24de41cbe6ce73396cd6827d766070fada5bfe8d.gz
* Correct aliased function definitionschnetter2004-05-21
| | | | darcs-hash:20040521154541-07bb3-085eee4952ff1845498fee08ce02de09207c52db.gz
* Correct definitions of aliased functionsschnetter2004-05-21
| | | | darcs-hash:20040521154357-07bb3-3dcdbe40f101f2713307dc64331c849e29f6a7c1.gz
* Replaced the assert in line 400 with an if block. After recovery, it isbzink2004-05-17
| | | | | | | perfectly legal that a specific dataset already exists and thus cannot be created. darcs-hash:20040517124012-5b8bb-f4f674309e8c4cf67d25d021acb0da482f24cdce.gz
* Fix bug in calculating the exterior extent of refined regionsschnetter2004-05-13
| | | | darcs-hash:20040513111835-07bb3-41e161143b865b7c0c83c69fd0f1dc80d4978857.gz
* Included steering of regrid_every after recovery. This is for conveniencebzink2004-05-12
| | | | | | | | and can be taken out when Carpet does this automatically. -- bzink darcs-hash:20040512081321-5b8bb-acfd2001e95cf51f48b4c0c901a57ae6d15eb76f.gz
* Replaced some time comparison asserts by a (hopefully) more robust choice.bzink2004-05-11
| | | | | | - bzink darcs-hash:20040511105326-5b8bb-7120c4b070169b13fd49d63a783cce544482dc68.gz
* Removed an assert in line 556. This assert compares CCTK_REALs, and canbzink2004-05-11
| | | | | | lead to a code stop after recovery. darcs-hash:20040511055304-5b8bb-fb243c24af5033c8486914703840895e0bbc82f1.gz
* Correct intent statements.hawke2004-05-10
| | | | darcs-hash:20040510115624-58737-87e5be19cc09dcd80dee90260028780c3ca30dcd.gz
* Add noise initial dataschnetter2004-05-07
| | | | darcs-hash:20040507205108-07bb3-666d03915673b2dd38382818cc4dfe13f29c78c1.gz
* Use first order instead of second order one-sided derivativesschnetter2004-05-07
| | | | darcs-hash:20040507200608-07bb3-14423f809f51630dfb7df946fe6a7e68e535e23a.gz
* Provide code to calculate the characteristics.schnetter2004-05-07
| | | | darcs-hash:20040507185547-07bb3-ee275ba5fa0a403c578a0ff525e77f65bee4969e.gz
* Small cleanupschnetter2004-05-06
| | | | darcs-hash:20040506143556-07bb3-1645b7016c675525b1a6712a91638b21e9a8f960.gz
* Use second-order one-sided derivatives near the boundary.schnetter2004-05-06
| | | | darcs-hash:20040506130706-07bb3-5311ddbd8c455cafbfd6a436e79863d8a58ec7e9.gz
* Apply boundary conditions also to the RHS.schnetter2004-05-06
| | | | | | | Apply boundary conditions also to the RHS. Calculate the RHS even on the boundary, using one-sided differences. darcs-hash:20040506122118-07bb3-7296ac92e71157ca3e19806cea64ef7fd0058bc1.gz
* Select boundary selection in level mode.schnetter2004-05-05
| | | | darcs-hash:20040505194344-07bb3-006a5932b7a451f1ec8552fb74aab9de46f36305.gz
* Undo interface/capability update, because now Carpet conflicts withschnetter2004-05-04
| | | | | | | | Undo interface/capability update, because now Carpet conflicts with PUGH. Need to sort things out, maybe switch temporarily back to the "requires thorns" mechanism. darcs-hash:20040504205239-07bb3-771c6ec96a2b454d63c87a6dc7a1f44f62cd8fd7.gz
* Use the local instead of a registered coordinate system forschnetter2004-05-04
| | | | | | | | Use the local instead of a registered coordinate system for interpolation. This will enable patch-local multi-patch interpolation. darcs-hash:20040504201254-07bb3-2c00ac4fb8a00d211289814abc892908d4c78a42.gz
* Remove unused codeschnetter2004-05-04
| | | | darcs-hash:20040504201207-07bb3-b8a9db665cc225198475179abc2d2e6bcd7f2b2f.gz
* Enable multiple mapsschnetter2004-05-04
| | | | darcs-hash:20040504201149-07bb3-cf7f9bfd2004d97467cac41637826e0fe00193b7.gz
* Begin to clean up inheritance and requires relationshipsschnetter2004-05-04
| | | | darcs-hash:20040504200954-07bb3-cd9f17c981ce37247fa2122858b10b46425f678a.gz
* Fixed test for MPI.tradke2004-04-29
| | | | darcs-hash:20040429201506-1d9bf-fdd77458fba0b9716f255c0b732641d0e003b4da.gz
* Do not allow smart_outer_boundaries to be set unless it is supported.schnetter2004-04-28
| | | | darcs-hash:20040428134525-07bb3-c7449414a69ffafce226689cfb83e65845d49bd6.gz
* For smart_outer_boundaries, use the same number of boundary points onschnetter2004-04-28
| | | | | | | For smart_outer_boundaries, use the same number of boundary points on each level. darcs-hash:20040428134459-07bb3-531d42bb67392d94993bfe9097bb1379e10973f6.gz
* Adhere to C++ standardschnetter2004-04-24
| | | | darcs-hash:20040424184234-07bb3-d339b61d1d7b5c1880e29c31a54729ab0c5101f6.gz
* Rename variables so that different variables have different names.schnetter2004-04-24
| | | | darcs-hash:20040424054016-07bb3-86bf84f1d172a87c9d589647d2e6fdefe5b44ee2.gz
* Warn instead of abort when outdim>groupdim.schnetter2004-04-22
| | | | darcs-hash:20040422122259-07bb3-04c097a10da4dd8c6f774751ef6bf012920fa4e7.gz
* Ensure that vector leaders are handled consistentlyschnetter2004-04-22
| | | | darcs-hash:20040422121713-07bb3-1ef5a3ac1752f5f05d3e010bf9390bc6cff7ea79.gz
* Output physical extentschnetter2004-04-22
| | | | darcs-hash:20040422121624-07bb3-1dc3b83409210601c0985ec3b8974cbe8dfdfda9.gz
* Output current refinement levelschnetter2004-04-22
| | | | darcs-hash:20040422121616-07bb3-26c8f2f440ab1b41ce2172c671fd3054045aaae0.gz
* Regrid based on the current level, not on the number of existingschnetter2004-04-22
| | | | | | | Regrid based on the current level, not on the number of existing levels. darcs-hash:20040422095837-07bb3-b1689fa338c200881f1bde6563288fd277cbc990.gz
* Allow cycling grid variables with 2 time levels.schnetter2004-04-22
| | | | darcs-hash:20040422093722-07bb3-5ecb3344ca5fe2ac7b4eca38fdb7288e6d50a72b.gz
* Fixed a bug when generating the tmp filename.bzink2004-04-20
| | | | darcs-hash:20040420124958-5b8bb-4e8ad7d1ef9b867abf4552400452fc3ade1156c3.gz
* While regridding, initialise only the interior of the grid functions.schnetter2004-04-20
| | | | | | | | While regridding, initialise only the interior of the grid functions. There is in general not be enough parent to intialise the outer boundaries. darcs-hash:20040420095552-07bb3-812459eafff1161f31a5cb26686ced00b7512b68.gz
* Regrid all grid functions at once. This is necessary to treate vectorschnetter2004-04-19
| | | | | | | | | | Regrid all grid functions at once. This is necessary to treate vector grid functions correctly, where otherwise storage would be released too early. This requires the regridding interface between the dh and ggf classes to change. Another advantage is that this should now be faster on multiple processors. darcs-hash:20040419193833-07bb3-f7474744feaa57f8a1621aeca34de11b65eaeed8.gz
* Adapt to new regridding interface; regridding routines are now calledschnetter2004-04-19
| | | | | | | Adapt to new regridding interface; regridding routines are now called in level mode. darcs-hash:20040419164807-07bb3-3316b93f9d7c45eea01763d6a36a57bd53e91c43.gz
* Loop over all components of the parent grid when regridding.schnetter2004-04-19
| | | | darcs-hash:20040419130015-07bb3-1ec081e478db9a67b131f6f351719b45c9b12a9c.gz
* remove debugging statementschnetter2004-04-19
| | | | darcs-hash:20040419115007-07bb3-6dbfa1995bc5376ae7106e05d6c525d009b9c3b6.gz