On 11/27/2017 08:13 PM, Juan Carlos Araujo Cabarcas wrote:

/home/ju4nk4/Soft/dealii/include/deal.II/numerics/data_out.h:285:16: note: void dealii::DataOut<dim, DoFHandlerType>::build_patches(const dealii::Mapping<DoFHandlerType:: dimension, DoFHandlerType:: space_dimension>&, unsigned int, dealii::DataOut<dim, DoFHandlerType>::CurvedCellRegion) [with int dim = 2; DoFHandlerType = dealii::hp::DoFHandler<2, 2>] virtual void build_patches (const Mapping<DoFHandlerType::dimension, DoFHandlerType::space_dimension> &mapping,
                 ^
/home/ju4nk4/Soft/dealii/include/deal.II/numerics/data_out.h:285:16: note: no known conversion for argument 3 from ‘dealii::DataOut<2, dealii::DoFHandler<2, 2> >::CurvedCellRegion’ to ‘dealii::DataOut<2, dealii::hp::DoFHandler<2, 2> >::CurvedCellRegion’

Here's your key -- you need to say
  DataOut<dim,hp::DoFHandler<2, 2> >::curved_inner_cells
instead of
  DataOut<dim>::curved_inner_cells

Error messages are your friend :-)

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/

--
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to