On 4/22/19 3:13 AM, 'Maxi Miller' via deal.II User Group wrote: > How exactly can I test the examples after modifying them, other than by > running them?
In your case, the changes you want to make should not make a difference in the output of the program. (You're just replacing a fixed number by something like fe.degree+1, but these should be the same.) So if you run the program before and after the change and the output (on the screen, and to within eyeball norm also the graphical output) is the same, then that's a good enough test. Best W. -- ------------------------------------------------------------------------ Wolfgang Bangerth email: [email protected] www: http://www.math.colostate.edu/~bangerth/ -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
