aboutsummaryrefslogtreecommitdiff
path: root/src/EHFinder_Constants.F90
Commit message (Collapse)AuthorAge
* Changed the grid function used in the flooding alogrithm (to find the numberdiener2006-01-10
| | | | | | | | | | of separate surfaces) from integer to real type in preparation to get the area calculation to work with Carpet. Introduced a module with fuzzy comparison routines. Testsuite still passes. Still needs to be tested in more complicated circumstances. Please report any problems. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@199 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 missing d0 on the definition of pi. Now it should be doublediener2003-07-02
| | | | | | | precision. Thanks to Frank Herrmann for spotting this. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@122 2a26948c-0e4f-0410-aee8-f1d3e353619c
* Added support for finding surface area. However only for one surface anddiener2003-01-31
| | | | | | | | | in full mode. It is parallelized though. Need to put in a routine to detect how many surface are present, their symmetries and handle various symmetries. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@79 2a26948c-0e4f-0410-aee8-f1d3e353619c
* First pass at finding points on the level set surface, just to testdiener2003-01-23
| | | | | | | | | feasibility of the algorithm. Now it needs to be parallelized using grid-arrays instead of using local arrays and generelized to more than full mode. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@77 2a26948c-0e4f-0410-aee8-f1d3e353619c
* Added pi, since it is used in the approximate delta function.diener2002-10-02
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@60 2a26948c-0e4f-0410-aee8-f1d3e353619c
* Added eight = 8.0d0 as a constant.diener2002-07-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@38 2a26948c-0e4f-0410-aee8-f1d3e353619c
* Got approximate reparametrization to work again. Also allows mixing ofdiener2002-06-17
| | | | | | | | pde and approximate reparametrization. Initial tests seem to indicate that pde works better than approximate re-parametrization but is slower. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@27 2a26948c-0e4f-0410-aee8-f1d3e353619c
* First partial working version. Only re-parametrization with pde usingdiener2002-05-20
second order upwinded differences are working. Haven't checked octant or any other symmetries yet. Approximate re-parametrization was broken when I tried to add support for octant symmetry. Not yet converted to Einstein 2. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@5 2a26948c-0e4f-0410-aee8-f1d3e353619c