aboutsummaryrefslogtreecommitdiff
path: root/src/EHFinder_ReadData.F90
Commit message (Collapse)AuthorAge
* Added a parameter and routine to read in data with timesteps saved in separatediener2004-10-01
| | | | | | | | | | files. For now the filenames has to be in a specific format (for example the filename for iteration 2 for gxx should be gxx_000002.h5 and the filename for iteration 142 should be gxx_000142.h5). This is the format used by the NASA Goddard group. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@187 2a26948c-0e4f-0410-aee8-f1d3e353619c
* Changed [ and ]'s to { and }'s to avoid nasty warning messages:-)diener2004-08-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@182 2a26948c-0e4f-0410-aee8-f1d3e353619c
* Added a cheat parameter to enable the reuse of the final data set for adiener2004-03-03
| | | | | | | | | | | | | | | | number of iterations before starting the real backwards evolution of the level set function. If everything is stationary this should be okay. If it is only approximately stationary, the evolution of the level set function is dubious but the trial surfaces might get closer to the real event horizon. Testing is definitely necessary. Don't use it unless you really know what you are doing. The implementation is also slightly dubious, since I modify cctk_iteration to start out with negative iteration numbers. There might be a more elegant way of doing this. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@167 2a26948c-0e4f-0410-aee8-f1d3e353619c
* Getting EHFinder up to date with the recent changes in function aliasingdiener2003-10-29
| | | | | | | for fortran. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@160 2a26948c-0e4f-0410-aee8-f1d3e353619c
* Preparing for release. Added comments, deleted obsolete pieces of code, fixeddiener2003-09-30
| | | | | | | a few bugs. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@143 2a26948c-0e4f-0410-aee8-f1d3e353619c
* Added a parameter read_conformal_factor_once to support reading thediener2003-06-13
| | | | | | | | | conformal factor only once (since it's not changed during the evolution). The user now only has to output staticconformal::psi at iteration 0, thereby saving some diskspace. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@117 2a26948c-0e4f-0410-aee8-f1d3e353619c
* Added routines to find out how many surfaces are present. At presentdiener2003-02-06
| | | | | | | | this information is not used. Added beginning support for the spacemask. Only routine to read in the emask. Nothing is done with it. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@89 2a26948c-0e4f-0410-aee8-f1d3e353619c
* Added more explanatory comments.diener2003-02-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@81 2a26948c-0e4f-0410-aee8-f1d3e353619c
* Added support for reading in data not saved at every timestep in the originaldiener2003-01-15
| | | | | | | run. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@75 2a26948c-0e4f-0410-aee8-f1d3e353619c
* Splitted the input up so that the metric, conformal factor, lapse and shiftdiener2002-07-04
| | | | | | | | | are read in independently. Also scheduled these routines at CCTK_INITIAL extending the ADMBase parameter for initial_data, initial_lapse and initial_shift with "read from file". git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@30 2a26948c-0e4f-0410-aee8-f1d3e353619c
* Added a routine to read in 3D data. Added some parameters to supportdiener2002-07-03
that. Scheduled the routine at CCTK_PRESTEP. This is only the first pass of this. I Also need to schedule someting at CCTK_INITIAL to avoid having to set some arbitrary initial data, that then gets overwritten. I need to add some error checking as well. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@29 2a26948c-0e4f-0410-aee8-f1d3e353619c