Log of /trunk/dataexporter
Directory Listing
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...