[deal.II] Re: Error durind checkpoint / restart using parallel distributed solution transfer

2016-07-07 Thread Jean-Paul Pelteret
Hi Rajat, Great, thanks for marking the solution. Unless you want to do so yourself, I'll post an issue on GitHub tomorrow to indicate that the error message could be made more clear. Regards, J-P P.S. I'm not a Prof., but rather an ordinary PhD. But thanks for the ego boost anyway ;-) On T

Re: [deal.II] Doubt in Exceptions Documention

2016-07-07 Thread Timo Heister
Yes, this is already fixed in the development version: http://www.dealii.org/developer/doxygen/deal.II/group__Exceptions.html#ga3b3432dad4a9e7bc3fd8881cc5854c8f Thanks for reporting this, though. On Thu, Jul 7, 2016 at 8:39 PM, RAJAT ARORA wrote: > Hi, > > In the Exception and Assertions documen

[deal.II] Doubt in Exceptions Documention

2016-07-07 Thread RAJAT ARORA
Hi, In the Exception and Assertions documentation, the documentation for the function ExcNumberNotFinite

[deal.II] Re: Error durind checkpoint / restart using parallel distributed solution transfer

2016-07-07 Thread RAJAT ARORA
Hello, Yes professor. I thought this might be helpful to anyone who gets a similar error and is looking for a solution. On Wednesday, July 6, 2016 at 3:58:05 AM UTC-4, Jean-Paul Pelteret wrote: > > Hi Rajat, > > Thanks for posting how you solved your problem! I'm glad to know that you > found t

[deal.II] Re: Geometry and boundary conditions

2016-07-07 Thread Jean-Paul Pelteret
Hi Benhour, Have you looked at any of the tutorials on geometry creation and solid mechanics? I believe that these specific points are covered there. Regards, J-P On Thursday, July 7, 2016 at 5:21:30 PM UTC+2, benhour.amiria...@gmail.com wrote: > > Dear Daniel, > Thanks very much for your resp

[deal.II] Re: Geometry and boundary conditions

2016-07-07 Thread benhour . amirian66
Dear Daniel, Thanks very much for your response. I should model a whole circle, however for simplicity I want to model one quarter of it. In fact I have 2 quarter of circles with different radius and with the same center. I have a boundary load on the perimeter(curve) side of the circle, axial s

Re: [deal.II] Question concerning BlockSparsityPattern.copy_from() member function

2016-07-07 Thread Martin Kronbichler
Dear Dustin, How is your computational setup, i.e., how many nonzero entries do you have in your matrix? I'm not sure if I understand what you mean. Do you mean the number of nonzero entries in /SparseMatrix/ or in the /BlockSparsityPattern/ or in the dynamic one? How can I get this

[deal.II] Re: Geometry and boundary conditions

2016-07-07 Thread Daniel Arndt
Benhour, Have a look at the implementation of GridGenerator::half_hyper_ball [1]. You probably just want to use the first 4 vertices and then p, p+Point<2>(0,-1) *(radius/std::sqrt(2.0)*a), p+Point<2>(0,-1) *radius, additionally. Can you specify in formulas what symmetry boundary conditions mea

Re: [deal.II] Question concerning BlockSparsityPattern.copy_from() member function

2016-07-07 Thread Dustin Kumor
Dear Martin, thank you for answering that quickly. How is your computational setup, i.e., how many nonzero entries do you have > in your matrix? > I'm not sure if I understand what you mean. Do you mean the number of nonzero entries in *SparseMatrix* or in the *BlockSparsityPattern* or in th