[deal.II] Re: Error in writing and reading cell based data for restart

2018-04-09 Thread Sambit Das
> > > *An error occurred in line <3236> of file > > > in function* > *void dealii::parallel::distributed::Triangulation spacedim>::notify_ready_to_unpack(unsigned int, const std::function (const dealii::Triangulation::cell_iterator &, > dealii::Triangulation

[deal.II] deal.II Newsletter #27

2018-04-09 Thread Rene Gassmoeller
Hello everyone! This is deal.II newsletter #27. It automatically reports recently merged features and discussions about the deal.II finite element library. ## Below you find a list of recently proposed or merged features: #6209: Fix documentation of SparsityPattern (proposed by masterleinad;

[deal.II] Use of 'VectorTools::interpolate_boundary_values' using numerical solution.

2018-04-09 Thread Jaekwang Kim
Hi, all I am always thank you for all guys here in this community. I have a question on the use of VectorTools::interpolate_boundary_values functions Typically we use this function in when we set-up system as in the form VectorTools::interpolate_boundary_values (dof_handler,

[deal.II] Error in writing and reading cell based data for restart

2018-04-09 Thread Sambit Das
Hi all, I have written the following failing minimal example (also attached) where I create a single element parallel distributed triangulation and try to write and read a double. *using namespace dealii;* *int main (int argc, char *argv[])* *{* * Utilities::MPI::MPI_InitFinalize

[deal.II] Re: deal.II cannot found HDF5

2018-04-09 Thread Bruno Turcksin
Peng, On Saturday, April 7, 2018 at 7:29:31 AM UTC-4, Peng Ding wrote: > > Dear group: > I have compiled the HDF5 with "--enable-parallel". but deal.II still > cannot recognize it. > How to resolve this problem. > Regards > Like Daniel said you need to give us more information. One