Changeset 3650

Show
Ignore:
Timestamp:
06/28/2010 11:36:08 AM (5 days ago)
Author:
obeirne
Message:

Relaxed tolerances in analytical check slightly.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/diffusion/steadyState/otherMeshes/prism.py

    r3609 r3650  
    4545    >>> x = mesh.getCellCenters()[0] 
    4646    >>> analyticalArray = valueLeft + (valueRight - valueLeft) * x / Lx 
    47     >>> print var.allclose(analyticalArray, atol = 0.025) 
     47    >>> print var.allclose(analyticalArray, atol = 0.026) 
    4848    1 
    4949