Hello team,

I want to implement Refinement during timesteps 
<https://www.dealii.org/current/doxygen/deal.II/step_18.html#Refinementduringtimesteps>
 as 
described in Step-18, but for a much larger problem. I want to do this 
using a parallel vector for history_field. I want to clarify if the below 
is the correct implementation of it -

std::vector<std::vector<TrilinosWrappers::MPI::Vector<double>>> 
history_field_stress (dim, 
std::vector<TrilinosWrappers::MPI::Vector<double>>(dim)),
....

history_field.compress(VectorOperation::add);
....

Thanks in advance,
Raghunandan.

-- 
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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/e340ead9-505d-401c-aebb-c8fd2cc2a193n%40googlegroups.com.

Reply via email to