Re: [deal.II] Interpolate fails on FE_FaceQ

2017-11-12 Thread Praveen C
> On 13-Nov-2017, at 4:32 AM, Wolfgang Bangerth wrote: > > Yes, there were recent changes to this function that probably caused this. > Can you open a github issue that tracks this, with a small and self-contained > testcase? > > Thanks > W. I have created an issue https://github.com/deal

Re: [deal.II] Re: mapping_collection and step-27

2017-11-12 Thread Wolfgang Bangerth
On 11/10/2017 08:15 AM, Juan Carlos Araujo Cabarcas wrote: Yes, it explains the Function map better, and also thanks for the pointer to step-16. Unfortunately, I still cannot get it to run =( ... By looking at step-35, I got the line: | staticstd::mapbval; | With this, I now write: | ZeroFunct

Re: [deal.II] Re: mapping_collection and step-27

2017-11-12 Thread Wolfgang Bangerth
On 11/11/2017 02:34 PM, Juan Carlos Araujo Cabarcas wrote: Additionally, I also noticed that: data_out.build_patches (mapping_collection, 4, DataOut::curved_inner_cells); is not implemented, what could be the proper way of producing .vtk files with curved inner cells That's a separate is

Re: [deal.II] Interpolate fails on FE_FaceQ

2017-11-12 Thread Wolfgang Bangerth
On 11/12/2017 03:47 AM, Praveen C wrote: In my HDG code, I have dof_handler which is connected to FE_FaceQ. When I set the initial condition, // Initialize skeleton solution { // We need a vector without ghosts. InitialCondition initial_condition (NS::n_u_components); // We need

[deal.II] Interpolate fails on FE_FaceQ

2017-11-12 Thread Praveen C
Dear all I am using deal.II from github @b64212dacb2bfc9082739c4 In my HDG code, I have dof_handler which is connected to FE_FaceQ. When I set the initial condition, // Initialize skeleton solution { // We need a vector without ghosts. InitialCondition initial_condition (NS::