874 |
setSlice(const Data& value, |
setSlice(const Data& value, |
875 |
const DataArrayView::RegionType& region); |
const DataArrayView::RegionType& region); |
876 |
|
|
877 |
|
/** |
878 |
|
\brief |
879 |
|
Archive the current Data object to the given file. |
880 |
|
\param fileName - Input - file to archive to. |
881 |
|
*/ |
882 |
|
void |
883 |
|
archiveData(const std::string fileName); |
884 |
|
|
885 |
|
/** |
886 |
|
\brief |
887 |
|
Extract the Data object archived in the given file, overwriting |
888 |
|
the current Data object. |
889 |
|
Note - the current object must be of type DataEmpty. |
890 |
|
\param fileName - Input - file to extract from. |
891 |
|
\param what - Input - a suitable FunctionSpace descibing the data. |
892 |
|
*/ |
893 |
|
void |
894 |
|
extractData(const std::string fileName, |
895 |
|
const FunctionSpace& fspace); |
896 |
|
|
897 |
protected: |
protected: |
898 |
|
|
899 |
private: |
private: |