Hello all,

I'm studying a problem in which I need to store quantities (symmetric 
tensors and doubles) at quadrature points, and I do that by using a 
PointHistory class as done in step 44 
(https://www.dealii.org/current/doxygen/deal.II/step_44.html#Quadraturepointhistory).
The only difference is that I'm defining the CellDataStorage as 

CellDataStorage<typename 
parallel::distributed::Triangulation<dim>::cell_iterator,
                               PointHistory<dim> > quadrature_point_history;

because I use a parallel distributed triangulation.

Is there an easy way to save the data stored to a file and then to restore 
them during a restart? I have seen the serialize() function of the 
CellDataStorage class does nothing.
A possible solution I can think of would be to separately save alle these 
quantities into vectors and then serialize/deserialize them, but I would 
like to know if there are better/easier options.

Any help would be appreciated, thank you.

Dario

-- 
________________________________________________________
Le informazioni 
contenute in questo messaggio di posta elettronica sono strettamente 
riservate e indirizzate esclusivamente al destinatario. Si prega di non 
leggere, fare copia, inoltrare a terzi o conservare tale messaggio se non 
si è il legittimo destinatario dello stesso. Qualora tale messaggio sia 
stato ricevuto per errore, si prega di restituirlo al mittente e di 
cancellarlo permanentemente dal proprio computer.
The information contained 
in this e mail message is strictly confidential and intended for the use of 
the addressee only.  If you are not the intended recipient, please do not 
read, copy, forward or store it on your computer. If you have received the 
message in error, please forward it back to the sender and delete it 
permanently from your computer system.

-- 

Fai crescere i nostri giovani ricercatori
dona il 5 per mille alla 
Sapienza
*codice fiscale 80209930587*

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/38b5c162-dd5c-4dd1-a0bb-3a574059d88en%40googlegroups.com.

Reply via email to