Re: [deal.II] Re: How do I choose my spaces to enforce gradient continuity across an interface?

2018-08-21 Thread Wolfgang Bangerth
Georgios, Thanks for your reply! Essentially what I was trying to do is patch together two product spaces:  ([H1_0]^2, L^2_0) in one part of the domain and ([H1_0]^2, L^2_0) in another, with an interface condition to ensure solvability for my problem (Stokes in one part of the domain,

[deal.II] Implementing Dirac delta function

2018-08-21 Thread Jie Cheng
Hi everyone I am trying to implement a template Dirac delta function, which takes a source vector and its associated DoFHandler, then interpolates the source vector onto an arbitrary point. Different from VectorTools::point_value, the target point does not have to be in the source grid.

[deal.II] Re: How do I choose my spaces to enforce gradient continuity across an interface?

2018-08-21 Thread georgios . sialounas
Dear Daniel, Thanks for your reply! Essentially what I was trying to do is patch together two product spaces: ([H1_0]^2, L^2_0) in one part of the domain and ([H1_0]^2, L^2_0) in another, with an interface condition to ensure solvability for my problem (Stokes in one part of the domain,

Re: [deal.II] Step 46: pressure uniquely defined

2018-08-21 Thread georgios . sialounas
Dear Time, Thank you very much! I've been using the preconditioned CG solver that came with the tutorial thus far. I'll have a crack with GMRES. Kind regards, Georgios On Sunday, August 19, 2018 at 1:23:29 AM UTC+1, Timo Heister wrote: > > Georgios, > > this is discussed very briefly in

Re: [deal.II] How do I calculate the (hdiv-semi) norm only on certain components of my (vector-valued) solution?

2018-08-21 Thread Georgios Sialounas
Dear Prof. Bangerth, Thank you very much! Kind regards, Georgios On Sun, Aug 12, 2018 at 10:05 PM, Wolfgang Bangerth wrote: > On 08/11/2018 09:37 AM, georgios.sialou...@gmail.com wrote: > >> >> I would be most grateful for your help on the following matter. I am >> solving a combined

[deal.II] Step-17 and Step-18 combined with a complex PETSC-installation

2018-08-21 Thread 'Maxi Miller' via deal.II User Group
I wanted to try the combination of deal.II with complex values (according to github the integration should be done, if I remember correctly), thus I compiled PETSC with complex values. Now deal.II told me that step-17 and step-18 (among others) will not work. Based on my knowledge of the math,