aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Isosurfacer now also inherits from IO.tradke2001-03-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@39 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Advertised the hostname/port number information in a temporary file fortradke2001-03-02
| | | | | | | | download. More or less just a hack for GGF for now. Removed dependency on PUGH, gcc warnings fixed, untabified, use Util_GetHostName(). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@38 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Fixed spelling mistake in standard outputallen2001-02-24
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@37 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Fixed range descriptions for numeric parameters.tradke2001-01-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@36 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Bringing isosurfacer into sync.jshalf2001-01-15
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@35 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Updates to parameter filesallen2000-12-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@33 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Output the "no isosurface" message with CCTK_WARN() warning level 6.tradke2000-12-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@32 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Removing now redundant "" on USES and EXTENDS and redundant {} blocks ongoodale2000-12-17
| | | | | | | | | USES. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@31 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Removing C++ comment.goodale2000-12-15
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@30 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Added parallel collection of vertex normals.jshalf2000-12-15
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@29 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Ooops,jshalf2000-12-13
| | | | | | | used strcmp() where I should have used CCTK_Equals() git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@28 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Fix parameter steering for parallel case.goodale2000-12-08
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@27 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* CCTK_ParameterSet takes three strings.goodale2000-12-08
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@26 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* OK,jshalf2000-12-08
| | | | | | | | lets go back to the steerable-always thing. Give it a try. I don't know if I'm broadcasting things correctly yet. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@25 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Added the CCTK_ParameterSet() stuff and copy value of isosurfacer::isovaluejshalf2000-12-08
| | | | | | | to myGH->isovalue on each cycle. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@24 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Just making sure we are all synchronized.jshalf2000-12-08
| | | | | | | Your turn Gab et al. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@23 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* isovalue is not a steerable parameter.goodale2000-12-07
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@22 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Added gradient normal computations for the Renderer Thorn.jshalf2000-12-07
| | | | | | | Also reenabled steering for isovalue because it works. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@21 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Changed C++ comment to C commentallen2000-11-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@20 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Removing STEERABLE status of parameters as these cannot be steered by ↵goodale2000-11-04
| | | | | | | | | CCTK_SetParameter. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@19 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Ignore SIGPIPE.jshalf2000-11-01
| | | | | | | Try to figure out why we get periodic crashes on IsoView disconnect. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@18 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Updating to check for HAVE_SOCKET_TYPE.goodale2000-10-31
| | | | | | | | | | Added homegrown GetHostName function. Some cosmetic changes. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@17 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* A few more fixes to the parser for backward compability.jshalf2000-10-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@16 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Forgot to take PUGH into account for steering.jshalf2000-10-30
| | | | | | | | | | | So now it properly propagates steering information to *ALL* processes when running in MPI mode. Also added parameters so that it is fully compatable in terms of parameters with the old isosurfacer (still testing this though). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@15 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Demo par file for the new isosurfacer.jshalf2000-10-26
| | | | | | | Connect to it with the new IsoView program in the Utilities repos. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@14 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Noticing the ADM difficulties.jshalf2000-10-13
| | | | | | | Found and removed // comments from IsoSurfacer... git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@13 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* #if 0 -ing out references to cdtimes so compiles in parallel.goodale2000-10-11
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@12 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Now we have steering too.jshalf2000-10-09
| | | | | | | | | | | | | | | | | | | I'm not really doing a sufficient amount of checking on the steering, but it works as long as you send "properly formed" commands. I'll do a pass on error-checking/correcting after I get IsoView updated in CVS. So now the C-version of the isosurfacer does pretty much everything that the C++ version does (aside from depending on external modules for communication/steering that is). I left the HDF5 remote sending commented out. However, since the HDF5 stream is in fact also written in C, it should be able to work. If someone wants to just check the arguments on that as well as the #defines to enable it, that should work as well. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@11 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Finally got it to send some data to IsoView.jshalf2000-10-09
| | | | | | | | | | | | | | FYI: htonl() doesn't always do what is expected of it... Used wavetoy binary source to test. Critical params for the .par file were isosurfacer::output_format="SOCK" isosurfacer::output_var = "WAVETOY::phi" isosurfacer::isovalue=0.35: Now must fix the steering part. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@10 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* OK,jshalf2000-10-08
| | | | | | | | with cvs update and -config, we now understand CCTK_INT8. Un-doing changes which removed the CCTK_INT8 from the sockets. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@9 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* No longer needed. The isosurfacerGH supercedes the garden ofjshalf2000-10-07
| | | | | | | datastructures we originally had. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@8 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* OK,jshalf2000-10-07
| | | | | | | | | | | | | | | it builds... Isn't carefully tested, but at least it builds. I got rid of an awful lot of extraneous crap and in particular *all* of the static global variables. We can add crap back when its clear that it is a necessity. For some reason CCTK_INT8 was an unrecognized type in the build. You might want to add that back to the Socket.c if its clear why this type was not recognized. This only affects the subroutine IsoWriteDataToClients() git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@7 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Socket layer. Compiles but untested.goodale2000-10-04
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@6 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Minor bug with scheduler.jshalf2000-09-26
| | | | | | | | Changed some parameter names in order to simplify, but forgot to fix conditional scheduling directive to match. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@5 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* More bugfixes and C++'ism removal.jshalf2000-09-26
| | | | | | | | Now it all compiles, but doesn't really talk to anything yet. Sockets are next I guess. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@4 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* More code reorganization and removal of C++ items.jshalf2000-09-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@3 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Initial add to the repository.jshalf2000-09-25
| | | | | | | | | These are the basic files needed to re-implement isosurfacer in C. This has mostly been cleaned of C++ code, but hasn't been tested out yet. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@2 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Standard project directories initialized by cvs2svn.(no author)2000-09-25
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@1 bfcf8e34-485d-4d46-a995-1fd6fa6fb178