Thanks Wolfgang. May I ask, is there any sense of when/if the hp version might be implemented?
On Thu, Sep 8, 2011 at 12:50 AM, Wolfgang Bangerth <[email protected]> wrote: > >> Here is an example of a line of code causing the issue: >> >> parallel::distributed::SolutionTransfer<dim, >> PETScWrappers::MPI::Vector, hp::DoFHandler<dim> > >> soltrans(dof_handler); > > Since the hp::DoFHandler is not implemented for distributed parallel meshes > yet, this combination of template arguments for SolutionTransfer doesn't make > a whole lot of sense and therefore isn't currently instantiated. The linker > error is only the most obvious sign of that. > > >> -- Also, is step-32 being packaged with 7.0.0 anymore? > > It never was. step-32 wasn't finished before 7.0 (or any earlier release) came > out. We hope to have it ready for 7.1, hopefully not too far into the future. > > Best > W. > > ------------------------------------------------------------------------- > Wolfgang Bangerth email: [email protected] > www: http://www.math.tamu.edu/~bangerth/ > _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
