Re: [deal.II] some question about the ContinuousQuadratureDataTransfer class

2019-08-20 Thread Wolfgang Bangerth
On 8/19/19 8:52 PM, 2leng liu wrote: > I'm using the *ContinuousQuadratureDataTransfer* class for physical state and > property data transfer. when i use it , i found a problem: > in the *ContinuousQuadratureDataTransfer*, the *unpack_function* said we > can't > deal with the cells with >

Re: [deal.II] Parallel distributed hp solution transfer

2019-08-20 Thread Doug
Hello Marc, I am trying to get the test working and unfortunately it is going a lot less smoothly than expected. Please find attached the test as solution_transfer_05.cc. Only h-refinement occurs. I have attached the before and after grids, which look OK. It is still that error 8134:

[deal.II] Re: Real Step-29

2019-08-20 Thread Bruno Turcksin
Adil, If you look in the output_results section. You can see the following code: std::vector solution_names; solution_names.emplace_back("Re_u"); solution_names.emplace_back("Im_u");

Re: [deal.II] Re: curl_value_list function ?

2019-08-20 Thread Bruno Turcksin
Le lun. 19 août 2019 à 23:53, Muhammad Adil a écrit : > I mean Ross kynch used curl_value_list but I couldn't find it in the deal.II > 8.3.0 documents. Like I found vector_value_list in the documents. That's because it is not a function in deal.II Have you tried to grep curl_value_list in the