2016-09-15 15:38 GMT-04:00 Vaibhav Palkar <vaibhav_pal...@iitgn.ac.in>:
> On Thu, Sep 15, 2016 at 11:15 PM, Bruno Turcksin <bruno.turck...@gmail.com>
> wrote:
>>
>> I would need to see your code to understand why this happens. That
>> part of the library is pretty simple, we just check that the error is
>> less than coarsen_tol and if it is, delta_t_guess is multiplied by
>> coarsen_param.
>
>
> Please refer the attachment for the code snippet and some sample output of
> the program.
I don't see anything wrong. The output says that your error is zero,
are you doing a simple ramp in time? It's very strange that the error
is exactly zero. What happens if you just use the default parameters?
Does step-52 work correctly? The delta_t_guess is computed around line
715 in include/dealii/base/time_stepping.templates.h You could put a
couple of cout there to see what's happening (you will need to
recompile deal though)

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