Log of /trunk/tools/escriptconvert
Directory Listing
Revision
3489 -
Directory Listing
Modified
Wed Mar 30 00:46:04 2011 UTC
(9 years, 11 months ago)
by
caltinay
Fixed a few warnings emitted by gcc-4.6.
Revision
3259 -
Directory Listing
Modified
Mon Oct 11 01:48:14 2010 UTC
(10 years, 4 months ago)
by
jfenwick
Merging dudley and scons updates from branches
Revision
3209 -
Directory Listing
Modified
Mon Sep 27 01:54:46 2010 UTC
(10 years, 5 months ago)
by
caltinay
Added missing libraries to escriptconvert.
Revision
3191 -
Directory Listing
Modified
Fri Sep 17 00:44:20 2010 UTC
(10 years, 5 months ago)
by
caltinay
Use consistent naming for domain, mesh and 'chunks'
Revision
3143 -
Directory Listing
Modified
Fri Sep 3 00:31:55 2010 UTC
(10 years, 6 months ago)
by
caltinay
-Moved finley specifics into weipa subclasses
-EscriptDataset is now the only weipa class exported in Windows
-Some weipa code cleanup
Revision
3091 -
Directory Listing
Modified
Fri Aug 13 07:47:57 2010 UTC
(10 years, 6 months ago)
by
caltinay
-fixed cleanup on error when invoking escriptconvert in parallel
-fixed saving VTK files on one rank if data was loaded in chunks
-cleaned up EscriptDataset and split a couple of methods
Revision
3037 -
Directory Listing
Modified
Mon Jun 14 00:59:30 2010 UTC
(10 years, 8 months ago)
by
caltinay
Renamed escriptexport to weipa. Fixes #475.
Revision
2930 -
Directory Listing
Modified
Mon Feb 8 06:25:43 2010 UTC
(11 years, 1 month ago)
by
caltinay
escriptconvert can now convert both to Silo and VTK and is thus built by
default
Revision
2910 -
Directory Listing
Modified
Wed Feb 3 03:22:31 2010 UTC
(11 years, 1 month ago)
by
caltinay
Added a libescriptreader.a target which does not depend on escript or finley
at runtime. This will be used for the VisIt plugin so is not built by default.
Revision
2881 -
Directory Listing
Modified
Thu Jan 28 02:03:15 2010 UTC
(11 years, 1 month ago)
by
jfenwick
Don't panic.
Updating copyright stamps
Revision
2845 -
Directory Listing
Modified
Fri Jan 15 03:10:42 2010 UTC
(11 years, 1 month ago)
by
caltinay
escriptconvert passes MPI communicator to EscriptDataset now so files are
read/written in parallel.
Revision
2813 -
Directory Listing
Modified
Tue Dec 8 00:30:13 2009 UTC
(11 years, 3 months ago)
by
caltinay
Added missing include.
Revision
2810 -
Directory Listing
Added
Mon Dec 7 04:13:49 2009 UTC
(11 years, 3 months ago)
by
caltinay
Reincarnation of the escriptreader as a more flexible escriptexport library:
- can be initialised with instances of escript::Data and Finley_Mesh
- is now MPI aware at the EscriptDataset level including Silo writer
- now uses boost shared pointers
The lib is currently only used by the escriptconvert tool but this is going to
change...