Re: [deal.II] On the use of MappingFEField

2016-06-24 Thread Wolfgang Bangerth
Praveen, I change to MappingFEField map(dh_euler, euler_vector); But I get a linking error Undefined symbols for architecture x86_64: "dealii::MappingFEField<2, 2, dealii::TrilinosWrappers::MPI::Vector, dealii::DoFHandler<2, 2> >::MappingFEField(dealii::DoFHandler<2, 2> const&, dealii::T

Re: [deal.II] On the use of MappingFEField

2016-06-24 Thread Praveen C
Hello Wolfgang I change to MappingFEField map(dh_euler, euler_vector); But I get a linking error Undefined symbols for architecture x86_64: "dealii::MappingFEField<2, 2, dealii::TrilinosWrappers::MPI::Vector, dealii::DoFHandler<2, 2> >::MappingFEField(dealii::DoFHandler<2, 2> const&, dealii::

Re: [deal.II] On the use of MappingFEField

2016-06-24 Thread Wolfgang Bangerth
On 06/24/2016 11:57 PM, Praveen C wrote: MappingFEField map(dh_euler, euler_vector); When “map" is destroyed, I get some error An error occurred in line <128> of file https://urldefense.proofpoint.com/v2/url?u=http-3A__subscriptor.cc&d=CwMFaQ&c=ODFT-G5SujMiGrKuoJJjVg&r=bn1clvQAiDQrfAC4yK

[deal.II] On the use of MappingFEField

2016-06-24 Thread Praveen C
Dear all I am trying to use MappingFEField on a parallel::distributed::Triangulation with TrilinosWrappers::MPI::Vector. In this case, how should the euler vector be created ? Should the euler vector use locally owned dofs or locally relevant dofs ? I tried the following unsigned int deg

[deal.II] On the use of MappingFEField

2016-05-29 Thread Praveen C
Dear all I have problems involving airfoil geometry where the cells have high aspect ratio in the boundary layer. Due to this, it is not enough to just use curved boundaries but the interior faces also need to be curved. See the attached figure gridq1.pdf I have implemented a method based on wins