Re: [deal.II] Re: Post-processing: how can the method compute_derived_quantities_vector be informed about cell->user_pointer() ?

2017-08-21 Thread Alberto Salvadori
Thank you Jean-Paul, this works now pretty well. In fact, I had some problems in installing version 8.5.0 that have been now overcame with Timo's 8.5.1 (see Getting error during cmake configuration step and later during make run.

Re: [deal.II] Re: Post-processing: how can the method compute_derived_quantities_vector be informed about cell->user_pointer() ?

2017-08-18 Thread Jean-Paul Pelteret
Dear Alberto, >From the link in your previous post I presume that you're working with deal.II 8.4.1? The feature that I've referred to was introduced in version 8.5.0. In fact, I see now that the latest version of step-33

Re: [deal.II] Re: Post-processing: how can the method compute_derived_quantities_vector be informed about cell->user_pointer() ?

2017-08-18 Thread Alberto Salvadori
Thank you Jean-Paul. >From the CommonInputs class , I understand that I can retrieve a pointer to the current cell by using this instruction, provided that the right DoFHandler is passed: const