Thanks for your quick reply and all the support on this thread. Programming
with templates it's not really my cup of tea!
El martes, 28 de noviembre de 2017, 0:10:15 (UTC-5), Wolfgang Bangerth
escribió:
>
> On 11/27/2017 08:13 PM, Juan Carlos Araujo Cabarcas wrote:
> >
> > /home/ju4nk4/Soft/de
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::build_patches(const
dealii::Mappingspace_dimension>&, unsigned int, dealii::DataOutDoFHandlerType>::CurvedCellRegion) [with int dim = 2; D
Thanks for your reply. I did not know I could just pass the higher order
mapping. If I omit DataOut::curved_inner_cells, then it works.
However, I pursue domains with curved inner cells. Following your
suggestion, I do:
data_out.build_patches (MappingQGeneric(max_degree), 8, DataOut::
curved_in
On 11/17/2017 12:37 PM, Juan Carlos Araujo Cabarcas wrote:
I would like to reproduce step-27 but with curved boundaries with the
use of MappingCollection.
Everything seems to work fine, but I noticed that data_out does not seem
to be implemented for passing a MappingCollection.
Yes, that see
Dear all,
As described in the forum:
https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!topic/dealii/ijJFbOTZxkk
I would like to reproduce step-27 but with curved boundaries with the use
of MappingCollection.
Everything seems to work fine, but I noticed that data_out does not