[deal.II] Where can I find member function of cell?

2019-08-26 Thread yuesu jin
Hi all, When we iterate the cell within triangulation/dof_handler, we often use functions such as cell->face(), cell->vertices() etc. Where can I find all the member function in our documentation webpage? Thanks a lot! -- Yuesu Jin, Ph.D student, University of Houston, College of Natural

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

2019-08-26 Thread Doug
Thank you very much for the quick fix! Looking forward to pull this once it goes through all the checks. Doug On Sunday, August 25, 2019 at 9:44:29 AM UTC-4, Marc Fehling wrote: > > > I came up with a fix for this issue in the following PR #8637 >

Re: [deal.II] How to use FE_FaceQ with update_gradients.

2019-08-26 Thread Wolfgang Bangerth
On 8/26/19 1:09 PM, Lars Corbijn wrote: > > Thank you for the detailed information. That sounds like a good solution > to the problem given the current situation. > > Now that I have a working checkout (but waiting for a recompile), I will > see if I can find some spare time to program the

Re: [deal.II] How to use FE_FaceQ with update_gradients.

2019-08-26 Thread Lars Corbijn
Wolfgang, Thank you for the detailed information. That sounds like a good solution to the problem given the current situation. Now that I have a working checkout (but waiting for a recompile), I will see if I can find some spare time to program the solution. Lars On Tue, 20 Aug 2019 at 00:54,

Re: [deal.II] Mixed-precision algorithms in deal.II

2019-08-26 Thread David Wells
Hi Maxi, The AffineConstraints class does not support using mixed precision and I am not aware of any alternatives that can solve this problem directly. There may be a better solution, but one way to solve this problem would be to set up two different AffineConstraints objects (one for each

[deal.II] Mixed-precision algorithms in deal.II

2019-08-26 Thread 'Maxi Miller' via deal.II User Group
I tried to implement a simple mixed-precision algorithm in deal.II, which creates my matrix using float values, and my vectors using double values. Unfortunately, the function distribute_local_to_global(cell_matrix, cell_rhs, local_dof_indices, system_matrix, system_rhs) does not support mixed