Hi,

On Monday, January 23, 2017 at 2:06:17 PM UTC-5, Jaekwang Kim wrote:
>
> I just wanted to make sure that whether I implemented it right, 
> but I still cannot sure whether I am doing correctly..... Let me be with 
> more specific questions. 
>
This is not the right way to do it. You cannot write your code and then, 
ask people if what you did is correct. Maybe it will look correct but 
something that you don't show is wrong or the person looking at your code 
misses something obvious. On top of that if everybody on the mailing list 
starts asking if their code is correct, we won't have time to answer other 
questions. What you need to do is to write a test, i.e. a small code that 
use the function you wrote, and you need to make sure that the code works 
like it should on this simple example. This way not only you will be able 
to convince yourself that the code works like it should but you can make 
sure six months from now that everything is still working. If your test 
doesn't work like expected, then you may want to ask questions on the 
mailing list.

Best,

Bruno

-- 
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 receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to