[deal.II] Re: After the calculation, Can the result be used??

2016-09-09 Thread hanks0227
Thank you very much!!! Your answers would be very helpful I will study what you mention and come back with more specific questions Thanks Best regards -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see

[deal.II] Re: After the calculation, Can the result be used??

2016-09-09 Thread hanks0227
I -- 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 subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop

[deal.II] Re: After the calculation, Can the result be used??

2016-09-09 Thread hanks0227
I -- 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 subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop

[deal.II] Re: After the calculation, Can the result be used??

2016-09-09 Thread hanks0227
I -- 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 subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop

[deal.II] Re: After the calculation, Can the result be used??

2016-09-09 Thread hanks0227
Thank you very much!!! I will study what you mention. Thanks Best regards Kyusik -- 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 subscribed to the

Re: [deal.II] singularity error due to 1/0

2016-09-09 Thread Wolfgang Bangerth
On 09/08/2016 10:17 PM, hanks0...@gmail.com wrote: Thanks for your answer. But, I still don't know how I can deal with this error. Then you need to describe more clearly what you want to do. As I mentioned here... > K_Inv[0][0]=2*r/(cos(theta)*cos(theta)), >

[dealii-developers] Re: GitHub allows better collaboration on forks and PRs

2016-09-09 Thread David Wells
This looks useful, but I think we should avoid using it frequently. We should try to get contributors to fix their own things. On Thursday, September 8, 2016 at 4:24:10 PM UTC-4, Denis Davydov wrote: > > FYI, https://github.com/blog/2247-improving-collaboration-with-forks > Essentially, if

[deal.II] Re: Help with the weak form

2016-09-09 Thread Bruno Turcksin
Dragon, On Friday, September 9, 2016 at 7:02:15 AM UTC-4, dragniko...@gmail.com wrote: > > Thank you Denis. > > I tried that. The function log(c/(1-c)) looks like: > > > >

[deal.II] Re: Help with the weak form

2016-09-09 Thread dragnikolic
Thank you Denis. I tried that. The function log(c/(1-c)) looks like: and it is difficult to linearise in the whole range. And the assembled matrices are solved out of

Re: [deal.II] singularity error due to 1/0

2016-09-09 Thread Daniel Arndt
Kyusik, Can you summarize what you have tried and which errors/problems you got with these approaches? What exactly do you mean with "csc(theta) or sec(theta) can't be used in cylindrical coord system"? Best, Daniel Am Freitag, 9. September 2016 06:17:44 UTC+2 schrieb hank...@gmail.com: > >

Re: [deal.II] After the calculation, Can the result be used??

2016-09-09 Thread Wolfgang Bangerth
Hi Kyusik, I just wonder if it is possible that The result of the calculation can be used for the other calculation. For example, In step5, The Eq is -div(alp(x)*grad(u(x)))=f with appropriate Boundary Condition. After this calculation, is it possible for me to use the solution that is u,

[deal.II] Re: After the calculation, Can the result be used??

2016-09-09 Thread Jean-Paul Pelteret
Hi Kyusik, If you mean that you want to extract the solution at the quadrature points then this certainly is possible. You can do with functions like those in FEValues::get_function_values