Home
last modified time | relevance | path

Searched refs:expectedNumPoints (Results 1 – 3 of 3) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/IO/CONVERGECFD/Testing/Cxx/
H A DTestCONVERGECFDReader.cxx110 int expectedNumPoints[] = { 10095, 4159, 20202, 858, 10 }; in TestCONVERGECFDReader() local
112 for (int i = 0; i < static_cast<int>(sizeof(expectedNumPoints) / sizeof(int)); ++i) in TestCONVERGECFDReader()
132 if (surface->GetNumberOfPoints() != expectedNumPoints[i]) in TestCONVERGECFDReader()
363 int expectedNumPoints[] = { 5535, 837, 829, 510, 1374, 0, 0 }; in TestCONVERGECFDReader() local
375 if (surface->GetNumberOfPoints() != expectedNumPoints[i]) in TestCONVERGECFDReader()
/dports/math/vtk8/VTK-8.2.0/IO/TRUCHAS/Testing/Cxx/
H A DTestTRUCHASReader.cxx147 const int expectedNumPoints = 496; in TestTRUCHASReader() local
148 if (grid->GetNumberOfPoints()!=expectedNumPoints) in TestTRUCHASReader()
153 << expectedNumPoints in TestTRUCHASReader()
/dports/math/vtk9/VTK-9.1.0/IO/TRUCHAS/Testing/Cxx/
H A DTestTRUCHASReader.cxx133 const int expectedNumPoints = 496; in TestTRUCHASReader() local
134 if (grid->GetNumberOfPoints() != expectedNumPoints) in TestTRUCHASReader()
137 << " instead of " << expectedNumPoints << endl; in TestTRUCHASReader()