Re: [deal.II] square pyramid boundary

2016-12-11 Thread Jean-Paul Pelteret
Dear Loylick, For these more complex grids that are not defined in GridGenerator, you have a few options. You can: 1. Use other GridGenerator functions in conjunction with the GridGenerator::merge_triangulations

Re: [deal.II] square pyramid boundary

2016-12-11 Thread Loylick
Hi Wolfgang! To be precise I need the Triangulation object if it is what you call a *mesh*, that is it. -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are

Re: [deal.II] Unsuccessful integration of p4est with dealii

2016-12-11 Thread Kartik Jujare
Dear Uwe, It seems that the candi script was able to install everything without a problem. Is there anyway I can verify the installation was a success? Could you please give me directions on how this could work? Regards, Kartik On Saturday, December 10, 2016 at 5:29:49 PM UTC+1, Uwe Köcher wr

Re: [deal.II] manipulate a solution variable that is an easy function of other solution variables

2016-12-11 Thread Wolfgang Bangerth
On 12/10/2016 05:18 PM, Lailai Zhu wrote: I started everything from the step-31, Stokes equations solving vector field 'u' and scalar field 'p', and a temperature equation for 'T'. My problem is similar to this, namely I have a scalar field, say 'C', 'C' is an explicit function of 'u' and 'p' (

Re: [deal.II] square pyramid boundary

2016-12-11 Thread Wolfgang Bangerth
On 12/11/2016 07:14 PM, Loylick wrote: I would like to know how to implement a square pyramid boundary with the Dealii library tools? I've looked through the examples but have not found anything alike. Examples are given mostly on hyper cube domains. The *boundary* part of the square pyramid i

[deal.II] square pyramid boundary

2016-12-11 Thread Loylick
Hello! I would like to know how to implement a square pyramid boundary with the Dealii library tools? I've looked through the examples but have not found anything alike. Examples are given mostly on hyper cube domains. Alex -- The deal.II project is located at http://www.dealii.org/ For mailin

[deal.II] Re: Periodic boundary conditions seem to be not applied

2016-12-11 Thread Daniel Arndt
Hamed, [...] > >4,5___6,7 > | | > | | > | | > |

[deal.II] Re: Periodic boundary conditions seem to be not applied

2016-12-11 Thread Hamed Babaei
Dear Daniel and Timo, Thank you very much for your advises. I have figured out the problem with the periodic constraints but I do not know where this problem comes from. Let me explain the issue more. As I mentioned earlier, I have applied periodic BC for displacement field and I want to apply