Changes between Version 55 and Version 56 of TestSuite
- Timestamp:
- 12/03/11 01:08:38 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestSuite
v55 v56 59 59 where CHnew is the final chombo file that was produced by the new simulations (the one that's been tested), CHref is the reference chombo file (the one that was verified to be accurate), '''q'''=(density, x-momentum, y-momentum, ...) and '''x''' is the cell position vector. The error vectors are computed by checking all cell positions '''x''' and taking the maximum value of the above expressions, so the error vectors are the same size as '''q'''. 60 60 61 Certain simulations may have a momentum component of zero, which would make CHref('''q''','''x''') = 0 thereby producing a divide by zero error. To avoid this, the relative error is calculated differently. See [blog:ehansen12022011 this blog post] for more details. 62 61 63 === CASTRO tests === 62 64