Log of /trunk/dataexporter
Directory Listing
Revision
2887 -
Directory Listing
Modified
Thu Jan 28 05:49:09 2010 UTC
(9 years ago)
by
caltinay
Fixed a compile issue with MPI.
Revision
2886 -
Directory Listing
Modified
Thu Jan 28 05:39:23 2010 UTC
(9 years ago)
by
caltinay
New version of saveVTK within dataexporter. Not pythonised yet since it needs
more testing and release 3.1 will not ship dataexporter.
Revision
2881 -
Directory Listing
Modified
Thu Jan 28 02:03:15 2010 UTC
(9 years ago)
by
jfenwick
Don't panic.
Updating copyright stamps
Revision
2880 -
Directory Listing
Modified
Thu Jan 28 01:21:30 2010 UTC
(9 years ago)
by
caltinay
Better resolution for Hex27 & Rec9 data in dataexporter (mantis #486).
Saved Silo data resolution is now equal to finley.SaveVTK generated data in
all cases.
Revision
2877 -
Directory Listing
Modified
Thu Jan 28 00:28:45 2010 UTC
(9 years ago)
by
caltinay
Fixes to Silo writer: Multivars for tensors are now correct even with empty
ranks.
Revision
2854 -
Directory Listing
Modified
Mon Jan 18 01:54:04 2010 UTC
(9 years, 1 month ago)
by
caltinay
Fixed a compile error and removed unneeded member.
Revision
2853 -
Directory Listing
Modified
Mon Jan 18 01:46:05 2010 UTC
(9 years, 1 month ago)
by
caltinay
Do not attempt to read node file data if #nodes=0.
Revision
2849 -
Directory Listing
Modified
Fri Jan 15 03:45:52 2010 UTC
(9 years, 1 month ago)
by
caltinay
Oops...
Revision
2848 -
Directory Listing
Modified
Fri Jan 15 03:44:44 2010 UTC
(9 years, 1 month ago)
by
caltinay
Removed unneeded member and initialised some others in the constructor.
Revision
2847 -
Directory Listing
Modified
Fri Jan 15 03:35:05 2010 UTC
(9 years, 1 month ago)
by
caltinay
Improved error handling when using MPI and fixed Silo output when not all
ranks contribute to a data variable.
Revision
2846 -
Directory Listing
Modified
Fri Jan 15 03:16:08 2010 UTC
(9 years, 1 month ago)
by
caltinay
removeGhostNodes is broken and unnecessary anyway so removed.
Revision
2837 -
Directory Listing
Modified
Wed Jan 13 01:28:23 2010 UTC
(9 years, 1 month ago)
by
caltinay
Added missing import statement.
Revision
2834 -
Directory Listing
Modified
Thu Jan 7 06:06:56 2010 UTC
(9 years, 1 month ago)
by
caltinay
Reduced elements are now handled separate from the main elements within the
data exporter. This simplifies usage considerably.
Revision
2830 -
Directory Listing
Modified
Thu Jan 7 04:49:55 2010 UTC
(9 years, 1 month ago)
by
caltinay
saveSilo now passes MPI communicator to data exporter.
Revision
2822 -
Directory Listing
Modified
Mon Dec 14 03:10:16 2009 UTC
(9 years, 2 months ago)
by
caltinay
dataexporter: Ensure that NetCDF files created using N ranks are only loaded
when mpi size equals N or 1.
Revision
2821 -
Directory Listing
Modified
Fri Dec 11 07:00:35 2009 UTC
(9 years, 2 months ago)
by
caltinay
EscriptDataset takes an optional communicator now.
Revision
2819 -
Directory Listing
Modified
Thu Dec 10 04:12:35 2009 UTC
(9 years, 2 months ago)
by
caltinay
Added include to make badger happy. Hope everyone's happy now.
Revision
2818 -
Directory Listing
Modified
Thu Dec 10 04:10:16 2009 UTC
(9 years, 2 months ago)
by
caltinay
dataexporter links against escript now to make the Mac happy.
Revision
2812 -
Directory Listing
Modified
Tue Dec 8 00:12:07 2009 UTC
(9 years, 2 months ago)
by
caltinay
Implemented saveSilo within a new dataexporter module. If Silo is not available
at compile time the function throws. Ultimately, saveVTK will be moved here as
well.
Revision
2811 -
Directory Listing
Modified
Mon Dec 7 05:57:16 2009 UTC
(9 years, 2 months ago)
by
caltinay
Fixed compilation when silo is not used.
Revision
2810 -
Directory Listing
Added
Mon Dec 7 04:13:49 2009 UTC
(9 years, 2 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...