aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Roland Haas: don't require non-existant include filesHEADmasterknarf2012-03-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@144 eff87b29-5268-4891-90a3-a07138403961
* fix compiler warningsknarf2011-08-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@140 eff87b29-5268-4891-90a3-a07138403961
* patch from Steven Brandt: It gets rid of annoying error messages when one of ↵knarf2011-08-21
| | | | | | the dimensions is one. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@139 eff87b29-5268-4891-90a3-a07138403961
* require libjpeg, not jpeg6b anymoreknarf2010-09-08
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@135 eff87b29-5268-4891-90a3-a07138403961
* IOJpeg: Adapt to the new parsing API in IOUtilschnetter2009-12-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@132 eff87b29-5268-4891-90a3-a07138403961
* Remove last argument to IOUtil call which somehow slipped into this from the ↵knarf2009-10-20
| | | | | | future. Now someone tell me time travel to the past is not possible... git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@131 eff87b29-5268-4891-90a3-a07138403961
* Support interpolating to obtain the image values. This makes itschnetter2009-10-20
| | | | | | | | | | | | | possible to use IOJpeg together with mesh refinement. There is a new keyword parameter "gridpoints" with possible values "hyperslab" and "interpolate". Hyperslabbing works only on uniform grids, whereas interpolation also works with AMR. Additional parameters select where in the domain the points should be interpolated. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@130 eff87b29-5268-4891-90a3-a07138403961
* This patch lets IOJpeg announce every time a new jpeg is available (notknarf2009-10-09
| | | | | | | | | just the first time). This is neccesary for thorns like Flickr, but needs the previously sent patch for HTTPDExtra to not break the web server. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@129 eff87b29-5268-4891-90a3-a07138403961
* Include Licence in READMEknarf2009-01-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@125 eff87b29-5268-4891-90a3-a07138403961
* also activate thorn LoopControltradke2009-01-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@124 eff87b29-5268-4891-90a3-a07138403961
* Unify README file formatknarf2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@123 eff87b29-5268-4891-90a3-a07138403961
* use correct latex package in documentationknarf2009-01-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@122 eff87b29-5268-4891-90a3-a07138403961
* Use CarpetIOBasic instead of IOBasic.tradke2006-07-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@121 eff87b29-5268-4891-90a3-a07138403961
* Added localreduce to activethornsyye002006-01-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@120 eff87b29-5268-4891-90a3-a07138403961
* Add LocalReduce to the ActiveThorns list. It's needed by the new reduction API.tradke2005-11-03
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@119 eff87b29-5268-4891-90a3-a07138403961
* change to use new reduction apiyye002005-11-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@118 eff87b29-5268-4891-90a3-a07138403961
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@117 eff87b29-5268-4891-90a3-a07138403961
* For announced JPEGs: write to a temporary file first and then (atomically)tradke2005-10-16
| | | | | | | | rename it to the real output file. This fixes problems with a threaded HTTPD where JPEG files could be downloaded while they were still being written to. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@116 eff87b29-5268-4891-90a3-a07138403961
* Fixed small memory when using Util_snprintf().tradke2005-07-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@113 eff87b29-5268-4891-90a3-a07138403961
* Add missing #include <stddef.h> and #include <stdio.h> statements.schnetter2004-12-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@112 eff87b29-5268-4891-90a3-a07138403961
* Always specify the global hyperslab mapping extents as negative valuestradke2004-11-17
| | | | | | | suggesting the hyperslab thorn to assume the maximum possible extents. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@111 eff87b29-5268-4891-90a3-a07138403961
* HTTPD/IOJpeg example parameter file using Carpet as driver thorn.tradke2004-11-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@110 eff87b29-5268-4891-90a3-a07138403961
* Added refinement of resulting jpeg images.tradke2004-11-05
| | | | | | | Beautified parfile. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@109 eff87b29-5268-4891-90a3-a07138403961
* #include "util_Table.h"tradke2004-11-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@108 eff87b29-5268-4891-90a3-a07138403961
* Fixed resizing of resulting jpeg images: leave one grid point at boundariestradke2004-11-05
| | | | | | | as interpolation stencil. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@107 eff87b29-5268-4891-90a3-a07138403961
* Added a steerable integer parameter IOJpeg::refinement_factor which lets youtradke2004-11-04
| | | | | | | | enlarge the resulting JPEG images by some factor. The default is 1 (meaning no resizing, images will have the same size as underlying grid). git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@106 eff87b29-5268-4891-90a3-a07138403961
* Adding missing copyright files to all thorns and making themgoodale2004-11-02
| | | | | | | consistent. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@104 eff87b29-5268-4891-90a3-a07138403961
* Fixed wrong title of thorn documentation.tradke2004-09-15
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@103 eff87b29-5268-4891-90a3-a07138403961
* Move initial check of IOJpeg parameters to the end of SetupGH().tradke2004-06-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@102 eff87b29-5268-4891-90a3-a07138403961
* IOJpeg already requires the capability 'jpeg6b' so there is no need to inherittradke2004-06-11
| | | | | | | from such an implementation anymore. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@101 eff87b29-5268-4891-90a3-a07138403961
* After setup, do an initial I/O parameter parsing and warn/stop on parsing errorstradke2004-06-09
| | | | | | | | (depending on IO::strict_io_parameter_check). You will also need to update CactusBase/IOUtil. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@100 eff87b29-5268-4891-90a3-a07138403961
* Use IO::strict_io_parameter_check.tradke2004-06-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@99 eff87b29-5268-4891-90a3-a07138403961
* 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/CactusIO/IOJpeg/trunk@98 eff87b29-5268-4891-90a3-a07138403961
* IOJpeg doesn't need to inherit from Hyperslab anymore.tradke2004-04-23
| | | | | | | Instead it REQUIRES the hyperslab functions to be provided. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@96 eff87b29-5268-4891-90a3-a07138403961
* Fix error in parameter descriptionschnetter2004-04-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@95 eff87b29-5268-4891-90a3-a07138403961
* 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.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@93 eff87b29-5268-4891-90a3-a07138403961
* Update parameter files to activate thorn SymBase.schnetter2004-03-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@92 eff87b29-5268-4891-90a3-a07138403961
* Renamed some aliased hyperslab functions to comply with the maximum lengthtradke2004-01-22
| | | | | | | | | | | | | | for names of Fortran routines (31 characters): Hyperslab_DefineGlobalMappingByPhys -> Hyperslab_GlobalMappingByPhys Hyperslab_DefineGlobalMappingByIndex -> Hyperslab_GlobalMappingByIndex Hyperslab_DefineLocalMappingByPhys -> Hyperslab_LocalMappingByPhys Hyperslab_DefineLocalMappingByIndex -> Hyperslab_LocalMappingByIndex Also renamed the providing functions accordingly. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@91 eff87b29-5268-4891-90a3-a07138403961
* Only register IOJepg I/O method if the maximum dimension of gridtradke2003-12-03
| | | | | | | variables is >= 2. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@90 eff87b29-5268-4891-90a3-a07138403961
* IOJpeg requires thorn jpeg6b.tradke2003-11-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@89 eff87b29-5268-4891-90a3-a07138403961
* Adapt to new Fortran pointer ABI.schnetter2003-10-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@88 eff87b29-5268-4891-90a3-a07138403961
* Fixed prototype for the hyperslab conversion function parameter totradke2003-09-01
| | | | | | | Hyperslab_DefineGlobalMappingByIndex() / Hyperslab_DefineLocalMappingByIndex(). git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@87 eff87b29-5268-4891-90a3-a07138403961
* CardGrid3D now inherits from CoordBaserideout2003-08-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@86 eff87b29-5268-4891-90a3-a07138403961
* Fixed argument types for hyperslab function aliases.tradke2003-05-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@85 eff87b29-5268-4891-90a3-a07138403961
* Support for new aliased function specification format.rideout2003-05-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@84 eff87b29-5268-4891-90a3-a07138403961
* Adding missing socket activation.goodale2003-04-02
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@83 eff87b29-5268-4891-90a3-a07138403961
* Removed an ugly artefact where a union was used to convert a 'const cGH*'tradke2003-03-10
| | | | | | | | pointer into 'cGH *' which was required by the old flesh's reduction API. This API has been fixed now. You need to update the flesh for this. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@82 eff87b29-5268-4891-90a3-a07138403961
* New interface for aliased functions.rideout2003-02-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@81 eff87b29-5268-4891-90a3-a07138403961
* Removed old deprecated I/O parameters.tradke2003-01-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@80 eff87b29-5268-4891-90a3-a07138403961
* Copy pointers to string parameters to a local variable before modifying it.tradke2003-01-06
| | | | | | | | | This prevents potential future problems in pointer assignments when we declare a pointer to a string parameters constant. This closes PR CactusIO/1351. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@79 eff87b29-5268-4891-90a3-a07138403961