aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Include Licence in READMEHEADmasterknarf2009-01-27
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@114 a678b1cf-93e1-4b43-a69d-d43939e66649
* Unify README file formatknarf2009-01-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@113 a678b1cf-93e1-4b43-a69d-d43939e66649
* use correct latex package in documentationknarf2009-01-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@112 a678b1cf-93e1-4b43-a69d-d43939e66649
* Extend some allowed parameter ranges to include default parameterschnetter2008-08-25
| | | | | | | values. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@111 a678b1cf-93e1-4b43-a69d-d43939e66649
* Don't use explicit double precision Fortran functions; use typeschnetter2008-08-25
| | | | | | | generic functions instead git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@110 a678b1cf-93e1-4b43-a69d-d43939e66649
* Re-indentschnetter2008-08-25
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@109 a678b1cf-93e1-4b43-a69d-d43939e66649
* Set PUGH::processor_topology = "automatic_old" so that the testsuite works ↵tradke2006-11-24
| | | | | | again. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@108 a678b1cf-93e1-4b43-a69d-d43939e66649
* Added localreduce to activethornsyye002006-01-25
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@107 a678b1cf-93e1-4b43-a69d-d43939e66649
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@106 a678b1cf-93e1-4b43-a69d-d43939e66649
* Introduce a new schedule group ADMBase_InitialGauge which is run justschnetter2005-09-26
| | | | | | | | | | | | | | after ADMBase_InitialData. This makes it possible to set up all ADM data in these two groups, and then e.g. convert to the BSSN variables after these groups still in the bin "initial". Various other thorns, such as dissipation or multipatch, can now apply transformations to the initial data in the bin "postinitial". This simplifies the interaction between various thorns. Change various thorns to use these two groups. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@104 a678b1cf-93e1-4b43-a69d-d43939e66649
* Adding missing copyright files to all thorns and making themgoodale2004-11-02
| | | | | | | consistent. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@101 a678b1cf-93e1-4b43-a69d-d43939e66649
* Correct the rho -> 0 limit for the metric.schnetter2004-08-23
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@100 a678b1cf-93e1-4b43-a69d-d43939e66649
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
| | | | | | | modifying or adding files. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@99 a678b1cf-93e1-4b43-a69d-d43939e66649
* Untabified.goodale2004-05-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@98 a678b1cf-93e1-4b43-a69d-d43939e66649
* Will not pass till tolerance for testsuites is fixedallen2004-03-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@97 a678b1cf-93e1-4b43-a69d-d43939e66649
* Updated configuration.ccl files. In Beta14 some of these willgoodale2004-03-27
| | | | | | | | | | | | | | disappear as function aliasing will be updated to have aliased functions either be optional or required, as opposed to optional as they are at the moment. This will thus remove the configuration.ccl files which are merely there to ensure that certain aliased functions are actually provided. Also far more stuff will be done via function aliasing which should remove some more of these dependencies. Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@94 a678b1cf-93e1-4b43-a69d-d43939e66649
* Update parameter files to activate thorn SymBase.schnetter2004-03-09
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@93 a678b1cf-93e1-4b43-a69d-d43939e66649
* Make the dependency on the thorns CartGrid3D and/or Boundary explicit.schnetter2003-11-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@92 a678b1cf-93e1-4b43-a69d-d43939e66649
* Change include mechanism for aliased functions in Fortran. One now has toschnetter2003-10-27
| | | | | | | | #include "cctk_Functions.h" and then use the macro DECLARE_CCTK_FUNCTIONS. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@91 a678b1cf-93e1-4b43-a69d-d43939e66649
* CardGrid3D now inherits from CoordBaserideout2003-08-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@90 a678b1cf-93e1-4b43-a69d-d43939e66649
* Updated to CactusEinstein2 rewrite of IDBrillData.rideout2002-07-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@89 a678b1cf-93e1-4b43-a69d-d43939e66649
* changing the documentation.tex files to use our cactus style fileikelley2002-06-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@87 a678b1cf-93e1-4b43-a69d-d43939e66649
* Some format cleaning. (Why does LaTeX not correctly format paragraphsrideout2002-05-29
| | | | | | | with \tt font text?) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@86 a678b1cf-93e1-4b43-a69d-d43939e66649
* Clarified warning which results from setting metric_type="static conformal"rideout2002-05-29
| | | | | | | and leaving conformal_storage at its default. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@85 a678b1cf-93e1-4b43-a69d-d43939e66649
* Fixed date field.rideout2002-05-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@84 a678b1cf-93e1-4b43-a69d-d43939e66649
* Correcting form of q_function "exp".rideout2002-05-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@83 a678b1cf-93e1-4b43-a69d-d43939e66649
* Homogenise parameters, changed documentationallen2002-05-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@82 a678b1cf-93e1-4b43-a69d-d43939e66649
* Added comment for each parameter range for q_function, which removes arideout2002-05-21
| | | | | | | CST warning. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@81 a678b1cf-93e1-4b43-a69d-d43939e66649
* Lots of tidying changes, parameter names have changed but hopefully clearer now.allen2002-05-21
| | | | | | | | | Few more documentation changes still to come Constructing 3D data doesn't work, but this was also true before Einstein2 changes. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@80 a678b1cf-93e1-4b43-a69d-d43939e66649
* Changing metric_type to physical, which is what one will generallyrideout2002-05-20
| | | | | | | want to use for Brill wave initial data. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@79 a678b1cf-93e1-4b43-a69d-d43939e66649
* New testsuite which is identical to test_brilldata_1.par, except itrideout2002-05-17
| | | | | | | uses SOR rather than BAM. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@78 a678b1cf-93e1-4b43-a69d-d43939e66649
* Stripped ellsor from the active thorns list, since it isn't used.rideout2002-05-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@77 a678b1cf-93e1-4b43-a69d-d43939e66649
* Tidying so that the conformal solver isn't used to solve for the conformalallen2002-05-17
| | | | | | | | | | | | | factor, in fact the conformal factor is now only set at the end of the thorn. Now if the conformal metric is used, psi will be set to the conformal factor which was actually solved for. This means that right now that you can't use IDBrillData with conformal derivatives, although it would presumably be easy enough to numerically calculate them, or to return 1 and 0's instead just for this case. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@76 a678b1cf-93e1-4b43-a69d-d43939e66649
* Corrected comment for brill_b parameter.rideout2002-05-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@75 a678b1cf-93e1-4b43-a69d-d43939e66649
* The source code does not use the "brilldata3D" keyword forrideout2002-05-16
| | | | | | | | | ADMBase::initial_data, but the boolean "axisym" parameter instead. I prefer the former, but have adjusted the documentation to describe the (currently coded) latter. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@74 a678b1cf-93e1-4b43-a69d-d43939e66649
* remove unneeded descriptionallen2002-05-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@73 a678b1cf-93e1-4b43-a69d-d43939e66649
* fix typo in routine nameallen2002-05-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@72 a678b1cf-93e1-4b43-a69d-d43939e66649
* tweaks to conformal choicesallen2002-05-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@71 a678b1cf-93e1-4b43-a69d-d43939e66649
* Report on parametersallen2002-05-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@70 a678b1cf-93e1-4b43-a69d-d43939e66649
* Correctly handle the static conformal factor, respecting the value ofrideout2002-05-08
| | | | | | | | | the conformal_storage parameter, and the fact that storage for conformal_state is only allocated if metric_type == "static conformal". git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@69 a678b1cf-93e1-4b43-a69d-d43939e66649
* Fixed I/O parameter names and added 'IO::new_filename_scheme = "no" to maketradke2002-05-06
| | | | | | | the testsuites pass again. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@68 a678b1cf-93e1-4b43-a69d-d43939e66649
* Checks value of metric_type parameter.rideout2002-05-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@67 a678b1cf-93e1-4b43-a69d-d43939e66649
* Conversion to CactusEinstein2.rideout2002-05-05
| | | | | | | Some minor documentation fixes/updates. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@66 a678b1cf-93e1-4b43-a69d-d43939e66649
* Added sor_maxit parameter (sor parameters now set by the thorn calling sorallen2002-01-06
| | | | | | | rather than sor itself) and fixed parameter file git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@63 a678b1cf-93e1-4b43-a69d-d43939e66649
* Initialise derivatives for conformal metric and set conformal_stateallen2002-01-06
| | | | | | | grid variable git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@62 a678b1cf-93e1-4b43-a69d-d43939e66649
* Added missing sets for the elliptic databaseallen2002-01-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@61 a678b1cf-93e1-4b43-a69d-d43939e66649
* Added missing thorns to ActiveThorns list.tradke2001-12-16
| | | | | | | Possibly closes PR CactusEinstein-603. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@60 a678b1cf-93e1-4b43-a69d-d43939e66649
* Fixed calls to CCTK_SyncGroup() which also takes an 'ierror' argument now.tradke2001-12-09
| | | | | | | You will also need to update the flesh now. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@59 a678b1cf-93e1-4b43-a69d-d43939e66649
* Deleting obsolete parameter.miguel2001-10-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@58 a678b1cf-93e1-4b43-a69d-d43939e66649
* Parameter file requires "time". Plus headers of some files are differentmiguel2001-10-22
| | | | | | | now. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@57 a678b1cf-93e1-4b43-a69d-d43939e66649