Home
last modified time | relevance | path

Searched refs:testGrid (Results 1 – 25 of 60) sorted by relevance

123

/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/io/test/parallel_mpi_1/
H A Dplottertest.h49 Grid<TestCell<2> > testGrid(gridDim); in testPlotGridDimensions()
52 plotter->plotGrid(testGrid, painter); in testPlotGridDimensions()
67 testGrid[Coord<2>(0, 0)].testValue = 33; in testPlotGridContent()
68 testGrid[Coord<2>(1, 0)].testValue = 66; in testPlotGridContent()
69 testGrid[Coord<2>(0, 1)].testValue = 100; in testPlotGridContent()
70 testGrid[Coord<2>(1, 1)].testValue = 133; in testPlotGridContent()
71 testGrid[Coord<2>(0, 2)].testValue = 166; in testPlotGridContent()
76 plotter->plotGrid(testGrid, painter); in testPlotGridContent()
105 plotter->plotGrid(testGrid, painter1); in testPlotGridInViewportUpperLeft()
121 testGrid, in testPlotGridInViewportUpperLeft()
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestPointSample.cc147 points::boxSample(*points, *testGrid, "test"); in TEST_F()
188 testGrid->setName("test_grid"); in TEST_F()
192 points::boxSample(*points, *testGrid); in TEST_F()
198 testGrid->setName("P"); in TEST_F()
216 testGrid->setTransform(transform); in TEST_F()
283 testGrid->setGridClass(GRID_STAGGERED); in TEST_F()
477 DoubleGrid::Ptr testGrid = DoubleGrid::create(); in TEST_F() local
479 testGrid->setTransform(transform); in TEST_F()
480 testGrid->tree().setValue(Coord(0,0,0), 1.0); in TEST_F()
481 testGrid->tree().setValue(Coord(1,0,0), 2.0); in TEST_F()
[all …]
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/test/unit/
H A Dgridtest.h59 Grid<TestCell<2> > *testGrid; variable
70 (*testGrid)[Coord<2>(x, y)] = in setUp()
79 delete testGrid; in tearDown() local
122 int width = testGrid->getDimensions().x(); in testOperatorEqual1()
123 int height = testGrid->getDimensions().y(); in testOperatorEqual1()
133 TS_ASSERT(*testGrid == other); in testOperatorEqual1()
139 TS_ASSERT(*testGrid != other); in testOperatorEqual1()
169 (*testGrid)[Coord<2>(2, 3)].testValue = 47; in testOperatorSquareBracketsOfCoord()
171 (*testGrid)[Coord<2>(2, 3)].testValue = 11; in testOperatorSquareBracketsOfCoord()
230 testGrid->get(Streak<2>(Coord<2>(1, 3), 3), cells); in testGetSetManyCells()
[all …]
H A Dunstructuredgridtest.h61 UnstructuredGrid<MyDummyElement>* testGrid; variable
64 testGrid = new UnstructuredGrid<MyDummyElement>(Coord<1>(10)); in setUp()
66 for (int i=0; i < testGrid->getDimensions().x(); ++i){ in setUp()
67 (*testGrid)[Coord<1>(i)] = MyDummyElement(i); in setUp()
72 delete testGrid; in tearDown() local
89 int dim = testGrid->getDimensions().x(); in testOperatorEqual1()
94 other[i] = testGrid->get(Coord<1>(i)); in testOperatorEqual1()
97 TS_ASSERT(*testGrid == other); in testOperatorEqual1()
100 TS_ASSERT(*testGrid != other); in testOperatorEqual1()
H A Ddisplacedgridtest.h137 DisplacedGrid<TestCell<2> > testGrid(CoordBox<2>(origin, dim)); in testGetSetManyCells()
142 testGrid[Coord<2>(x, y)] = in testGetSetManyCells()
143 TestCell<2>(Coord<2>(x, y), testGrid.getDimensions()); in testGetSetManyCells()
144 testGrid[Coord<2>(x, y)].testValue = num++; in testGetSetManyCells()
149 testGrid.get(Streak<2>(Coord<2>(21, 18), 26), cells); in testGetSetManyCells()
152 TS_ASSERT_EQUALS(cells[i], testGrid.get(Coord<2>(i + 21, 18))); in testGetSetManyCells()
158 testGrid.set(Streak<2>(Coord<2>(21, 18), 26), cells); in testGetSetManyCells()
161 TS_ASSERT_EQUALS(cells[i], testGrid.get(Coord<2>(i + 21, 18))); in testGetSetManyCells()
H A Dsoagridtest.h152 SoAGrid<SoATestCell> testGrid(CoordBox<2>(origin, dim)); in testGetSetManyCells()
157 testGrid.set(Coord<2>(x, y), SoATestCell(num * 10000 + x * 100 + y)); in testGetSetManyCells()
162 testGrid.get(Streak<2>(Coord<2>(21, 18), 26), cells); in testGetSetManyCells()
165 TS_ASSERT_EQUALS(cells[i], testGrid.get(Coord<2>(i + 21, 18))); in testGetSetManyCells()
171 testGrid.set(Streak<2>(Coord<2>(21, 18), 26), cells); in testGetSetManyCells()
174 TS_ASSERT_EQUALS(cells[i], testGrid.get(Coord<2>(i + 21, 18))); in testGetSetManyCells()
/dports/math/dune-vtk/dune-vtk-38f79c23ef8f29210d41353a8380e42b78422f2f/dune/vtk/test/
H A Dtest-vtkwriter.cc83 int testGrid (std::string prefix, Dune::VTKChecker& vtkChecker, Grid& grid) in testGrid() function
115 acc(result, testGrid("yaspgrid_1d", vtkChecker, yaspGrid1)); in main()
116 acc(result, testGrid("yaspgrid_2d", vtkChecker, yaspGrid2)); in main()
117 acc(result, testGrid("yaspgrid_3d", vtkChecker, yaspGrid3)); in main()
123 acc(result, testGrid("uggrid_simplex_2d", vtkChecker, *ugGrid2a)); in main()
124 acc(result, testGrid("uggrid_simplex_3d", vtkChecker, *ugGrid3a)); in main()
129 acc(result, testGrid("uggrid_cube_2d", vtkChecker, *ugGrid2b)); in main()
130 acc(result, testGrid("uggrid_cube_3d", vtkChecker, *ugGrid3b)); in main()
/dports/math/gap/gap-4.11.0/pkg/images-1.3.0/tst/
H A Dtiming.g20 testGrid := function(gridsize, setsize)
28 Add(times, testGrid(5,8));
29 Add(times, testGrid(6,8));
30 Add(times, testGrid(10,7));
31 Add(times, testGrid(10,8));
/dports/math/dune-vtk/dune-vtk-38f79c23ef8f29210d41353a8380e42b78422f2f/dune/vtk/datacollectors/test/
H A Dtest-lagrangedatacollector.cc87 void testGrid (std::string prefix, Dune::TestSuite& testSuite, Grid& grid) in testGrid() function
106 testGrid("yaspgrid_1d", testSuite, yaspGrid1); in main()
107 testGrid("yaspgrid_2d", testSuite, yaspGrid2); in main()
108 testGrid("yaspgrid_3d", testSuite, yaspGrid3); in main()
114 testGrid("uggrid_2d", testSuite, *ugGrid2); in main()
115 testGrid("uggrid_3d", testSuite, *ugGrid3); in main()
/dports/math/spooles-mpich/spooles.2.2_SHARED/SemiImplMtx/drivers/
H A Dmakefile7 DRIVERS = testSimple testGrid
17 testGrid : testGrid.o ../../spooles.a target
/dports/math/spooles-mpich/spooles.2.2/SemiImplMtx/drivers/
H A Dmakefile7 DRIVERS = testSimple testGrid
17 testGrid : testGrid.o ../../spooles.a target
H A Ddo_grid34 testGrid $msglvl $msgFile $n1 $n2 $n3 $maxzeros $maxsize \
/dports/math/spooles/spooles.2.2_SHARED/SemiImplMtx/drivers/
H A Dmakefile7 DRIVERS = testSimple testGrid
17 testGrid : testGrid.o ../../spooles.a target
/dports/math/spooles/spooles.2.2/SemiImplMtx/drivers/
H A Dmakefile7 DRIVERS = testSimple testGrid
17 testGrid : testGrid.o ../../spooles.a target
H A Ddo_grid34 testGrid $msglvl $msgFile $n1 $n2 $n3 $maxzeros $maxsize \
/dports/math/spooles-mpich/spooles.2.2_SHARED/FrontMtx/drivers/
H A Dmakefile7 DRIVERS = testGrid testQRgrid testFactor
19 testGrid : testGrid.o ../../spooles.a target
/dports/math/spooles-mpich/spooles.2.2/FrontMtx/drivers/
H A Dmakefile7 DRIVERS = testGrid testQRgrid testFactor
19 testGrid : testGrid.o ../../spooles.a target
H A Ddo_grid46 testGrid $msglvl $msgFile $n1 $n2 $n3 $maxzeros $maxsize \
/dports/math/spooles/spooles.2.2_SHARED/FrontMtx/drivers/
H A Dmakefile7 DRIVERS = testGrid testQRgrid testFactor
19 testGrid : testGrid.o ../../spooles.a target
/dports/math/spooles/spooles.2.2/FrontMtx/drivers/
H A Dmakefile7 DRIVERS = testGrid testQRgrid testFactor
19 testGrid : testGrid.o ../../spooles.a target
H A Ddo_grid46 testGrid $msglvl $msgFile $n1 $n2 $n3 $maxzeros $maxsize \
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/standalone/test1/
H A Dindex.aspx.cs10 protected DataGrid testGrid; field in test.SimplePage
20 testGrid.DataSource = reader; in Page_Load()
21 testGrid.DataBind(); in Page_Load()
/dports/math/pdal/PDAL-2.3.0/test/unit/io/
H A DFauxReaderTest.cpp347 void testGrid(point_count_t xlimit, point_count_t ylimit, point_count_t zlimit) in testGrid() function
409 testGrid(2, 3, 4); in TEST()
410 testGrid(0, 3, 4); in TEST()
411 testGrid(2, 0, 4); in TEST()
412 testGrid(2, 3, 0); in TEST()
413 testGrid(2, 0, 0); in TEST()
414 testGrid(0, 3, 0); in TEST()
415 testGrid(0, 3, 4); in TEST()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/test/
H A Dissue-53-uggrid-intersections.cc28 TestSuite testGrid(const Grid& grid, const std::string& name) { in testGrid() function
78 return testGrid(grid, name); in testRefinement1()
109 return testGrid(grid, name); in testRefinement2()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUItester/src/
H A Dtester.h25 void testGrid();

123