Dear All,

I need to transfer PETScWrappers::MPI::BlockVector to
PETScWrappers::Vector  to create output file based on

(in the Tutorial-17,
//----------------------------------------------------------------

PETScWrappers::MPI::BlockVector solution;

template <int dim>
 void ElasticProblem<dim>::output_results (const unsigned int cycle) const
 {
   const PETScWrappers::Vector localized_solution (solution);
//----------------------------------------------------------------

But, while compiling, error message was occured. How could I transfer data
through between? or Anyone has got experience the part of creation of
output file(VTK or GMV, anything) for PETScWrappers::MPI::BlockVector?
Could you give me a some clue? Even if, I followed the part of output in
Tutorial step-17, I could not go through comes from transfer between
different data type (PETScWrappers::MPI::BlockVector and
PETScWrappers::Vector)

SUngho Yoon
Leeds
UK





_______________________________________________

Reply via email to