aboutsummaryrefslogtreecommitdiff
path: root/src/IsoSurfacerInit.c
Commit message (Collapse)AuthorAge
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
| | | | | | | modifying or adding files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@79 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Copy pointer to string parameter into local variable before modifying it.tradke2003-01-17
| | | | | | | | This fixes a problem when modifying the string parameter pointer which is read-only now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@67 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Evaluate the new parameters, not the old ones. Otherwise you won't see verytradke2002-08-20
| | | | | | | much with just the new parameters. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@66 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Make use of Tom's extensions to parameter declarations:tradke2002-05-27
| | | | | | | USE some_parameter AS alias. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@61 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06
| | | | | | | You must also update thorn IOUtil now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@60 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Fixed bug in parsing parameters.tradke2001-08-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@50 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* Fixed compiler warnings and the problem with 'char * = const char *' assignmentstradke2001-06-14
| | | | | | | which didn't compile on a T3E. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@49 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
* CCTK_FILEVERSIONallen2001-05-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@48 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
* 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
* 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
* 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
* 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
* 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