Tolerances: tradeoff: Difference between revisions

From BanghamLab
Jump to navigation Jump to search
(Created page with "Return to GFtbox hints and tips<br><br> ==Choosing tolerances that are small enough to be accurate and yet not take too long to comput...")
 
No edit summary
Line 4: Line 4:
{| border=" " cellpadding="5" cellspacing="5"
{| border=" " cellpadding="5" cellspacing="5"
|- valign="top"
|- valign="top"
|width="200px"|[[File:GPT_DemoSubdivision_DT_1B.jpg|200px|GFtbox interface]]Step size (dt) is 10. '''Is the 'S' shape correct?'''<br><br> Simple mesh of 382 elements equally spaced vertices. Superimposed are the polarity arrows (pointing bottom left) and purple and blue factors that control local growth rates.
|width="200px"|[[File:GPT_DemoTol1.png|200px|GFtbox interface]]Tolerance (Tol Elast) is 0.1. '''Is the 'S' shape correct?'''<br><br> Simple mesh of 382 elements equally spaced vertices. Superimposed are the polarity arrows (pointing bottom left) and purple and blue factors that control local growth rates.
|width="200px"|[[File:GPT DemoSubdivision DT 2B.jpg|200px|GFtbox interface]]Step size (dt) is 1. '''Is the 'S' shape correct?''' It is different so we reduce it again...
|width="200px"|[[File:GPT_DemoTol3.pngv|200px|GFtbox interface]]Tolerance (Tol Elast) is 0.001. '''Is the 'S' shape correct?''' It is different so we reduce it again...
|width="200px"|[[File:GPT_DemoSubdivision_DT_3B.jpg|200px|GFtbox interface]]Step size (dt) is 0.1. This shape is very similar to the previous one so we might conclude that it is not necessary to make the stepsize this short, a stepsize of 1 is OK.
|width="200px"|[[File:GPT_DemoTol3.png|200px|GFtbox interface]]Tolerance (Tol Elast) is 0.00001. This shape is very similar to the previous one so we might conclude that it is not necessary to make the tolerance this tight, a tolerance of 0.001 is OK.
|}
|}
It still might not be correct because the mesh itself could be too coarse, [[Mesh: tradeoff|see mesh tradeoffs]]
It still might not be correct because the mesh itself could be too coarse, [[Mesh: tradeoff|see mesh tradeoffs]]
It still might not be correct because the timesteps might be too large, [[Time: tradeoff|see time tradeoffs]]
It still might not be correct because the timesteps might be too large, [[Time: tradeoff|see time tradeoffs]]
<br><br>
<br><br>

Revision as of 12:40, 6 December 2012

Return to GFtbox hints and tips

Choosing tolerances that are small enough to be accurate and yet not take too long to compute

There is a tradeoff between speed and the accuracy with which the equation solver can solve the equations. This is feature of all numerical modelling. The solver attempts to reduce errors to zero. It is extremely unlikely to succeed so there are two mechanisms to truncate calculations after a reasonable time. The number of iterations and a maximum error that is deamed satisfactory, i.e. the tolerance. There are two tolerances one for diffusion (which usually does not need to be changed) and the second for the mesh. A large tolerance means that the mesh might not have deformed as much as it should. A tight tolerance means that it takes longer (but sometimes it actually takes less time as fine detail can be resolved so starting the next iteration from a better place). This is an example of subdividing a rectangular mesh in the region in which curves will develop.

GFtbox interfaceTolerance (Tol Elast) is 0.1. Is the 'S' shape correct?

Simple mesh of 382 elements equally spaced vertices. Superimposed are the polarity arrows (pointing bottom left) and purple and blue factors that control local growth rates.
GFtbox interfaceTolerance (Tol Elast) is 0.001. Is the 'S' shape correct? It is different so we reduce it again... GFtbox interfaceTolerance (Tol Elast) is 0.00001. This shape is very similar to the previous one so we might conclude that it is not necessary to make the tolerance this tight, a tolerance of 0.001 is OK.

It still might not be correct because the mesh itself could be too coarse, see mesh tradeoffs It still might not be correct because the timesteps might be too large, see time tradeoffs