Warning:
Can't synchronize with repository "(default)" (/disks/svn_mcs/repos/neams-ibm does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
03/03/09 14:53:03 (14 years ago)
- Author:
-
billings
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v23
|
v24
|
|
21 | 21 | == Tests == |
22 | 22 | |
23 | | The iMesh component has not been extensively tested. |
| 23 | The iMesh CCA component has not been extensively tested in applications, but it has passed the tests in a component implementation of the TSTT test program. The component has only been tested with the MOAB library. |
24 | 24 | |
25 | | The TSTT test program is partially implemented. The test program has been adapted to fit the CCA when required. |
| 25 | A few changes where made to the TSTT test program during the componentization. Most of these changes where made to test extra functions that were not originally tested in the TSTT program. A few changes where made to appease SIDL. All tag names, values, etc. were not changed. |
26 | 26 | |
27 | | One test of particular interest to the author is a test of the amount of time needed to return all of the vertex coordinates. This is currently tested in two ways: |
| 27 | A very small performance test is presented below. This is a test of the amount of time needed to return all of the vertex coordinates. This is currently tested in two ways: |
28 | 28 | |
29 | 29 | * Use the "1 step" call to getAllVtxCoords in iMesh and its analogs in the component and MOAB |