Skip to content

Instantly share code, notes, and snippets.

@utilForever
Created April 24, 2018 09:24
Show Gist options
  • Save utilForever/f86f102fcd88bee6ae851108626bf224 to your computer and use it in GitHub Desktop.
Save utilForever/f86f102fcd88bee6ae851108626bf224 to your computer and use it in GitHub Desktop.
CubbyFlow Unit Tests - OpenMP
[==========] Running 761 tests from 160 test cases.
[----------] Global test environment set-up.
[----------] 1 test from APICSolver2
[ RUN ] APICSolver2.UpdateEmpty
[ OK ] APICSolver2.UpdateEmpty (19 ms)
[----------] 1 test from APICSolver2 (21 ms total)
[----------] 1 test from APICSolver3
[ RUN ] APICSolver3.UpdateEmpty
[ OK ] APICSolver3.UpdateEmpty (24 ms)
[----------] 1 test from APICSolver3 (24 ms total)
[----------] 3 tests from Frame
[ RUN ] Frame.Constructors
[ OK ] Frame.Constructors (0 ms)
[ RUN ] Frame.TimeInSeconds
[ OK ] Frame.TimeInSeconds (0 ms)
[ RUN ] Frame.Advance
[ OK ] Frame.Advance (0 ms)
[----------] 3 tests from Frame (1 ms total)
[----------] 10 tests from Array1
[ RUN ] Array1.Constructors
[ OK ] Array1.Constructors (0 ms)
[ RUN ] Array1.SetMethods
[ OK ] Array1.SetMethods (0 ms)
[ RUN ] Array1.Clear
[ OK ] Array1.Clear (0 ms)
[ RUN ] Array1.ResizeMethod
[ OK ] Array1.ResizeMethod (0 ms)
[ RUN ] Array1.Iterators
[ OK ] Array1.Iterators (0 ms)
[ RUN ] Array1.ForEach
[ OK ] Array1.ForEach (0 ms)
[ RUN ] Array1.ForEachIndex
[ OK ] Array1.ForEachIndex (0 ms)
[ RUN ] Array1.ParallelForEach
[ OK ] Array1.ParallelForEach (0 ms)
[ RUN ] Array1.ParallelForEachIndex
[ OK ] Array1.ParallelForEachIndex (0 ms)
[ RUN ] Array1.Serialization
[ OK ] Array1.Serialization (1 ms)
[----------] 10 tests from Array1 (5 ms total)
[----------] 9 tests from Array2
[ RUN ] Array2.Constructors
[ OK ] Array2.Constructors (0 ms)
[ RUN ] Array2.Clear
[ OK ] Array2.Clear (0 ms)
[ RUN ] Array2.ResizeMethod
[ OK ] Array2.ResizeMethod (0 ms)
[ RUN ] Array2.AtMethod
[ OK ] Array2.AtMethod (0 ms)
[ RUN ] Array2.Iterators
[ OK ] Array2.Iterators (0 ms)
[ RUN ] Array2.ForEach
[ OK ] Array2.ForEach (0 ms)
[ RUN ] Array2.ForEachIndex
[ OK ] Array2.ForEachIndex (0 ms)
[ RUN ] Array2.ParallelForEach
[ OK ] Array2.ParallelForEach (0 ms)
[ RUN ] Array2.ParallelForEachIndex
[ OK ] Array2.ParallelForEachIndex (0 ms)
[----------] 9 tests from Array2 (100 ms total)
[----------] 8 tests from Array3
[ RUN ] Array3.Constructors
[ OK ] Array3.Constructors (0 ms)
[ RUN ] Array3.Clear
[ OK ] Array3.Clear (0 ms)
[ RUN ] Array3.ResizeMethod
[ OK ] Array3.ResizeMethod (0 ms)
[ RUN ] Array3.Iterators
[ OK ] Array3.Iterators (0 ms)
[ RUN ] Array3.ForEach
[ OK ] Array3.ForEach (0 ms)
[ RUN ] Array3.ForEachIndex
[ OK ] Array3.ForEachIndex (0 ms)
[ RUN ] Array3.ParallelForEach
[ OK ] Array3.ParallelForEach (0 ms)
[ RUN ] Array3.ParallelForEachIndex
[ OK ] Array3.ParallelForEachIndex (0 ms)
[----------] 8 tests from Array3 (236 ms total)
[----------] 6 tests from ArrayAccessor1
[ RUN ] ArrayAccessor1.Constructors
[ OK ] ArrayAccessor1.Constructors (1 ms)
[ RUN ] ArrayAccessor1.Iterators
[ OK ] ArrayAccessor1.Iterators (0 ms)
[ RUN ] ArrayAccessor1.ForEach
[ OK ] ArrayAccessor1.ForEach (0 ms)
[ RUN ] ArrayAccessor1.ForEachIndex
[ OK ] ArrayAccessor1.ForEachIndex (0 ms)
[ RUN ] ArrayAccessor1.ParallelForEach
[ OK ] ArrayAccessor1.ParallelForEach (0 ms)
[ RUN ] ArrayAccessor1.ParallelForEachIndex
[ OK ] ArrayAccessor1.ParallelForEachIndex (0 ms)
[----------] 6 tests from ArrayAccessor1 (158 ms total)
[----------] 5 tests from ConstArrayAccessor1
[ RUN ] ConstArrayAccessor1.Constructors
[ OK ] ConstArrayAccessor1.Constructors (0 ms)
[ RUN ] ConstArrayAccessor1.Iterators
[ OK ] ConstArrayAccessor1.Iterators (0 ms)
[ RUN ] ConstArrayAccessor1.ForEach
[ OK ] ConstArrayAccessor1.ForEach (0 ms)
[ RUN ] ConstArrayAccessor1.ForEachIndex
[ OK ] ConstArrayAccessor1.ForEachIndex (0 ms)
[ RUN ] ConstArrayAccessor1.ParallelForEachIndex
[ OK ] ConstArrayAccessor1.ParallelForEachIndex (0 ms)
[----------] 5 tests from ConstArrayAccessor1 (149 ms total)
[----------] 6 tests from ArrayAccessor2
[ RUN ] ArrayAccessor2.Constructors
[ OK ] ArrayAccessor2.Constructors (0 ms)
[ RUN ] ArrayAccessor2.Iterators
[ OK ] ArrayAccessor2.Iterators (0 ms)
[ RUN ] ArrayAccessor2.ForEach
[ OK ] ArrayAccessor2.ForEach (0 ms)
[ RUN ] ArrayAccessor2.ForEachIndex
[ OK ] ArrayAccessor2.ForEachIndex (0 ms)
[ RUN ] ArrayAccessor2.ParallelForEach
[ OK ] ArrayAccessor2.ParallelForEach (0 ms)
[ RUN ] ArrayAccessor2.ParallelForEachIndex
[ OK ] ArrayAccessor2.ParallelForEachIndex (0 ms)
[----------] 6 tests from ArrayAccessor2 (205 ms total)
[----------] 5 tests from ConstArrayAccessor2
[ RUN ] ConstArrayAccessor2.Constructors
[ OK ] ConstArrayAccessor2.Constructors (0 ms)
[ RUN ] ConstArrayAccessor2.Iterators
[ OK ] ConstArrayAccessor2.Iterators (0 ms)
[ RUN ] ConstArrayAccessor2.ForEach
[ OK ] ConstArrayAccessor2.ForEach (1 ms)
[ RUN ] ConstArrayAccessor2.ForEachIndex
[ OK ] ConstArrayAccessor2.ForEachIndex (0 ms)
[ RUN ] ConstArrayAccessor2.ParallelForEachIndex
[ OK ] ConstArrayAccessor2.ParallelForEachIndex (0 ms)
[----------] 5 tests from ConstArrayAccessor2 (168 ms total)
[----------] 6 tests from ArrayAccessor3
[ RUN ] ArrayAccessor3.Constructors
[ OK ] ArrayAccessor3.Constructors (0 ms)
[ RUN ] ArrayAccessor3.Iterators
[ OK ] ArrayAccessor3.Iterators (0 ms)
[ RUN ] ArrayAccessor3.ForEach
[ OK ] ArrayAccessor3.ForEach (0 ms)
[ RUN ] ArrayAccessor3.ForEachIndex
[ OK ] ArrayAccessor3.ForEachIndex (1 ms)
[ RUN ] ArrayAccessor3.ParallelForEach
[ OK ] ArrayAccessor3.ParallelForEach (0 ms)
[ RUN ] ArrayAccessor3.ParallelForEachIndex
[ OK ] ArrayAccessor3.ParallelForEachIndex (0 ms)
[----------] 6 tests from ArrayAccessor3 (173 ms total)
[----------] 5 tests from ConstArrayAccessor3
[ RUN ] ConstArrayAccessor3.Constructors
[ OK ] ConstArrayAccessor3.Constructors (0 ms)
[ RUN ] ConstArrayAccessor3.Iterators
[ OK ] ConstArrayAccessor3.Iterators (0 ms)
[ RUN ] ConstArrayAccessor3.ForEach
[ OK ] ConstArrayAccessor3.ForEach (0 ms)
[ RUN ] ConstArrayAccessor3.ForEachIndex
[ OK ] ConstArrayAccessor3.ForEachIndex (0 ms)
[ RUN ] ConstArrayAccessor3.ParallelForEachIndex
[ OK ] ConstArrayAccessor3.ParallelForEachIndex (0 ms)
[----------] 5 tests from ConstArrayAccessor3 (132 ms total)
[----------] 1 test from NearestArraySampler1
[ RUN ] NearestArraySampler1.Sample
[ OK ] NearestArraySampler1.Sample (0 ms)
[----------] 1 test from NearestArraySampler1 (40 ms total)
[----------] 1 test from LinearArraySampler1
[ RUN ] LinearArraySampler1.Sample
[ OK ] LinearArraySampler1.Sample (0 ms)
[----------] 1 test from LinearArraySampler1 (32 ms total)
[----------] 1 test from CubicArraySampler1
[ RUN ] CubicArraySampler1.Sample
[ OK ] CubicArraySampler1.Sample (0 ms)
[----------] 1 test from CubicArraySampler1 (34 ms total)
[----------] 1 test from NearestArraySampler2
[ RUN ] NearestArraySampler2.Sample
[ OK ] NearestArraySampler2.Sample (0 ms)
[----------] 1 test from NearestArraySampler2 (33 ms total)
[----------] 1 test from LinearArraySampler2
[ RUN ] LinearArraySampler2.Sample
[ OK ] LinearArraySampler2.Sample (0 ms)
[----------] 1 test from LinearArraySampler2 (21 ms total)
[----------] 1 test from CubicArraySampler2
[ RUN ] CubicArraySampler2.Sample
[ OK ] CubicArraySampler2.Sample (0 ms)
[----------] 1 test from CubicArraySampler2 (28 ms total)
[----------] 1 test from CubicArraySampler3
[ RUN ] CubicArraySampler3.Sample
[ OK ] CubicArraySampler3.Sample (0 ms)
[----------] 1 test from CubicArraySampler3 (10 ms total)
[----------] 7 tests from ArrayUtils
[ RUN ] ArrayUtils.SetRange1
[ OK ] ArrayUtils.SetRange1 (0 ms)
[ RUN ] ArrayUtils.CopyRange1
[ OK ] ArrayUtils.CopyRange1 (0 ms)
[ RUN ] ArrayUtils.CopyRange2
[ OK ] ArrayUtils.CopyRange2 (0 ms)
[ RUN ] ArrayUtils.CopyRange3
[ OK ] ArrayUtils.CopyRange3 (0 ms)
[ RUN ] ArrayUtils.ExtrapolateToRegion2
[ OK ] ArrayUtils.ExtrapolateToRegion2 (0 ms)
[ RUN ] ArrayUtils.ExtrapolateToRegion3
[ OK ] ArrayUtils.ExtrapolateToRegion3 (0 ms)
[ RUN ] ArrayUtils.ConvertToCSV
[ OK ] ArrayUtils.ConvertToCSV (0 ms)
[----------] 7 tests from ArrayUtils (235 ms total)
[----------] 7 tests from BLAS
[ RUN ] BLAS.Set
[ OK ] BLAS.Set (0 ms)
[ RUN ] BLAS.Dot
[ OK ] BLAS.Dot (0 ms)
[ RUN ] BLAS.AXPlusY
[ OK ] BLAS.AXPlusY (0 ms)
[ RUN ] BLAS.MVM
[ OK ] BLAS.MVM (0 ms)
[ RUN ] BLAS.Residual
[ OK ] BLAS.Residual (1 ms)
[ RUN ] BLAS.L2Norm
[ OK ] BLAS.L2Norm (0 ms)
[ RUN ] BLAS.LInfNorm
[ OK ] BLAS.LInfNorm (0 ms)
[----------] 7 tests from BLAS (218 ms total)
[----------] 6 tests from BVH2
[ RUN ] BVH2.Constructors
[ OK ] BVH2.Constructors (0 ms)
[ RUN ] BVH2.Nearest
[ OK ] BVH2.Nearest (0 ms)
[ RUN ] BVH2.BBoxIntersects
[ OK ] BVH2.BBoxIntersects (0 ms)
[ RUN ] BVH2.RayIntersects
[ OK ] BVH2.RayIntersects (0 ms)
[ RUN ] BVH2.ClosestIntersection
[ OK ] BVH2.ClosestIntersection (0 ms)
[ RUN ] BVH2.ForEachOverlappingItems
[ OK ] BVH2.ForEachOverlappingItems (1 ms)
[----------] 6 tests from BVH2 (156 ms total)
[----------] 6 tests from BVH3
[ RUN ] BVH3.Constructors
[ OK ] BVH3.Constructors (0 ms)
[ RUN ] BVH3.Nearest
[ OK ] BVH3.Nearest (0 ms)
[ RUN ] BVH3.BBoxIntersects
[ OK ] BVH3.BBoxIntersects (0 ms)
[ RUN ] BVH3.RayIntersects
[ OK ] BVH3.RayIntersects (0 ms)
[ RUN ] BVH3.ClosestIntersection
[ OK ] BVH3.ClosestIntersection (1 ms)
[ RUN ] BVH3.ForEachOverlappingItems
[ OK ] BVH3.ForEachOverlappingItems (0 ms)
[----------] 6 tests from BVH3 (157 ms total)
[----------] 14 tests from BoundingBox2
[ RUN ] BoundingBox2.Constructors
[ OK ] BoundingBox2.Constructors (0 ms)
[ RUN ] BoundingBox2.BasicGetters
[ OK ] BoundingBox2.BasicGetters (0 ms)
[ RUN ] BoundingBox2.Overlaps
[ OK ] BoundingBox2.Overlaps (0 ms)
[ RUN ] BoundingBox2.Contains
[ OK ] BoundingBox2.Contains (0 ms)
[ RUN ] BoundingBox2.Intersects
[ OK ] BoundingBox2.Intersects (0 ms)
[ RUN ] BoundingBox2.ClosestIntersection
[ OK ] BoundingBox2.ClosestIntersection (0 ms)
[ RUN ] BoundingBox2.MidPoint
[ OK ] BoundingBox2.MidPoint (0 ms)
[ RUN ] BoundingBox2.DiagonalLength
[ OK ] BoundingBox2.DiagonalLength (0 ms)
[ RUN ] BoundingBox2.DiagonalLengthSquared
[ OK ] BoundingBox2.DiagonalLengthSquared (0 ms)
[ RUN ] BoundingBox2.Reset
[ OK ] BoundingBox2.Reset (0 ms)
[ RUN ] BoundingBox2.Merge
[ OK ] BoundingBox2.Merge (0 ms)
[ RUN ] BoundingBox2.Expand
[ OK ] BoundingBox2.Expand (0 ms)
[ RUN ] BoundingBox2.Corner
[ OK ] BoundingBox2.Corner (0 ms)
[ RUN ] BoundingBox2.IsEmpty
[ OK ] BoundingBox2.IsEmpty (0 ms)
[----------] 14 tests from BoundingBox2 (388 ms total)
[----------] 14 tests from BoundingBox3
[ RUN ] BoundingBox3.Constructors
[ OK ] BoundingBox3.Constructors (0 ms)
[ RUN ] BoundingBox3.BasicGetters
[ OK ] BoundingBox3.BasicGetters (0 ms)
[ RUN ] BoundingBox3.Overlaps
[ OK ] BoundingBox3.Overlaps (2 ms)
[ RUN ] BoundingBox3.Contains
[ OK ] BoundingBox3.Contains (0 ms)
[ RUN ] BoundingBox3.Intersects
[ OK ] BoundingBox3.Intersects (0 ms)
[ RUN ] BoundingBox3.ClosestIntersection
[ OK ] BoundingBox3.ClosestIntersection (0 ms)
[ RUN ] BoundingBox3.MidPoint
[ OK ] BoundingBox3.MidPoint (0 ms)
[ RUN ] BoundingBox3.DiagonalLength
[ OK ] BoundingBox3.DiagonalLength (0 ms)
[ RUN ] BoundingBox3.DiagonalLengthSquared
[ OK ] BoundingBox3.DiagonalLengthSquared (0 ms)
[ RUN ] BoundingBox3.Reset
[ OK ] BoundingBox3.Reset (0 ms)
[ RUN ] BoundingBox3.Merge
[ OK ] BoundingBox3.Merge (0 ms)
[ RUN ] BoundingBox3.Expand
[ OK ] BoundingBox3.Expand (0 ms)
[ RUN ] BoundingBox3.Corner
[ OK ] BoundingBox3.Corner (0 ms)
[ RUN ] BoundingBox3.IsEmpty
[ OK ] BoundingBox3.IsEmpty (0 ms)
[----------] 14 tests from BoundingBox3 (334 ms total)
[----------] 9 tests from BoundingBox
[ RUN ] BoundingBox.Constructors
[ OK ] BoundingBox.Constructors (0 ms)
[ RUN ] BoundingBox.Overlaps
[ OK ] BoundingBox.Overlaps (0 ms)
[ RUN ] BoundingBox.Contains
[ OK ] BoundingBox.Contains (0 ms)
[ RUN ] BoundingBox.MidPoint
[ OK ] BoundingBox.MidPoint (0 ms)
[ RUN ] BoundingBox.DiagonalLength
[ OK ] BoundingBox.DiagonalLength (0 ms)
[ RUN ] BoundingBox.DiagonalLengthSquared
[ OK ] BoundingBox.DiagonalLengthSquared (0 ms)
[ RUN ] BoundingBox.Reset
[ OK ] BoundingBox.Reset (0 ms)
[ RUN ] BoundingBox.Merge
[ OK ] BoundingBox.Merge (0 ms)
[ RUN ] BoundingBox.Expand
[ OK ] BoundingBox.Expand (0 ms)
[----------] 9 tests from BoundingBox (268 ms total)
[----------] 8 tests from Box2
[ RUN ] Box2.Constructors
[ OK ] Box2.Constructors (2 ms)
[ RUN ] Box2.ClosestPoint
[ OK ] Box2.ClosestPoint (1 ms)
[ RUN ] Box2.ClosestDistance
[ OK ] Box2.ClosestDistance (0 ms)
[ RUN ] Box2.Intersects
[ OK ] Box2.Intersects (0 ms)
[ RUN ] Box2.ClosestIntersection
[ OK ] Box2.ClosestIntersection (1 ms)
[ RUN ] Box2.BoundingBox
[ OK ] Box2.BoundingBox (0 ms)
[ RUN ] Box2.ClosestNormal
[ OK ] Box2.ClosestNormal (0 ms)
[ RUN ] Box2.Builder
[ OK ] Box2.Builder (0 ms)
[----------] 8 tests from Box2 (196 ms total)
[----------] 7 tests from Box3
[ RUN ] Box3.Constructors
[ OK ] Box3.Constructors (2 ms)
[ RUN ] Box3.ClosestPoint
[ OK ] Box3.ClosestPoint (0 ms)
[ RUN ] Box3.ClosestDistance
[ OK ] Box3.ClosestDistance (0 ms)
[ RUN ] Box3.Intersects
[ OK ] Box3.Intersects (0 ms)
[ RUN ] Box3.ClosestIntersection
[ OK ] Box3.ClosestIntersection (0 ms)
[ RUN ] Box3.BoundingBox
[ OK ] Box3.BoundingBox (0 ms)
[ RUN ] Box3.ClosestNormal
[ OK ] Box3.ClosestNormal (0 ms)
[----------] 7 tests from Box3 (166 ms total)
[----------] 1 test from CG
[ RUN ] CG.Solve
[ OK ] CG.Solve (0 ms)
[----------] 1 test from CG (37 ms total)
[----------] 1 test from PCG
[ RUN ] PCG.Solve
[ OK ] PCG.Solve (0 ms)
[----------] 1 test from PCG (40 ms total)
[----------] 10 tests from CellCenteredScalarGrid2
[ RUN ] CellCenteredScalarGrid2.Constructors
[ OK ] CellCenteredScalarGrid2.Constructors (3 ms)
[ RUN ] CellCenteredScalarGrid2.Swap
[ OK ] CellCenteredScalarGrid2.Swap (2 ms)
[ RUN ] CellCenteredScalarGrid2.Set
[ OK ] CellCenteredScalarGrid2.Set (0 ms)
[ RUN ] CellCenteredScalarGrid2.AssignmentOperator
[ OK ] CellCenteredScalarGrid2.AssignmentOperator (0 ms)
[ RUN ] CellCenteredScalarGrid2.Clone
[ OK ] CellCenteredScalarGrid2.Clone (0 ms)
[ RUN ] CellCenteredScalarGrid2.Builder
[ OK ] CellCenteredScalarGrid2.Builder (0 ms)
[ RUN ] CellCenteredScalarGrid2.Fill
[ OK ] CellCenteredScalarGrid2.Fill (1 ms)
[ RUN ] CellCenteredScalarGrid2.GradientAtAtDataPoint
[ OK ] CellCenteredScalarGrid2.GradientAtAtDataPoint (2 ms)
[ RUN ] CellCenteredScalarGrid2.LaplacianAtAtDataPoint
[ OK ] CellCenteredScalarGrid2.LaplacianAtAtDataPoint (0 ms)
[ RUN ] CellCenteredScalarGrid2.Serialization
[ OK ] CellCenteredScalarGrid2.Serialization (0 ms)
[----------] 10 tests from CellCenteredScalarGrid2 (268 ms total)
[----------] 10 tests from CellCenteredScalarGrid3
[ RUN ] CellCenteredScalarGrid3.Constructors
[ OK ] CellCenteredScalarGrid3.Constructors (3 ms)
[ RUN ] CellCenteredScalarGrid3.Swap
[ OK ] CellCenteredScalarGrid3.Swap (0 ms)
[ RUN ] CellCenteredScalarGrid3.Set
[ OK ] CellCenteredScalarGrid3.Set (0 ms)
[ RUN ] CellCenteredScalarGrid3.AssignmentOperator
[ OK ] CellCenteredScalarGrid3.AssignmentOperator (0 ms)
[ RUN ] CellCenteredScalarGrid3.Clone
[ OK ] CellCenteredScalarGrid3.Clone (3 ms)
[ RUN ] CellCenteredScalarGrid3.Builder
[ OK ] CellCenteredScalarGrid3.Builder (0 ms)
[ RUN ] CellCenteredScalarGrid3.Fill
[ OK ] CellCenteredScalarGrid3.Fill (0 ms)
[ RUN ] CellCenteredScalarGrid3.GradientAtDataPoint
[ OK ] CellCenteredScalarGrid3.GradientAtDataPoint (1 ms)
[ RUN ] CellCenteredScalarGrid3.LaplacianAtAtDataPoint
[ OK ] CellCenteredScalarGrid3.LaplacianAtAtDataPoint (0 ms)
[ RUN ] CellCenteredScalarGrid3.Serialization
[ OK ] CellCenteredScalarGrid3.Serialization (0 ms)
[----------] 10 tests from CellCenteredScalarGrid3 (338 ms total)
[----------] 10 tests from CellCenteredVectorGrid2
[ RUN ] CellCenteredVectorGrid2.Constructors
[ OK ] CellCenteredVectorGrid2.Constructors (2 ms)
[ RUN ] CellCenteredVectorGrid2.Swap
[ OK ] CellCenteredVectorGrid2.Swap (0 ms)
[ RUN ] CellCenteredVectorGrid2.Set
[ OK ] CellCenteredVectorGrid2.Set (1 ms)
[ RUN ] CellCenteredVectorGrid2.AssignmentOperator
[ OK ] CellCenteredVectorGrid2.AssignmentOperator (0 ms)
[ RUN ] CellCenteredVectorGrid2.Clone
[ OK ] CellCenteredVectorGrid2.Clone (2 ms)
[ RUN ] CellCenteredVectorGrid2.Builder
[ OK ] CellCenteredVectorGrid2.Builder (0 ms)
[ RUN ] CellCenteredVectorGrid2.Fill
[ OK ] CellCenteredVectorGrid2.Fill (0 ms)
[ RUN ] CellCenteredVectorGrid2.DivergenceAtDataPoint
[ OK ] CellCenteredVectorGrid2.DivergenceAtDataPoint (1 ms)
[ RUN ] CellCenteredVectorGrid2.CurlAtAtDataPoint
[ OK ] CellCenteredVectorGrid2.CurlAtAtDataPoint (0 ms)
[ RUN ] CellCenteredVectorGrid2.Serialization
[ OK ] CellCenteredVectorGrid2.Serialization (0 ms)
[----------] 10 tests from CellCenteredVectorGrid2 (283 ms total)
[----------] 10 tests from CellCenteredVectorGrid3
[ RUN ] CellCenteredVectorGrid3.Constructors
[ OK ] CellCenteredVectorGrid3.Constructors (2 ms)
[ RUN ] CellCenteredVectorGrid3.Swap
[ OK ] CellCenteredVectorGrid3.Swap (0 ms)
[ RUN ] CellCenteredVectorGrid3.Set
[ OK ] CellCenteredVectorGrid3.Set (0 ms)
[ RUN ] CellCenteredVectorGrid3.AssignmentOperator
[ OK ] CellCenteredVectorGrid3.AssignmentOperator (0 ms)
[ RUN ] CellCenteredVectorGrid3.Clone
[ OK ] CellCenteredVectorGrid3.Clone (0 ms)
[ RUN ] CellCenteredVectorGrid3.Builder
[ OK ] CellCenteredVectorGrid3.Builder (0 ms)
[ RUN ] CellCenteredVectorGrid3.Fill
[ OK ] CellCenteredVectorGrid3.Fill (0 ms)
[ RUN ] CellCenteredVectorGrid3.DivergenceAtDataPoint
[ OK ] CellCenteredVectorGrid3.DivergenceAtDataPoint (0 ms)
[ RUN ] CellCenteredVectorGrid3.CurlAtDataPoint
[ OK ] CellCenteredVectorGrid3.CurlAtDataPoint (0 ms)
[ RUN ] CellCenteredVectorGrid3.Serialization
[ OK ] CellCenteredVectorGrid3.Serialization (0 ms)
[----------] 10 tests from CellCenteredVectorGrid3 (304 ms total)
[----------] 2 tests from ColliderSet2
[ RUN ] ColliderSet2.Constructors
[ OK ] ColliderSet2.Constructors (2 ms)
[ RUN ] ColliderSet2.Builder
[ OK ] ColliderSet2.Builder (0 ms)
[----------] 2 tests from ColliderSet2 (62 ms total)
[----------] 2 tests from ColliderSet3
[ RUN ] ColliderSet3.Constructors
[ OK ] ColliderSet3.Constructors (4 ms)
[ RUN ] ColliderSet3.Builder
[ OK ] ColliderSet3.Builder (0 ms)
[----------] 2 tests from ColliderSet3 (59 ms total)
[----------] 5 tests from CustomImplicitSurface2
[ RUN ] CustomImplicitSurface2.SignedDistance
[ OK ] CustomImplicitSurface2.SignedDistance (1 ms)
[ RUN ] CustomImplicitSurface2.ClosestPoint
[ OK ] CustomImplicitSurface2.ClosestPoint (2 ms)
[ RUN ] CustomImplicitSurface2.ClosestNormal
[ OK ] CustomImplicitSurface2.ClosestNormal (0 ms)
[ RUN ] CustomImplicitSurface2.Intersects
[ OK ] CustomImplicitSurface2.Intersects (1 ms)
[ RUN ] CustomImplicitSurface2.ClosestIntersection
[ OK ] CustomImplicitSurface2.ClosestIntersection (1 ms)
[----------] 5 tests from CustomImplicitSurface2 (144 ms total)
[----------] 5 tests from CustomImplicitSurface3
[ RUN ] CustomImplicitSurface3.SignedDistance
[ OK ] CustomImplicitSurface3.SignedDistance (0 ms)
[ RUN ] CustomImplicitSurface3.ClosestPoint
[ OK ] CustomImplicitSurface3.ClosestPoint (4 ms)
[ RUN ] CustomImplicitSurface3.ClosestNormal
[ OK ] CustomImplicitSurface3.ClosestNormal (2 ms)
[ RUN ] CustomImplicitSurface3.Intersects
[ OK ] CustomImplicitSurface3.Intersects (1 ms)
[ RUN ] CustomImplicitSurface3.ClosestIntersection
[ OK ] CustomImplicitSurface3.ClosestIntersection (0 ms)
[----------] 5 tests from CustomImplicitSurface3 (132 ms total)
[----------] 8 tests from Cylinder3
[ RUN ] Cylinder3.Constructors
[ OK ] Cylinder3.Constructors (2 ms)
[ RUN ] Cylinder3.ClosestPoint
[ OK ] Cylinder3.ClosestPoint (0 ms)
[ RUN ] Cylinder3.ClosestDistance
[ OK ] Cylinder3.ClosestDistance (0 ms)
[ RUN ] Cylinder3.Intersects
[ OK ] Cylinder3.Intersects (0 ms)
[ RUN ] Cylinder3.ClosestIntersection
[ OK ] Cylinder3.ClosestIntersection (0 ms)
[ RUN ] Cylinder3.BoundingBox
[ OK ] Cylinder3.BoundingBox (1 ms)
[ RUN ] Cylinder3.ClosestNormal
[ OK ] Cylinder3.ClosestNormal (0 ms)
[ RUN ] Cylinder3.Builder
[ OK ] Cylinder3.Builder (0 ms)
[----------] 8 tests from Cylinder3 (233 ms total)
[----------] 2 tests from FDMCGSolver2
[ RUN ] FDMCGSolver2.Solve
[ OK ] FDMCGSolver2.Solve (0 ms)
[ RUN ] FDMCGSolver2.SolveCompressed
[ OK ] FDMCGSolver2.SolveCompressed (4 ms)
[----------] 2 tests from FDMCGSolver2 (48 ms total)
[----------] 2 tests from FDMCGSolver3
[ RUN ] FDMCGSolver3.Solve
[ OK ] FDMCGSolver3.Solve (0 ms)
[ RUN ] FDMCGSolver3.SolveCompressed
[ OK ] FDMCGSolver3.SolveCompressed (1 ms)
[----------] 2 tests from FDMCGSolver3 (46 ms total)
[----------] 6 tests from FDMGaussSeidelSolver2
[ RUN ] FDMGaussSeidelSolver2.SolveLowRes
[ OK ] FDMGaussSeidelSolver2.SolveLowRes (0 ms)
[ RUN ] FDMGaussSeidelSolver2.Solve
[ OK ] FDMGaussSeidelSolver2.Solve (171 ms)
[ RUN ] FDMGaussSeidelSolver2.Relax
[ OK ] FDMGaussSeidelSolver2.Relax (437 ms)
[ RUN ] FDMGaussSeidelSolver2.RelaxRedBlack
[ OK ] FDMGaussSeidelSolver2.RelaxRedBlack (437 ms)
[ RUN ] FDMGaussSeidelSolver2.SolveCompressedLowRes
[ OK ] FDMGaussSeidelSolver2.SolveCompressedLowRes (0 ms)
[ RUN ] FDMGaussSeidelSolver2.SolveCompressed
[ OK ] FDMGaussSeidelSolver2.SolveCompressed (115 ms)
[----------] 6 tests from FDMGaussSeidelSolver2 (1213 ms total)
[----------] 6 tests from FDMGaussSeidelSolver3
[ RUN ] FDMGaussSeidelSolver3.SolveLowRes
[ OK ] FDMGaussSeidelSolver3.SolveLowRes (0 ms)
[ RUN ] FDMGaussSeidelSolver3.Solve
[ OK ] FDMGaussSeidelSolver3.Solve (827 ms)
[ RUN ] FDMGaussSeidelSolver3.Relax
[ OK ] FDMGaussSeidelSolver3.Relax (2224 ms)
[ RUN ] FDMGaussSeidelSolver3.RelaxRedBlack
[ OK ] FDMGaussSeidelSolver3.RelaxRedBlack (2241 ms)
[ RUN ] FDMGaussSeidelSolver3.SolveCompressedLowRes
[ OK ] FDMGaussSeidelSolver3.SolveCompressedLowRes (1 ms)
[ RUN ] FDMGaussSeidelSolver3.SolveCompressed
[ OK ] FDMGaussSeidelSolver3.SolveCompressed (287 ms)
[----------] 6 tests from FDMGaussSeidelSolver3 (5592 ms total)
[----------] 3 tests from FDMICCGSolver2
[ RUN ] FDMICCGSolver2.SolveLowRes
[ OK ] FDMICCGSolver2.SolveLowRes (1 ms)
[ RUN ] FDMICCGSolver2.Solve
[ OK ] FDMICCGSolver2.Solve (485 ms)
[ RUN ] FDMICCGSolver2.SolveCompressed
[ OK ] FDMICCGSolver2.SolveCompressed (0 ms)
[----------] 3 tests from FDMICCGSolver2 (492 ms total)
[----------] 3 tests from FDMICCGSolver3
[ RUN ] FDMICCGSolver3.SolveLowRes
[ OK ] FDMICCGSolver3.SolveLowRes (0 ms)
[ RUN ] FDMICCGSolver3.Solve
[ OK ] FDMICCGSolver3.Solve (1918 ms)
[ RUN ] FDMICCGSolver3.SolveCompressed
[ OK ] FDMICCGSolver3.SolveCompressed (0 ms)
[----------] 3 tests from FDMICCGSolver3 (1925 ms total)
[----------] 2 tests from FDMJacobiSolver2
[ RUN ] FDMJacobiSolver2.Solve
[ OK ] FDMJacobiSolver2.Solve (2 ms)
[ RUN ] FDMJacobiSolver2.SolveCompressed
[ OK ] FDMJacobiSolver2.SolveCompressed (1 ms)
[----------] 2 tests from FDMJacobiSolver2 (11 ms total)
[----------] 2 tests from FDMJacobiSolver3
[ RUN ] FDMJacobiSolver3.Solve
[ OK ] FDMJacobiSolver3.Solve (1 ms)
[ RUN ] FDMJacobiSolver3.SolveCompressed
[ OK ] FDMJacobiSolver3.SolveCompressed (1 ms)
[----------] 2 tests from FDMJacobiSolver3 (37 ms total)
[----------] 1 test from FDMMGUtils2
[ RUN ] FDMMGUtils2.ResizeArrayWithFinest
[ OK ] FDMMGUtils2.ResizeArrayWithFinest (0 ms)
[----------] 1 test from FDMMGUtils2 (34 ms total)
[----------] 1 test from FDMMGPCGSolver2
[ RUN ] FDMMGPCGSolver2.Solve
[ OK ] FDMMGPCGSolver2.Solve (385 ms)
[----------] 1 test from FDMMGPCGSolver2 (402 ms total)
[----------] 1 test from FDMMGPCGSolver3
[ RUN ] FDMMGPCGSolver3.Solve
[ OK ] FDMMGPCGSolver3.Solve (1997 ms)
[----------] 1 test from FDMMGPCGSolver3 (1998 ms total)
[----------] 1 test from FDMMGSolver2
[ RUN ] FDMMGSolver2.Solve
[ OK ] FDMMGSolver2.Solve (58 ms)
[----------] 1 test from FDMMGSolver2 (59 ms total)
[----------] 1 test from FDMMGSolver3
[ RUN ] FDMMGSolver3.Solve
[ OK ] FDMMGSolver3.Solve (9969 ms)
[----------] 1 test from FDMMGSolver3 (9971 ms total)
[----------] 8 tests from FDMUtils
[ RUN ] FDMUtils.ScalarToGradient2
[ OK ] FDMUtils.ScalarToGradient2 (0 ms)
[ RUN ] FDMUtils.VectorToGradient2
[ OK ] FDMUtils.VectorToGradient2 (0 ms)
[ RUN ] FDMUtils.ScalarToGradient3
[ OK ] FDMUtils.ScalarToGradient3 (0 ms)
[ RUN ] FDMUtils.VectorToGradient3
[ OK ] FDMUtils.VectorToGradient3 (0 ms)
[ RUN ] FDMUtils.ScalarToLaplacian2
[ OK ] FDMUtils.ScalarToLaplacian2 (0 ms)
[ RUN ] FDMUtils.VectorToLaplacian2
[ OK ] FDMUtils.VectorToLaplacian2 (0 ms)
[ RUN ] FDMUtils.ScalarToLaplacian3
[ OK ] FDMUtils.ScalarToLaplacian3 (0 ms)
[ RUN ] FDMUtils.VectorToLaplacian3
[ OK ] FDMUtils.VectorToLaplacian3 (0 ms)
[----------] 8 tests from FDMUtils (177 ms total)
[----------] 2 tests from FLIPSolver2
[ RUN ] FLIPSolver2.Empty
[ OK ] FLIPSolver2.Empty (3 ms)
[ RUN ] FLIPSolver2.PICBlendingFactor
[ OK ] FLIPSolver2.PICBlendingFactor (0 ms)
[----------] 2 tests from FLIPSolver2 (67 ms total)
[----------] 2 tests from FLIPSolver3
[ RUN ] FLIPSolver3.Empty
[ OK ] FLIPSolver3.Empty (19 ms)
[ RUN ] FLIPSolver3.PICBlendingFactor
[ OK ] FLIPSolver3.PICBlendingFactor (4 ms)
[----------] 2 tests from FLIPSolver3 (38 ms total)
[----------] 8 tests from FaceCenteredGrid2
[ RUN ] FaceCenteredGrid2.Constructors
[ OK ] FaceCenteredGrid2.Constructors (0 ms)
[ RUN ] FaceCenteredGrid2.Fill
[ OK ] FaceCenteredGrid2.Fill (0 ms)
[ RUN ] FaceCenteredGrid2.DivergenceAtCellCenter
[ OK ] FaceCenteredGrid2.DivergenceAtCellCenter (1 ms)
[ RUN ] FaceCenteredGrid2.CurlAtCellCenter
[ OK ] FaceCenteredGrid2.CurlAtCellCenter (0 ms)
[ RUN ] FaceCenteredGrid2.ValueAtCellCenter
[ OK ] FaceCenteredGrid2.ValueAtCellCenter (0 ms)
[ RUN ] FaceCenteredGrid2.Sample
[ OK ] FaceCenteredGrid2.Sample (0 ms)
[ RUN ] FaceCenteredGrid2.Builder
[ OK ] FaceCenteredGrid2.Builder (0 ms)
[ RUN ] FaceCenteredGrid2.Serialization
[ OK ] FaceCenteredGrid2.Serialization (0 ms)
[----------] 8 tests from FaceCenteredGrid2 (235 ms total)
[----------] 8 tests from FaceCenteredGrid3
[ RUN ] FaceCenteredGrid3.Constructors
[ OK ] FaceCenteredGrid3.Constructors (2 ms)
[ RUN ] FaceCenteredGrid3.Fill
[ OK ] FaceCenteredGrid3.Fill (0 ms)
[ RUN ] FaceCenteredGrid3.DivergenceAtCellCenter
[ OK ] FaceCenteredGrid3.DivergenceAtCellCenter (0 ms)
[ RUN ] FaceCenteredGrid3.CurlAtCellCenter
[ OK ] FaceCenteredGrid3.CurlAtCellCenter (0 ms)
[ RUN ] FaceCenteredGrid3.ValueAtCellCenter
[ OK ] FaceCenteredGrid3.ValueAtCellCenter (0 ms)
[ RUN ] FaceCenteredGrid3.Sample
[ OK ] FaceCenteredGrid3.Sample (0 ms)
[ RUN ] FaceCenteredGrid3.Builder
[ OK ] FaceCenteredGrid3.Builder (0 ms)
[ RUN ] FaceCenteredGrid3.Serialization
[ OK ] FaceCenteredGrid3.Serialization (0 ms)
[----------] 8 tests from FaceCenteredGrid3 (183 ms total)
[----------] 1 test from GridBackwardEulerDiffusionSolver2
[ RUN ] GridBackwardEulerDiffusionSolver2.Solve
[ OK ] GridBackwardEulerDiffusionSolver2.Solve (0 ms)
[----------] 1 test from GridBackwardEulerDiffusionSolver2 (33 ms total)
[----------] 1 test from GridBackwardEulerDiffusionSolver3
[ RUN ] GridBackwardEulerDiffusionSolver3.Solve
[ OK ] GridBackwardEulerDiffusionSolver3.Solve (1 ms)
[----------] 1 test from GridBackwardEulerDiffusionSolver3 (33 ms total)
[----------] 2 tests from GridBlockedBoundaryConditionSolver2
[ RUN ] GridBlockedBoundaryConditionSolver2.ClosedDomain
[ OK ] GridBlockedBoundaryConditionSolver2.ClosedDomain (0 ms)
[ RUN ] GridBlockedBoundaryConditionSolver2.OpenDomain
[ OK ] GridBlockedBoundaryConditionSolver2.OpenDomain (0 ms)
[----------] 2 tests from GridBlockedBoundaryConditionSolver2 (66 ms total)
[----------] 2 tests from GridBlockedBoundaryConditionSolver3
[ RUN ] GridBlockedBoundaryConditionSolver3.ClosedDomain
[ OK ] GridBlockedBoundaryConditionSolver3.ClosedDomain (3 ms)
[ RUN ] GridBlockedBoundaryConditionSolver3.OpenDomain
[ OK ] GridBlockedBoundaryConditionSolver3.OpenDomain (2 ms)
[----------] 2 tests from GridBlockedBoundaryConditionSolver3 (67 ms total)
[----------] 3 tests from VolumeGridEmitter2
[ RUN ] VolumeGridEmitter2.Velocity
[ OK ] VolumeGridEmitter2.Velocity (2 ms)
[ RUN ] VolumeGridEmitter2.SignedDistance
[ OK ] VolumeGridEmitter2.SignedDistance (0 ms)
[ RUN ] VolumeGridEmitter2.StepFunction
[ OK ] VolumeGridEmitter2.StepFunction (0 ms)
[----------] 3 tests from VolumeGridEmitter2 (89 ms total)
[----------] 3 tests from VolumeGridEmitter3
[ RUN ] VolumeGridEmitter3.Velocity
[ OK ] VolumeGridEmitter3.Velocity (3 ms)
[ RUN ] VolumeGridEmitter3.SignedDistance
[ OK ] VolumeGridEmitter3.SignedDistance (2 ms)
[ RUN ] VolumeGridEmitter3.StepFunction
[ OK ] VolumeGridEmitter3.StepFunction (1 ms)
[----------] 3 tests from VolumeGridEmitter3 (56 ms total)
[----------] 4 tests from GridFluidSolver2
[ RUN ] GridFluidSolver2.Constructor
[ OK ] GridFluidSolver2.Constructor (0 ms)
[ RUN ] GridFluidSolver2.ResizeGridSystemData
[ OK ] GridFluidSolver2.ResizeGridSystemData (0 ms)
[ RUN ] GridFluidSolver2.MinimumResolution
[ OK ] GridFluidSolver2.MinimumResolution (1 ms)
[ RUN ] GridFluidSolver2.GravityOnly
[ OK ] GridFluidSolver2.GravityOnly (0 ms)
[----------] 4 tests from GridFluidSolver2 (134 ms total)
[----------] 4 tests from GridFluidSolver3
[ RUN ] GridFluidSolver3.Constructor
[ OK ] GridFluidSolver3.Constructor (0 ms)
[ RUN ] GridFluidSolver3.ResizeGridSystemData
[ OK ] GridFluidSolver3.ResizeGridSystemData (2 ms)
[ RUN ] GridFluidSolver3.MinimumResolution
[ OK ] GridFluidSolver3.MinimumResolution (2 ms)
[ RUN ] GridFluidSolver3.GravityOnly
[ OK ] GridFluidSolver3.GravityOnly (1 ms)
[----------] 4 tests from GridFluidSolver3 (134 ms total)
[----------] 1 test from GridForwardEulerDiffusionSolver2
[ RUN ] GridForwardEulerDiffusionSolver2.Solve
[ OK ] GridForwardEulerDiffusionSolver2.Solve (2 ms)
[----------] 1 test from GridForwardEulerDiffusionSolver2 (32 ms total)
[----------] 1 test from GridForwardEulerDiffusionSolver3
[ RUN ] GridForwardEulerDiffusionSolver3.Solve
[ OK ] GridForwardEulerDiffusionSolver3.Solve (0 ms)
[----------] 1 test from GridForwardEulerDiffusionSolver3 (33 ms total)
[----------] 2 tests from GridFractionalBoundaryConditionSolver2
[ RUN ] GridFractionalBoundaryConditionSolver2.ClosedDomain
[ OK ] GridFractionalBoundaryConditionSolver2.ClosedDomain (1 ms)
[ RUN ] GridFractionalBoundaryConditionSolver2.OpenDomain
[ OK ] GridFractionalBoundaryConditionSolver2.OpenDomain (0 ms)
[----------] 2 tests from GridFractionalBoundaryConditionSolver2 (66 ms total)
[----------] 2 tests from GridFractionalBoundaryConditionSolver3
[ RUN ] GridFractionalBoundaryConditionSolver3.ClosedDomain
[ OK ] GridFractionalBoundaryConditionSolver3.ClosedDomain (2 ms)
[ RUN ] GridFractionalBoundaryConditionSolver3.OpenDomain
[ OK ] GridFractionalBoundaryConditionSolver3.OpenDomain (2 ms)
[----------] 2 tests from GridFractionalBoundaryConditionSolver3 (66 ms total)
[----------] 3 tests from GridFractionalSinglePhasePressureSolver2
[ RUN ] GridFractionalSinglePhasePressureSolver2.SolveFreeSurface
[ OK ] GridFractionalSinglePhasePressureSolver2.SolveFreeSurface (2 ms)
[ RUN ] GridFractionalSinglePhasePressureSolver2.SolveFreeSurfaceCompressed
[ OK ] GridFractionalSinglePhasePressureSolver2.SolveFreeSurfaceCompressed (1 ms)
[ RUN ] GridFractionalSinglePhasePressureSolver2.SolveFreeSurfaceMG
[ OK ] GridFractionalSinglePhasePressureSolver2.SolveFreeSurfaceMG (16 ms)
[----------] 3 tests from GridFractionalSinglePhasePressureSolver2 (99 ms total)
[----------] 2 tests from GridFractionalSinglePhasePressureSolver3
[ RUN ] GridFractionalSinglePhasePressureSolver3.SolveFreeSurface
[ OK ] GridFractionalSinglePhasePressureSolver3.SolveFreeSurface (1 ms)
[ RUN ] GridFractionalSinglePhasePressureSolver3.SolveFreeSurfaceCompressed
[ OK ] GridFractionalSinglePhasePressureSolver3.SolveFreeSurfaceCompressed (1 ms)
[----------] 2 tests from GridFractionalSinglePhasePressureSolver3 (67 ms total)
[----------] 7 tests from GridSinglePhasePressureSolver2
[ RUN ] GridSinglePhasePressureSolver2.SolveSinglePhase
[ OK ] GridSinglePhasePressureSolver2.SolveSinglePhase (3 ms)
[ RUN ] GridSinglePhasePressureSolver2.SolveSinglePhaseCompressed
[ OK ] GridSinglePhasePressureSolver2.SolveSinglePhaseCompressed (1 ms)
[ RUN ] GridSinglePhasePressureSolver2.SolveSinglePhaseWithBoundary
[ OK ] GridSinglePhasePressureSolver2.SolveSinglePhaseWithBoundary (0 ms)
[ RUN ] GridSinglePhasePressureSolver2.SolveFreeSurface
[ OK ] GridSinglePhasePressureSolver2.SolveFreeSurface (1 ms)
[ RUN ] GridSinglePhasePressureSolver2.SolveFreeSurfaceCompressed
[ OK ] GridSinglePhasePressureSolver2.SolveFreeSurfaceCompressed (0 ms)
[ RUN ] GridSinglePhasePressureSolver2.SolveFreeSurfaceWithBoundary
[ OK ] GridSinglePhasePressureSolver2.SolveFreeSurfaceWithBoundary (0 ms)
[ RUN ] GridSinglePhasePressureSolver2.SolveSinglePhaseWithMG
[ OK ] GridSinglePhasePressureSolver2.SolveSinglePhaseWithMG (15 ms)
[----------] 7 tests from GridSinglePhasePressureSolver2 (234 ms total)
[----------] 5 tests from GridSinglePhasePressureSolver3
[ RUN ] GridSinglePhasePressureSolver3.SolveSinglePhase
[ OK ] GridSinglePhasePressureSolver3.SolveSinglePhase (3 ms)
[ RUN ] GridSinglePhasePressureSolver3.SolveSinglePhaseWithBoundary
[ OK ] GridSinglePhasePressureSolver3.SolveSinglePhaseWithBoundary (0 ms)
[ RUN ] GridSinglePhasePressureSolver3.SolveFreeSurface
[ OK ] GridSinglePhasePressureSolver3.SolveFreeSurface (0 ms)
[ RUN ] GridSinglePhasePressureSolver3.SolveFreeSurfaceCompressed
[ OK ] GridSinglePhasePressureSolver3.SolveFreeSurfaceCompressed (0 ms)
[ RUN ] GridSinglePhasePressureSolver3.SolveFreeSurfaceWithBoundary
[ OK ] GridSinglePhasePressureSolver3.SolveFreeSurfaceWithBoundary (0 ms)
[----------] 5 tests from GridSinglePhasePressureSolver3 (166 ms total)
[----------] 2 tests from GridSystemData2
[ RUN ] GridSystemData2.Constructors
[ OK ] GridSystemData2.Constructors (2 ms)
[ RUN ] GridSystemData2.Serialize
[ OK ] GridSystemData2.Serialize (4 ms)
[----------] 2 tests from GridSystemData2 (66 ms total)
[----------] 2 tests from GridSystemData3
[ RUN ] GridSystemData3.Constructors
[ OK ] GridSystemData3.Constructors (5 ms)
[ RUN ] GridSystemData3.Serialize
[ OK ] GridSystemData3.Serialize (190 ms)
[----------] 2 tests from GridSystemData3 (240 ms total)
[----------] 11 tests from ImplicitSurfaceSet2
[ RUN ] ImplicitSurfaceSet2.Constructor
[ OK ] ImplicitSurfaceSet2.Constructor (1 ms)
[ RUN ] ImplicitSurfaceSet2.NumberOfSurfaces
[ OK ] ImplicitSurfaceSet2.NumberOfSurfaces (0 ms)
[ RUN ] ImplicitSurfaceSet2.SurfaceAt
[ OK ] ImplicitSurfaceSet2.SurfaceAt (0 ms)
[ RUN ] ImplicitSurfaceSet2.AddSurface
[ OK ] ImplicitSurfaceSet2.AddSurface (0 ms)
[ RUN ] ImplicitSurfaceSet2.ClosestPoint
[ OK ] ImplicitSurfaceSet2.ClosestPoint (0 ms)
[ RUN ] ImplicitSurfaceSet2.ClosestDistance
[ OK ] ImplicitSurfaceSet2.ClosestDistance (0 ms)
[ RUN ] ImplicitSurfaceSet2.Intersects
[ OK ] ImplicitSurfaceSet2.Intersects (0 ms)
[ RUN ] ImplicitSurfaceSet2.ClosestIntersection
[ OK ] ImplicitSurfaceSet2.ClosestIntersection (0 ms)
[ RUN ] ImplicitSurfaceSet2.BoundingBox
[ OK ] ImplicitSurfaceSet2.BoundingBox (0 ms)
[ RUN ] ImplicitSurfaceSet2.SignedDistance
[ OK ] ImplicitSurfaceSet2.SignedDistance (0 ms)
[ RUN ] ImplicitSurfaceSet2.ClosestNormal
[ OK ] ImplicitSurfaceSet2.ClosestNormal (1 ms)
[----------] 11 tests from ImplicitSurfaceSet2 (219 ms total)
[----------] 11 tests from ImplicitSurfaceSet3
[ RUN ] ImplicitSurfaceSet3.Constructor
[ OK ] ImplicitSurfaceSet3.Constructor (0 ms)
[ RUN ] ImplicitSurfaceSet3.NumberOfSurfaces
[ OK ] ImplicitSurfaceSet3.NumberOfSurfaces (0 ms)
[ RUN ] ImplicitSurfaceSet3.SurfaceAt
[ OK ] ImplicitSurfaceSet3.SurfaceAt (0 ms)
[ RUN ] ImplicitSurfaceSet3.AddSurface
[ OK ] ImplicitSurfaceSet3.AddSurface (0 ms)
[ RUN ] ImplicitSurfaceSet3.ClosestPoint
[ OK ] ImplicitSurfaceSet3.ClosestPoint (0 ms)
[ RUN ] ImplicitSurfaceSet3.ClosestDistance
[ OK ] ImplicitSurfaceSet3.ClosestDistance (0 ms)
[ RUN ] ImplicitSurfaceSet3.Intersects
[ OK ] ImplicitSurfaceSet3.Intersects (1 ms)
[ RUN ] ImplicitSurfaceSet3.ClosestIntersection
[ OK ] ImplicitSurfaceSet3.ClosestIntersection (0 ms)
[ RUN ] ImplicitSurfaceSet3.BoundingBox
[ OK ] ImplicitSurfaceSet3.BoundingBox (0 ms)
[ RUN ] ImplicitSurfaceSet3.SignedDistance
[ OK ] ImplicitSurfaceSet3.SignedDistance (0 ms)
[ RUN ] ImplicitSurfaceSet3.ClosestNormal
[ OK ] ImplicitSurfaceSet3.ClosestNormal (0 ms)
[----------] 11 tests from ImplicitSurfaceSet3 (265 ms total)
[----------] 1 test from ImplicitTriangleMesh3
[ RUN ] ImplicitTriangleMesh3.SignedDistance
[ OK ] ImplicitTriangleMesh3.SignedDistance (510 ms)
[----------] 1 test from ImplicitTriangleMesh3 (527 ms total)
[----------] 1 test from LevelSetLiquidSolver2
[ RUN ] LevelSetLiquidSolver2.ComputeVolume
[ OK ] LevelSetLiquidSolver2.ComputeVolume (1 ms)
[----------] 1 test from LevelSetLiquidSolver2 (2 ms total)
[----------] 1 test from LevelSetLiquidSolver3
[ RUN ] LevelSetLiquidSolver3.ComputeVolume
[ OK ] LevelSetLiquidSolver3.ComputeVolume (13 ms)
[----------] 1 test from LevelSetLiquidSolver3 (14 ms total)
[----------] 2 tests from UpwindLevelSetSolver2
[ RUN ] UpwindLevelSetSolver2.Reinitialize
[ OK ] UpwindLevelSetSolver2.Reinitialize (2 ms)
[ RUN ] UpwindLevelSetSolver2.Extrapolate
[ OK ] UpwindLevelSetSolver2.Extrapolate (1 ms)
[----------] 2 tests from UpwindLevelSetSolver2 (68 ms total)
[----------] 2 tests from UpwindLevelSetSolver3
[ RUN ] UpwindLevelSetSolver3.Reinitialize
[ OK ] UpwindLevelSetSolver3.Reinitialize (62 ms)
[ RUN ] UpwindLevelSetSolver3.Extrapolate
[ OK ] UpwindLevelSetSolver3.Extrapolate (71 ms)
[----------] 2 tests from UpwindLevelSetSolver3 (151 ms total)
[----------] 2 tests from ENOLevelSetSolver2
[ RUN ] ENOLevelSetSolver2.Reinitialize
[ OK ] ENOLevelSetSolver2.Reinitialize (6 ms)
[ RUN ] ENOLevelSetSolver2.Extrapolate
[ OK ] ENOLevelSetSolver2.Extrapolate (2 ms)
[----------] 2 tests from ENOLevelSetSolver2 (45 ms total)
[----------] 2 tests from ENOLevelSetSolver3
[ RUN ] ENOLevelSetSolver3.Reinitialize
[ OK ] ENOLevelSetSolver3.Reinitialize (206 ms)
[ RUN ] ENOLevelSetSolver3.Extrapolate
[ OK ] ENOLevelSetSolver3.Extrapolate (201 ms)
[----------] 2 tests from ENOLevelSetSolver3 (425 ms total)
[----------] 2 tests from FMMLevelSetSolver2
[ RUN ] FMMLevelSetSolver2.Reinitialize
[ OK ] FMMLevelSetSolver2.Reinitialize (4 ms)
[ RUN ] FMMLevelSetSolver2.Extrapolate
[ OK ] FMMLevelSetSolver2.Extrapolate (0 ms)
[----------] 2 tests from FMMLevelSetSolver2 (12 ms total)
[----------] 2 tests from FMMLevelSetSolver3
[ RUN ] FMMLevelSetSolver3.Reinitialize
[ OK ] FMMLevelSetSolver3.Reinitialize (45 ms)
[ RUN ] FMMLevelSetSolver3.Extrapolate
[ OK ] FMMLevelSetSolver3.Extrapolate (31 ms)
[----------] 2 tests from FMMLevelSetSolver3 (95 ms total)
[----------] 4 tests from ListQueryEngine2
[ RUN ] ListQueryEngine2.BoxIntersection
[ OK ] ListQueryEngine2.BoxIntersection (0 ms)
[ RUN ] ListQueryEngine2.RayIntersection
[ OK ] ListQueryEngine2.RayIntersection (0 ms)
[ RUN ] ListQueryEngine2.ClosestIntersection
[ OK ] ListQueryEngine2.ClosestIntersection (1 ms)
[ RUN ] ListQueryEngine2.NearestNeighbor
[ OK ] ListQueryEngine2.NearestNeighbor (0 ms)
[----------] 4 tests from ListQueryEngine2 (61 ms total)
[----------] 4 tests from ListQueryEngine3
[ RUN ] ListQueryEngine3.BoxIntersection
[ OK ] ListQueryEngine3.BoxIntersection (0 ms)
[ RUN ] ListQueryEngine3.RayIntersection
[ OK ] ListQueryEngine3.RayIntersection (1 ms)
[ RUN ] ListQueryEngine3.ClosestIntersection
[ OK ] ListQueryEngine3.ClosestIntersection (0 ms)
[ RUN ] ListQueryEngine3.NearestNeighbor
[ OK ] ListQueryEngine3.NearestNeighbor (0 ms)
[----------] 4 tests from ListQueryEngine3 (132 ms total)
[----------] 1 test from MG
[ RUN ] MG.Solve
[ OK ] MG.Solve (50 ms)
[----------] 1 test from MG (67 ms total)
[----------] 4 tests from MathUtils
[ RUN ] MathUtils.GetBarycentric
[ OK ] MathUtils.GetBarycentric (0 ms)
[ RUN ] MathUtils.Lerp
[ OK ] MathUtils.Lerp (0 ms)
[ RUN ] MathUtils.CatmullRom
[ OK ] MathUtils.CatmullRom (0 ms)
[ RUN ] MathUtils.MonotonicCatmullRom
[ OK ] MathUtils.MonotonicCatmullRom (2 ms)
[----------] 4 tests from MathUtils (110 ms total)
[----------] 10 tests from Matrix2x2
[ RUN ] Matrix2x2.Constructors
[ OK ] Matrix2x2.Constructors (0 ms)
[ RUN ] Matrix2x2.SetMethods
[ OK ] Matrix2x2.SetMethods (0 ms)
[ RUN ] Matrix2x2.BasicGetters
[ OK ] Matrix2x2.BasicGetters (0 ms)
[ RUN ] Matrix2x2.BinaryOperators
[ OK ] Matrix2x2.BinaryOperators (0 ms)
[ RUN ] Matrix2x2.AugmentedOperators
[ OK ] Matrix2x2.AugmentedOperators (0 ms)
[ RUN ] Matrix2x2.Modifiers
[ OK ] Matrix2x2.Modifiers (0 ms)
[ RUN ] Matrix2x2.ComplexGetters
[ OK ] Matrix2x2.ComplexGetters (0 ms)
[ RUN ] Matrix2x2.SetterOperatorOverloadings
[ OK ] Matrix2x2.SetterOperatorOverloadings (0 ms)
[ RUN ] Matrix2x2.GetterOperatorOverloadings
[ OK ] Matrix2x2.GetterOperatorOverloadings (0 ms)
[ RUN ] Matrix2x2.Helpers
[ OK ] Matrix2x2.Helpers (0 ms)
[----------] 10 tests from Matrix2x2 (253 ms total)
[----------] 10 tests from Matrix3x3
[ RUN ] Matrix3x3.Constructors
[ OK ] Matrix3x3.Constructors (1 ms)
[ RUN ] Matrix3x3.SetMethods
[ OK ] Matrix3x3.SetMethods (0 ms)
[ RUN ] Matrix3x3.BasicGetters
[ OK ] Matrix3x3.BasicGetters (0 ms)
[ RUN ] Matrix3x3.BinaryOperators
[ OK ] Matrix3x3.BinaryOperators (0 ms)
[ RUN ] Matrix3x3.AugmentedOperators
[ OK ] Matrix3x3.AugmentedOperators (0 ms)
[ RUN ] Matrix3x3.Modifiers
[ OK ] Matrix3x3.Modifiers (3 ms)
[ RUN ] Matrix3x3.ComplexGetters
[ OK ] Matrix3x3.ComplexGetters (1 ms)
[ RUN ] Matrix3x3.SetterOperatorOverloadings
[ OK ] Matrix3x3.SetterOperatorOverloadings (0 ms)
[ RUN ] Matrix3x3.GetterOperatorOverloadings
[ OK ] Matrix3x3.GetterOperatorOverloadings (0 ms)
[ RUN ] Matrix3x3.Helpers
[ OK ] Matrix3x3.Helpers (0 ms)
[----------] 10 tests from Matrix3x3 (292 ms total)
[----------] 10 tests from Matrix4x4
[ RUN ] Matrix4x4.Constructors
[ OK ] Matrix4x4.Constructors (2 ms)
[ RUN ] Matrix4x4.SetMethods
[ OK ] Matrix4x4.SetMethods (0 ms)
[ RUN ] Matrix4x4.BasicGetters
[ OK ] Matrix4x4.BasicGetters (1 ms)
[ RUN ] Matrix4x4.BinaryOperators
[ OK ] Matrix4x4.BinaryOperators (0 ms)
[ RUN ] Matrix4x4.AugmentedOperators
[ OK ] Matrix4x4.AugmentedOperators (0 ms)
[ RUN ] Matrix4x4.Modifiers
[ OK ] Matrix4x4.Modifiers (0 ms)
[ RUN ] Matrix4x4.ComplexGetters
[ OK ] Matrix4x4.ComplexGetters (0 ms)
[ RUN ] Matrix4x4.SetterOperatorOverloadings
[ OK ] Matrix4x4.SetterOperatorOverloadings (0 ms)
[ RUN ] Matrix4x4.GetterOperatorOverloadings
[ OK ] Matrix4x4.GetterOperatorOverloadings (0 ms)
[ RUN ] Matrix4x4.Helpers
[ OK ] Matrix4x4.Helpers (0 ms)
[----------] 10 tests from Matrix4x4 (275 ms total)
[----------] 9 tests from MatrixCSR
[ RUN ] MatrixCSR.Constructors
[ OK ] MatrixCSR.Constructors (1 ms)
[ RUN ] MatrixCSR.BasicSetters
[ OK ] MatrixCSR.BasicSetters (0 ms)
[ RUN ] MatrixCSR.BinaryOperatorMethods
[ OK ] MatrixCSR.BinaryOperatorMethods (1 ms)
[ RUN ] MatrixCSR.AugmentedMethods
[ OK ] MatrixCSR.AugmentedMethods (0 ms)
[ RUN ] MatrixCSR.ComplexGetters
[ OK ] MatrixCSR.ComplexGetters (0 ms)
[ RUN ] MatrixCSR.SetterOperators
[ OK ] MatrixCSR.SetterOperators (0 ms)
[ RUN ] MatrixCSR.GetterOperators
[ OK ] MatrixCSR.GetterOperators (0 ms)
[ RUN ] MatrixCSR.Builders
[ OK ] MatrixCSR.Builders (0 ms)
[ RUN ] MatrixCSR.OperatorOverloadings
[ OK ] MatrixCSR.OperatorOverloadings (1 ms)
[----------] 9 tests from MatrixCSR (260 ms total)
[----------] 9 tests from MatrixMxN
[ RUN ] MatrixMxN.Constructors
[ OK ] MatrixMxN.Constructors (3 ms)
[ RUN ] MatrixMxN.BasicSetters
[ OK ] MatrixMxN.BasicSetters (0 ms)
[ RUN ] MatrixMxN.BinaryOperatorMethod
[ OK ] MatrixMxN.BinaryOperatorMethod (1 ms)
[ RUN ] MatrixMxN.AugmentedOperatorMethod
[ OK ] MatrixMxN.AugmentedOperatorMethod (1 ms)
[ RUN ] MatrixMxN.ComplexGetters
[ OK ] MatrixMxN.ComplexGetters (1 ms)
[ RUN ] MatrixMxN.Modifiers
[ OK ] MatrixMxN.Modifiers (0 ms)
[ RUN ] MatrixMxN.SetterOperators
[ OK ] MatrixMxN.SetterOperators (0 ms)
[ RUN ] MatrixMxN.GetterOperator
[ OK ] MatrixMxN.GetterOperator (0 ms)
[ RUN ] MatrixMxN.Builders
[ OK ] MatrixMxN.Builders (0 ms)
[----------] 9 tests from MatrixMxN (300 ms total)
[----------] 9 tests from Matrix
[ RUN ] Matrix.Constructors
[ OK ] Matrix.Constructors (1 ms)
[ RUN ] Matrix.BasicSetters
[ OK ] Matrix.BasicSetters (0 ms)
[ RUN ] Matrix.BinaryOperatorMethod
[ OK ] Matrix.BinaryOperatorMethod (1 ms)
[ RUN ] Matrix.AugmentedOperatorMethod
[ OK ] Matrix.AugmentedOperatorMethod (0 ms)
[ RUN ] Matrix.ComplexGetters
[ OK ] Matrix.ComplexGetters (1 ms)
[ RUN ] Matrix.Modifiers
[ OK ] Matrix.Modifiers (1 ms)
[ RUN ] Matrix.SetterOperators
[ OK ] Matrix.SetterOperators (0 ms)
[ RUN ] Matrix.GetterOperator
[ OK ] Matrix.GetterOperator (1 ms)
[ RUN ] Matrix.Builders
[ OK ] Matrix.Builders (0 ms)
[----------] 9 tests from Matrix (306 ms total)
[----------] 6 tests from Octree
[ RUN ] Octree.Constructors
[ OK ] Octree.Constructors (2 ms)
[ RUN ] Octree.Nearest
[ OK ] Octree.Nearest (1 ms)
[ RUN ] Octree.BBoxIntersects
[ OK ] Octree.BBoxIntersects (2 ms)
[ RUN ] Octree.ForEachOverlappingItems
[ OK ] Octree.ForEachOverlappingItems (1 ms)
[ RUN ] Octree.RayIntersects
[ OK ] Octree.RayIntersects (4 ms)
[ RUN ] Octree.ClosestIntersection
[ OK ] Octree.ClosestIntersection (2 ms)
[----------] 6 tests from Octree (193 ms total)
[----------] 2 tests from PCISPHSolver2
[ RUN ] PCISPHSolver2.UpdateEmpty
[ OK ] PCISPHSolver2.UpdateEmpty (5 ms)
[ RUN ] PCISPHSolver2.Parameters
[ OK ] PCISPHSolver2.Parameters (1 ms)
[----------] 2 tests from PCISPHSolver2 (65 ms total)
[----------] 2 tests from PCISPHSolver3
[ RUN ] PCISPHSolver3.UpdateEmpty
[ OK ] PCISPHSolver3.UpdateEmpty (51 ms)
[ RUN ] PCISPHSolver3.Parameters
[ OK ] PCISPHSolver3.Parameters (12 ms)
[----------] 2 tests from PCISPHSolver3 (82 ms total)
[----------] 4 tests from PDE
[ RUN ] PDE.Upwind1
[ OK ] PDE.Upwind1 (0 ms)
[ RUN ] PDE.CD2
[ OK ] PDE.CD2 (0 ms)
[ RUN ] PDE.ENO3
[ OK ] PDE.ENO3 (0 ms)
[ RUN ] PDE.WENO5
[ OK ] PDE.WENO5 (0 ms)
[----------] 4 tests from PDE (140 ms total)
[----------] 1 test from PICSolver2
[ RUN ] PICSolver2.UpdateEmpty
[ OK ] PICSolver2.UpdateEmpty (3 ms)
[----------] 1 test from PICSolver2 (33 ms total)
[----------] 1 test from PICSolver3
[ RUN ] PICSolver3.UpdateEmpty
[ OK ] PICSolver3.UpdateEmpty (19 ms)
[----------] 1 test from PICSolver3 (36 ms total)
[----------] 9 tests from Parallel
[ RUN ] Parallel.Fill
[ OK ] Parallel.Fill (0 ms)
[ RUN ] Parallel.For
[ OK ] Parallel.For (0 ms)
[ RUN ] Parallel.RangeFor
[ OK ] Parallel.RangeFor (2 ms)
[ RUN ] Parallel.For2D
[ OK ] Parallel.For2D (0 ms)
[ RUN ] Parallel.RangeFor2D
[ OK ] Parallel.RangeFor2D (0 ms)
[ RUN ] Parallel.For3D
[ OK ] Parallel.For3D (1 ms)
[ RUN ] Parallel.RangeFor3D
[ OK ] Parallel.RangeFor3D (1 ms)
[ RUN ] Parallel.Sort
[ OK ] Parallel.Sort (1 ms)
[ RUN ] Parallel.Reduce
[ OK ] Parallel.Reduce (0 ms)
[----------] 9 tests from Parallel (300 ms total)
[----------] 9 tests from ParticleSystemData2
[ RUN ] ParticleSystemData2.Constructors
[ OK ] ParticleSystemData2.Constructors (1 ms)
[ RUN ] ParticleSystemData2.Resize
[ OK ] ParticleSystemData2.Resize (0 ms)
[ RUN ] ParticleSystemData2.AddScalarData
[ OK ] ParticleSystemData2.AddScalarData (0 ms)
[ RUN ] ParticleSystemData2.AddVectorData
[ OK ] ParticleSystemData2.AddVectorData (1 ms)
[ RUN ] ParticleSystemData2.AddParticles
[ OK ] ParticleSystemData2.AddParticles (0 ms)
[ RUN ] ParticleSystemData2.AddParticlesException
[ OK ] ParticleSystemData2.AddParticlesException (9 ms)
[ RUN ] ParticleSystemData2.BuildNeighborSearcher
[ OK ] ParticleSystemData2.BuildNeighborSearcher (1 ms)
[ RUN ] ParticleSystemData2.BuildNeighborLists
[ OK ] ParticleSystemData2.BuildNeighborLists (1 ms)
[ RUN ] ParticleSystemData2.Serialization
[ OK ] ParticleSystemData2.Serialization (6 ms)
[----------] 9 tests from ParticleSystemData2 (273 ms total)
[----------] 9 tests from ParticleSystemData3
[ RUN ] ParticleSystemData3.Constructors
[ OK ] ParticleSystemData3.Constructors (13 ms)
[ RUN ] ParticleSystemData3.Resize
[ OK ] ParticleSystemData3.Resize (4 ms)
[ RUN ] ParticleSystemData3.AddScalarData
[ OK ] ParticleSystemData3.AddScalarData (8 ms)
[ RUN ] ParticleSystemData3.AddVectorData
[ OK ] ParticleSystemData3.AddVectorData (8 ms)
[ RUN ] ParticleSystemData3.AddParticles
[ OK ] ParticleSystemData3.AddParticles (10 ms)
[ RUN ] ParticleSystemData3.AddParticlesException
[ OK ] ParticleSystemData3.AddParticlesException (10 ms)
[ RUN ] ParticleSystemData3.BuildNeighborSearcher
[ OK ] ParticleSystemData3.BuildNeighborSearcher (25 ms)
[ RUN ] ParticleSystemData3.BuildNeighborLists
[ OK ] ParticleSystemData3.BuildNeighborLists (24 ms)
[ RUN ] ParticleSystemData3.Serialization
[ OK ] ParticleSystemData3.Serialization (75 ms)
[----------] 9 tests from ParticleSystemData3 (360 ms total)
[----------] 3 tests from ParticleSystemSolver2
[ RUN ] ParticleSystemSolver2.Constructor
[ OK ] ParticleSystemSolver2.Constructor (0 ms)
[ RUN ] ParticleSystemSolver2.BasicParams
[ OK ] ParticleSystemSolver2.BasicParams (0 ms)
[ RUN ] ParticleSystemSolver2.Update
[ OK ] ParticleSystemSolver2.Update (1 ms)
[----------] 3 tests from ParticleSystemSolver2 (14 ms total)
[----------] 3 tests from ParticleSystemSolver3
[ RUN ] ParticleSystemSolver3.Constructor
[ OK ] ParticleSystemSolver3.Constructor (4 ms)
[ RUN ] ParticleSystemSolver3.BasicParams
[ OK ] ParticleSystemSolver3.BasicParams (4 ms)
[ RUN ] ParticleSystemSolver3.Update
[ OK ] ParticleSystemSolver3.Update (4 ms)
[----------] 3 tests from ParticleSystemSolver3 (60 ms total)
[----------] 1 test from Plane2
[ RUN ] Plane2.Builder
[ OK ] Plane2.Builder (0 ms)
[----------] 1 test from Plane2 (33 ms total)
[----------] 1 test from Plane3
[ RUN ] Plane3.Builder
[ OK ] Plane3.Builder (0 ms)
[----------] 1 test from Plane3 (38 ms total)
[----------] 16 tests from Point2
[ RUN ] Point2.Constructors
[ OK ] Point2.Constructors (3 ms)
[ RUN ] Point2.SetMethods
[ OK ] Point2.SetMethods (0 ms)
[ RUN ] Point2.BasicSetterMethods
[ OK ] Point2.BasicSetterMethods (1 ms)
[ RUN ] Point2.BinaryOperatorMethods
[ OK ] Point2.BinaryOperatorMethods (0 ms)
[ RUN ] Point2.BinaryInverseOperatorMethods
[ OK ] Point2.BinaryInverseOperatorMethods (0 ms)
[ RUN ] Point2.AugmentedOperatorMethods
[ OK ] Point2.AugmentedOperatorMethods (1 ms)
[ RUN ] Point2.AtMethod
[ OK ] Point2.AtMethod (0 ms)
[ RUN ] Point2.BasicGetterMethods
[ OK ] Point2.BasicGetterMethods (0 ms)
[ RUN ] Point2.BracketOperator
[ OK ] Point2.BracketOperator (0 ms)
[ RUN ] Point2.AssignmentOperator
[ OK ] Point2.AssignmentOperator (0 ms)
[ RUN ] Point2.AugmentedOperators
[ OK ] Point2.AugmentedOperators (0 ms)
[ RUN ] Point2.EqualOperator
[ OK ] Point2.EqualOperator (0 ms)
[ RUN ] Point2.MinMaxFunction
[ OK ] Point2.MinMaxFunction (0 ms)
[ RUN ] Point2.ClampFunction
[ OK ] Point2.ClampFunction (1 ms)
[ RUN ] Point2.CeilFloorFunction
[ OK ] Point2.CeilFloorFunction (0 ms)
[ RUN ] Point2.BinaryOperators
[ OK ] Point2.BinaryOperators (0 ms)
[----------] 16 tests from Point2 (473 ms total)
[----------] 16 tests from Point3
[ RUN ] Point3.Constructors
[ OK ] Point3.Constructors (2 ms)
[ RUN ] Point3.SetMethods
[ OK ] Point3.SetMethods (0 ms)
[ RUN ] Point3.BasicSetterMethods
[ OK ] Point3.BasicSetterMethods (1 ms)
[ RUN ] Point3.BinaryOperatorMethods
[ OK ] Point3.BinaryOperatorMethods (0 ms)
[ RUN ] Point3.BinaryInverseOperatorMethods
[ OK ] Point3.BinaryInverseOperatorMethods (0 ms)
[ RUN ] Point3.AugmentedOperatorMethods
[ OK ] Point3.AugmentedOperatorMethods (0 ms)
[ RUN ] Point3.AtMethods
[ OK ] Point3.AtMethods (0 ms)
[ RUN ] Point3.BasicGetterMethods
[ OK ] Point3.BasicGetterMethods (0 ms)
[ RUN ] Point3.BracketOperators
[ OK ] Point3.BracketOperators (0 ms)
[ RUN ] Point3.AssignmentOperators
[ OK ] Point3.AssignmentOperators (0 ms)
[ RUN ] Point3.AugmentedOperators
[ OK ] Point3.AugmentedOperators (0 ms)
[ RUN ] Point3.EqualOperatators
[ OK ] Point3.EqualOperatators (0 ms)
[ RUN ] Point3.MinMaxFunctions
[ OK ] Point3.MinMaxFunctions (0 ms)
[ RUN ] Point3.ClampFunction
[ OK ] Point3.ClampFunction (0 ms)
[ RUN ] Point3.CeilFloorFunctions
[ OK ] Point3.CeilFloorFunctions (0 ms)
[ RUN ] Point3.BinaryOperators
[ OK ] Point3.BinaryOperators (0 ms)
[----------] 16 tests from Point3 (444 ms total)
[----------] 3 tests from PointHashGridSearcher2
[ RUN ] PointHashGridSearcher2.ForEachNearByPoint
[ OK ] PointHashGridSearcher2.ForEachNearByPoint (0 ms)
[ RUN ] PointHashGridSearcher2.HasEachNearByPoint
[ OK ] PointHashGridSearcher2.HasEachNearByPoint (0 ms)
[ RUN ] PointHashGridSearcher2.Build
[ OK ] PointHashGridSearcher2.Build (0 ms)
[----------] 3 tests from PointHashGridSearcher2 (95 ms total)
[----------] 3 tests from PointHashGridSearcher3
[ RUN ] PointHashGridSearcher3.ForEachNearByPoint
[ OK ] PointHashGridSearcher3.ForEachNearByPoint (0 ms)
[ RUN ] PointHashGridSearcher3.HasEachNearByPoint
[ OK ] PointHashGridSearcher3.HasEachNearByPoint (0 ms)
[ RUN ] PointHashGridSearcher3.Build
[ OK ] PointHashGridSearcher3.Build (0 ms)
[----------] 3 tests from PointHashGridSearcher3 (77 ms total)
[----------] 3 tests from PointKdTreeSearcher2
[ RUN ] PointKdTreeSearcher2.ForEachNearbyPoint
[ OK ] PointKdTreeSearcher2.ForEachNearbyPoint (2 ms)
[ RUN ] PointKdTreeSearcher2.ForEachNearbyPointEmpty
[ OK ] PointKdTreeSearcher2.ForEachNearbyPointEmpty (0 ms)
[ RUN ] PointKdTreeSearcher2.Serialization
[ OK ] PointKdTreeSearcher2.Serialization (0 ms)
[----------] 3 tests from PointKdTreeSearcher2 (94 ms total)
[----------] 4 tests from PointKdTreeSearcher3
[ RUN ] PointKdTreeSearcher3.ForEachNearbyPoint
[ OK ] PointKdTreeSearcher3.ForEachNearbyPoint (0 ms)
[ RUN ] PointKdTreeSearcher3.ForEachNearbyPointEmpty
[ OK ] PointKdTreeSearcher3.ForEachNearbyPointEmpty (0 ms)
[ RUN ] PointKdTreeSearcher3.CopyConstructor
[ OK ] PointKdTreeSearcher3.CopyConstructor (0 ms)
[ RUN ] PointKdTreeSearcher3.Serialize
[ OK ] PointKdTreeSearcher3.Serialize (0 ms)
[----------] 4 tests from PointKdTreeSearcher3 (104 ms total)
[----------] 2 tests from PointParallelHashGridSearcher2
[ RUN ] PointParallelHashGridSearcher2.ForEachNearByPoint
[ OK ] PointParallelHashGridSearcher2.ForEachNearByPoint (1 ms)
[ RUN ] PointParallelHashGridSearcher2.ForEachNearbyPointEmpty
[ OK ] PointParallelHashGridSearcher2.ForEachNearbyPointEmpty (1 ms)
[----------] 2 tests from PointParallelHashGridSearcher2 (67 ms total)
[----------] 4 tests from PointParallelHashGridSearcher3
[ RUN ] PointParallelHashGridSearcher3.ForEachNearByPoint
[ OK ] PointParallelHashGridSearcher3.ForEachNearByPoint (1 ms)
[ RUN ] PointParallelHashGridSearcher3.HasEachNearByPoint
[ OK ] PointParallelHashGridSearcher3.HasEachNearByPoint (0 ms)
[ RUN ] PointParallelHashGridSearcher3.Build
[ OK ] PointParallelHashGridSearcher3.Build (0 ms)
[ RUN ] PointParallelHashGridSearcher3.Serialization
[ OK ] PointParallelHashGridSearcher3.Serialization (0 ms)
[----------] 4 tests from PointParallelHashGridSearcher3 (125 ms total)
[----------] 3 tests from PointParticleEmitter2
[ RUN ] PointParticleEmitter2.Constructors
[ OK ] PointParticleEmitter2.Constructors (0 ms)
[ RUN ] PointParticleEmitter2.Emit
[ OK ] PointParticleEmitter2.Emit (0 ms)
[ RUN ] PointParticleEmitter2.Builder
[ OK ] PointParticleEmitter2.Builder (0 ms)
[----------] 3 tests from PointParticleEmitter2 (100 ms total)
[----------] 3 tests from PointParticleEmitter3
[ RUN ] PointParticleEmitter3.Constructors
[ OK ] PointParticleEmitter3.Constructors (2 ms)
[ RUN ] PointParticleEmitter3.Emit
[ OK ] PointParticleEmitter3.Emit (9 ms)
[ RUN ] PointParticleEmitter3.Builder
[ OK ] PointParticleEmitter3.Builder (0 ms)
[----------] 3 tests from PointParticleEmitter3 (106 ms total)
[----------] 1 test from PointSimpleListSearcher2
[ RUN ] PointSimpleListSearcher2.ForEachNearByPoint
[ OK ] PointSimpleListSearcher2.ForEachNearByPoint (0 ms)
[----------] 1 test from PointSimpleListSearcher2 (31 ms total)
[----------] 1 test from PointSimpleListSearcher3
[ RUN ] PointSimpleListSearcher3.ForEachNearByPoint
[ OK ] PointSimpleListSearcher3.ForEachNearByPoint (0 ms)
[----------] 1 test from PointSimpleListSearcher3 (34 ms total)
[----------] 4 tests from Point
[ RUN ] Point.Constructors
[ OK ] Point.Constructors (0 ms)
[ RUN ] Point.SetMethods
[ OK ] Point.SetMethods (0 ms)
[ RUN ] Point.AssignmentOperators
[ OK ] Point.AssignmentOperators (0 ms)
[ RUN ] Point.BracketOperators
[ OK ] Point.BracketOperators (0 ms)
[----------] 4 tests from Point (127 ms total)
[----------] 6 tests from Quadtree
[ RUN ] Quadtree.Constructors
[ OK ] Quadtree.Constructors (2 ms)
[ RUN ] Quadtree.Nearest
[ OK ] Quadtree.Nearest (0 ms)
[ RUN ] Quadtree.BBoxIntersects
[ OK ] Quadtree.BBoxIntersects (0 ms)
[ RUN ] Quadtree.ForEachOverlappingItems
[ OK ] Quadtree.ForEachOverlappingItems (0 ms)
[ RUN ] Quadtree.RayIntersects
[ OK ] Quadtree.RayIntersects (1 ms)
[ RUN ] Quadtree.ClosestIntersection
[ OK ] Quadtree.ClosestIntersection (1 ms)
[----------] 6 tests from Quadtree (174 ms total)
[----------] 9 tests from Quaternion
[ RUN ] Quaternion.Constructors
[ OK ] Quaternion.Constructors (2 ms)
[ RUN ] Quaternion.BasicSetters
[ OK ] Quaternion.BasicSetters (0 ms)
[ RUN ] Quaternion.CastTo
[ OK ] Quaternion.CastTo (0 ms)
[ RUN ] Quaternion.Normalized
[ OK ] Quaternion.Normalized (0 ms)
[ RUN ] Quaternion.BinaryOperators
[ OK ] Quaternion.BinaryOperators (0 ms)
[ RUN ] Quaternion.Modifiers
[ OK ] Quaternion.Modifiers (0 ms)
[ RUN ] Quaternion.ComplexGetters
[ OK ] Quaternion.ComplexGetters (0 ms)
[ RUN ] Quaternion.SetterOperators
[ OK ] Quaternion.SetterOperators (0 ms)
[ RUN ] Quaternion.GetterOperators
[ OK ] Quaternion.GetterOperators (0 ms)
[----------] 9 tests from Quaternion (256 ms total)
[----------] 2 tests from Ray2
[ RUN ] Ray2.Constructors
[ OK ] Ray2.Constructors (0 ms)
[ RUN ] Ray2.PointAt
[ OK ] Ray2.PointAt (0 ms)
[----------] 2 tests from Ray2 (76 ms total)
[----------] 2 tests from Ray3
[ RUN ] Ray3.Constructors
[ OK ] Ray3.Constructors (0 ms)
[ RUN ] Ray3.PointAt
[ OK ] Ray3.PointAt (0 ms)
[----------] 2 tests from Ray3 (29 ms total)
[----------] 2 tests from RigidBodyCollider2
[ RUN ] RigidBodyCollider2.ResolveCollision
[ OK ] RigidBodyCollider2.ResolveCollision (0 ms)
[ RUN ] RigidBodyCollider2.VelocityAt
[ OK ] RigidBodyCollider2.VelocityAt (0 ms)
[----------] 2 tests from RigidBodyCollider2 (42 ms total)
[----------] 2 tests from RigidBodyCollider3
[ RUN ] RigidBodyCollider3.ResolveCollision
[ OK ] RigidBodyCollider3.ResolveCollision (0 ms)
[ RUN ] RigidBodyCollider3.VelocityAt
[ OK ] RigidBodyCollider3.VelocityAt (0 ms)
[----------] 2 tests from RigidBodyCollider3 (69 ms total)
[----------] 2 tests from SPHSolver2
[ RUN ] SPHSolver2.UpdateEmpty
[ OK ] SPHSolver2.UpdateEmpty (46 ms)
[ RUN ] SPHSolver2.Parameters
[ OK ] SPHSolver2.Parameters (0 ms)
[----------] 2 tests from SPHSolver2 (71 ms total)
[----------] 2 tests from SPHSolver3
[ RUN ] SPHSolver3.UpdateEmpty
[ OK ] SPHSolver3.UpdateEmpty (177 ms)
[ RUN ] SPHSolver3.Parameters
[ OK ] SPHSolver3.Parameters (11 ms)
[----------] 2 tests from SPHSolver3 (195 ms total)
[----------] 4 tests from SPHStdKernel2
[ RUN ] SPHStdKernel2.Constructors
[ OK ] SPHStdKernel2.Constructors (0 ms)
[ RUN ] SPHStdKernel2.KernelFunction
[ OK ] SPHStdKernel2.KernelFunction (1 ms)
[ RUN ] SPHStdKernel2.FirstDerivative
[ OK ] SPHStdKernel2.FirstDerivative (0 ms)
[ RUN ] SPHStdKernel2.Gradient
[ OK ] SPHStdKernel2.Gradient (0 ms)
[----------] 4 tests from SPHStdKernel2 (74 ms total)
[----------] 5 tests from SPHSpikyKernel2
[ RUN ] SPHSpikyKernel2.Constructors
[ OK ] SPHSpikyKernel2.Constructors (0 ms)
[ RUN ] SPHSpikyKernel2.KernelFunction
[ OK ] SPHSpikyKernel2.KernelFunction (0 ms)
[ RUN ] SPHSpikyKernel2.FirstDerivative
[ OK ] SPHSpikyKernel2.FirstDerivative (0 ms)
[ RUN ] SPHSpikyKernel2.Gradient
[ OK ] SPHSpikyKernel2.Gradient (0 ms)
[ RUN ] SPHSpikyKernel2.SecondDerivative
[ OK ] SPHSpikyKernel2.SecondDerivative (0 ms)
[----------] 5 tests from SPHSpikyKernel2 (151 ms total)
[----------] 4 tests from SPHStdKernel3
[ RUN ] SPHStdKernel3.Constructors
[ OK ] SPHStdKernel3.Constructors (0 ms)
[ RUN ] SPHStdKernel3.KernelFunction
[ OK ] SPHStdKernel3.KernelFunction (0 ms)
[ RUN ] SPHStdKernel3.FirstDerivative
[ OK ] SPHStdKernel3.FirstDerivative (0 ms)
[ RUN ] SPHStdKernel3.Gradient
[ OK ] SPHStdKernel3.Gradient (0 ms)
[----------] 4 tests from SPHStdKernel3 (101 ms total)
[----------] 5 tests from SPHSpikyKernel3
[ RUN ] SPHSpikyKernel3.Constructors
[ OK ] SPHSpikyKernel3.Constructors (0 ms)
[ RUN ] SPHSpikyKernel3.KernelFunction
[ OK ] SPHSpikyKernel3.KernelFunction (0 ms)
[ RUN ] SPHSpikyKernel3.FirstDerivative
[ OK ] SPHSpikyKernel3.FirstDerivative (0 ms)
[ RUN ] SPHSpikyKernel3.Gradient
[ OK ] SPHSpikyKernel3.Gradient (0 ms)
[ RUN ] SPHSpikyKernel3.SecondDerivative
[ OK ] SPHSpikyKernel3.SecondDerivative (0 ms)
[----------] 5 tests from SPHSpikyKernel3 (99 ms total)
[----------] 3 tests from SPHSystemData2
[ RUN ] SPHSystemData2.Parameters
[ OK ] SPHSystemData2.Parameters (2 ms)
[ RUN ] SPHSystemData2.Particles
[ OK ] SPHSystemData2.Particles (2 ms)
[ RUN ] SPHSystemData2.Serialization
[ OK ] SPHSystemData2.Serialization (4 ms)
[----------] 3 tests from SPHSystemData2 (106 ms total)
[----------] 3 tests from SPHSystemData3
[ RUN ] SPHSystemData3.Parameters
[ OK ] SPHSystemData3.Parameters (98 ms)
[ RUN ] SPHSystemData3.Particles
[ OK ] SPHSystemData3.Particles (13 ms)
[ RUN ] SPHSystemData3.Serialization
[ OK ] SPHSystemData3.Serialization (105 ms)
[----------] 3 tests from SPHSystemData3 (252 ms total)
[----------] 2 tests from SVD
[ RUN ] SVD.Float
[ OK ] SVD.Float (0 ms)
[ RUN ] SVD.Double
[ OK ] SVD.Double (0 ms)
[----------] 2 tests from SVD (5 ms total)
[----------] 4 tests from Samplers
[ RUN ] Samplers.UniformSampleCone
[ OK ] Samplers.UniformSampleCone (1 ms)
[ RUN ] Samplers.UniformSampleHemisphere
[ OK ] Samplers.UniformSampleHemisphere (0 ms)
[ RUN ] Samplers.UniformSampleSphere
[ OK ] Samplers.UniformSampleSphere (0 ms)
[ RUN ] Samplers.UniformSampleDisk
[ OK ] Samplers.UniformSampleDisk (1 ms)
[----------] 4 tests from Samplers (143 ms total)
[----------] 5 tests from Serial
[ RUN ] Serial.Fill
[ OK ] Serial.Fill (1 ms)
[ RUN ] Serial.For
[ OK ] Serial.For (0 ms)
[ RUN ] Serial.For2D
[ OK ] Serial.For2D (1 ms)
[ RUN ] Serial.For3D
[ OK ] Serial.For3D (56 ms)
[ RUN ] Serial.Sort
[ OK ] Serial.Sort (2 ms)
[----------] 5 tests from Serial (140 ms total)
[----------] 8 tests from Sphere2
[ RUN ] Sphere2.Constructors
[ OK ] Sphere2.Constructors (0 ms)
[ RUN ] Sphere2.ClosestPoint
[ OK ] Sphere2.ClosestPoint (0 ms)
[ RUN ] Sphere2.ClosestDistance
[ OK ] Sphere2.ClosestDistance (1 ms)
[ RUN ] Sphere2.Intersects
[ OK ] Sphere2.Intersects (0 ms)
[ RUN ] Sphere2.ClosestIntersection
[ OK ] Sphere2.ClosestIntersection (0 ms)
[ RUN ] Sphere2.BoundingBox
[ OK ] Sphere2.BoundingBox (0 ms)
[ RUN ] Sphere2.ClosestNormal
[ OK ] Sphere2.ClosestNormal (0 ms)
[ RUN ] Sphere2.Builder
[ OK ] Sphere2.Builder (0 ms)
[----------] 8 tests from Sphere2 (197 ms total)
[----------] 8 tests from Sphere3
[ RUN ] Sphere3.Constructors
[ OK ] Sphere3.Constructors (3 ms)
[ RUN ] Sphere3.ClosestPoint
[ OK ] Sphere3.ClosestPoint (0 ms)
[ RUN ] Sphere3.ClosestDistance
[ OK ] Sphere3.ClosestDistance (0 ms)
[ RUN ] Sphere3.Intersects
[ OK ] Sphere3.Intersects (0 ms)
[ RUN ] Sphere3.ClosestIntersection
[ OK ] Sphere3.ClosestIntersection (0 ms)
[ RUN ] Sphere3.BoundingBox
[ OK ] Sphere3.BoundingBox (0 ms)
[ RUN ] Sphere3.ClosestNormal
[ OK ] Sphere3.ClosestNormal (0 ms)
[ RUN ] Sphere3.Builder
[ OK ] Sphere3.Builder (1 ms)
[----------] 8 tests from Sphere3 (256 ms total)
[----------] 8 tests from SurfaceSet3
[ RUN ] SurfaceSet3.Constructors
[ OK ] SurfaceSet3.Constructors (2 ms)
[ RUN ] SurfaceSet3.AddSurface
[ OK ] SurfaceSet3.AddSurface (0 ms)
[ RUN ] SurfaceSet3.ClosestPoint
[ OK ] SurfaceSet3.ClosestPoint (2 ms)
[ RUN ] SurfaceSet3.ClosestNormal
[ OK ] SurfaceSet3.ClosestNormal (2 ms)
[ RUN ] SurfaceSet3.ClosestDistance
[ OK ] SurfaceSet3.ClosestDistance (1 ms)
[ RUN ] SurfaceSet3.Intersects
[ OK ] SurfaceSet3.Intersects (1 ms)
[ RUN ] SurfaceSet3.ClosestIntersection
[ OK ] SurfaceSet3.ClosestIntersection (1 ms)
[ RUN ] SurfaceSet3.BoundingBox
[ OK ] SurfaceSet3.BoundingBox (0 ms)
[----------] 8 tests from SurfaceSet3 (176 ms total)
[----------] 8 tests from SurfaceToImplicit2
[ RUN ] SurfaceToImplicit2.Constructor
[ OK ] SurfaceToImplicit2.Constructor (0 ms)
[ RUN ] SurfaceToImplicit2.ClosestPoint
[ OK ] SurfaceToImplicit2.ClosestPoint (0 ms)
[ RUN ] SurfaceToImplicit2.ClosestDistance
[ OK ] SurfaceToImplicit2.ClosestDistance (0 ms)
[ RUN ] SurfaceToImplicit2.Intersects
[ OK ] SurfaceToImplicit2.Intersects (0 ms)
[ RUN ] SurfaceToImplicit2.ClosestIntersection
[ OK ] SurfaceToImplicit2.ClosestIntersection (0 ms)
[ RUN ] SurfaceToImplicit2.BoundingBox
[ OK ] SurfaceToImplicit2.BoundingBox (0 ms)
[ RUN ] SurfaceToImplicit2.SignedDistance
[ OK ] SurfaceToImplicit2.SignedDistance (1 ms)
[ RUN ] SurfaceToImplicit2.ClosestNormal
[ OK ] SurfaceToImplicit2.ClosestNormal (0 ms)
[----------] 8 tests from SurfaceToImplicit2 (274 ms total)
[----------] 8 tests from SurfaceToImplicit3
[ RUN ] SurfaceToImplicit3.Constructor
[ OK ] SurfaceToImplicit3.Constructor (0 ms)
[ RUN ] SurfaceToImplicit3.ClosestPoint
[ OK ] SurfaceToImplicit3.ClosestPoint (0 ms)
[ RUN ] SurfaceToImplicit3.ClosestDistance
[ OK ] SurfaceToImplicit3.ClosestDistance (0 ms)
[ RUN ] SurfaceToImplicit3.Intersects
[ OK ] SurfaceToImplicit3.Intersects (0 ms)
[ RUN ] SurfaceToImplicit3.ClosestIntersection
[ OK ] SurfaceToImplicit3.ClosestIntersection (0 ms)
[ RUN ] SurfaceToImplicit3.BoundingBox
[ OK ] SurfaceToImplicit3.BoundingBox (0 ms)
[ RUN ] SurfaceToImplicit3.SignedDistance
[ OK ] SurfaceToImplicit3.SignedDistance (0 ms)
[ RUN ] SurfaceToImplicit3.ClosestNormal
[ OK ] SurfaceToImplicit3.ClosestNormal (0 ms)
[----------] 8 tests from SurfaceToImplicit3 (257 ms total)
[----------] 1 test from Timer
[ RUN ] Timer.Basics
[ OK ] Timer.Basics (10 ms)
[----------] 1 test from Timer (12 ms total)
[----------] 2 tests from Transform2
[ RUN ] Transform2.Constructors
[ OK ] Transform2.Constructors (0 ms)
[ RUN ] Transform2.Transform
[ OK ] Transform2.Transform (0 ms)
[----------] 2 tests from Transform2 (60 ms total)
[----------] 2 tests from Transform3
[ RUN ] Transform3.Constructors
[ OK ] Transform3.Constructors (0 ms)
[ RUN ] Transform3.Transform
[ OK ] Transform3.Transform (0 ms)
[----------] 2 tests from Transform3 (66 ms total)
[----------] 4 tests from Triangle3
[ RUN ] Triangle3.Constructors
[ OK ] Triangle3.Constructors (2 ms)
[ RUN ] Triangle3.BasicGetters
[ OK ] Triangle3.BasicGetters (0 ms)
[ RUN ] Triangle3.SurfaceGetters
[ OK ] Triangle3.SurfaceGetters (1 ms)
[ RUN ] Triangle3.Builder
[ OK ] Triangle3.Builder (0 ms)
[----------] 4 tests from Triangle3 (132 ms total)
[----------] 9 tests from TriangleMesh3
[ RUN ] TriangleMesh3.Constructors
[ OK ] TriangleMesh3.Constructors (0 ms)
[ RUN ] TriangleMesh3.ReadObj
[ OK ] TriangleMesh3.ReadObj (5 ms)
[ RUN ] TriangleMesh3.ClosestPoint
[ OK ] TriangleMesh3.ClosestPoint (12 ms)
[ RUN ] TriangleMesh3.ClosestNormal
[ OK ] TriangleMesh3.ClosestNormal (4 ms)
[ RUN ] TriangleMesh3.ClosestDistance
[ OK ] TriangleMesh3.ClosestDistance (7 ms)
[ RUN ] TriangleMesh3.Intersects
[ OK ] TriangleMesh3.Intersects (11 ms)
[ RUN ] TriangleMesh3.ClosestIntersection
[ OK ] TriangleMesh3.ClosestIntersection (22 ms)
[ RUN ] TriangleMesh3.BoundingBox
[ OK ] TriangleMesh3.BoundingBox (5 ms)
[ RUN ] TriangleMesh3.Builder
[ OK ] TriangleMesh3.Builder (1 ms)
[----------] 9 tests from TriangleMesh3 (267 ms total)
[----------] 16 tests from Vector2
[ RUN ] Vector2.Constructors
[ OK ] Vector2.Constructors (2 ms)
[ RUN ] Vector2.SetMethods
[ OK ] Vector2.SetMethods (0 ms)
[ RUN ] Vector2.BasicSetterMethods
[ OK ] Vector2.BasicSetterMethods (0 ms)
[ RUN ] Vector2.BinaryOperatorMethods
[ OK ] Vector2.BinaryOperatorMethods (0 ms)
[ RUN ] Vector2.BinaryInverseOperatorMethods
[ OK ] Vector2.BinaryInverseOperatorMethods (0 ms)
[ RUN ] Vector2.AugmentedOperatorMethods
[ OK ] Vector2.AugmentedOperatorMethods (0 ms)
[ RUN ] Vector2.AtMethod
[ OK ] Vector2.AtMethod (0 ms)
[ RUN ] Vector2.BasicGetterMethods
[ OK ] Vector2.BasicGetterMethods (0 ms)
[ RUN ] Vector2.BracketOperator
[ OK ] Vector2.BracketOperator (0 ms)
[ RUN ] Vector2.AssignmentOperator
[ OK ] Vector2.AssignmentOperator (0 ms)
[ RUN ] Vector2.AugmentedOperators
[ OK ] Vector2.AugmentedOperators (0 ms)
[ RUN ] Vector2.EqualOperator
[ OK ] Vector2.EqualOperator (0 ms)
[ RUN ] Vector2.MinMaxFunction
[ OK ] Vector2.MinMaxFunction (0 ms)
[ RUN ] Vector2.ClampFunction
[ OK ] Vector2.ClampFunction (0 ms)
[ RUN ] Vector2.CeilFloorFunction
[ OK ] Vector2.CeilFloorFunction (0 ms)
[ RUN ] Vector2.BinaryOperators
[ OK ] Vector2.BinaryOperators (0 ms)
[----------] 16 tests from Vector2 (424 ms total)
[----------] 16 tests from Vector3
[ RUN ] Vector3.Constructors
[ OK ] Vector3.Constructors (1 ms)
[ RUN ] Vector3.SetMethods
[ OK ] Vector3.SetMethods (0 ms)
[ RUN ] Vector3.BasicSetterMethods
[ OK ] Vector3.BasicSetterMethods (0 ms)
[ RUN ] Vector3.BinaryOperatorMethods
[ OK ] Vector3.BinaryOperatorMethods (1 ms)
[ RUN ] Vector3.BinaryInverseOperatorMethods
[ OK ] Vector3.BinaryInverseOperatorMethods (0 ms)
[ RUN ] Vector3.AugmentedOperatorMethods
[ OK ] Vector3.AugmentedOperatorMethods (0 ms)
[ RUN ] Vector3.AtMethods
[ OK ] Vector3.AtMethods (0 ms)
[ RUN ] Vector3.BasicGetterMethods
[ OK ] Vector3.BasicGetterMethods (0 ms)
[ RUN ] Vector3.BracketOperators
[ OK ] Vector3.BracketOperators (0 ms)
[ RUN ] Vector3.AssignmentOperators
[ OK ] Vector3.AssignmentOperators (0 ms)
[ RUN ] Vector3.AugmentedOperators
[ OK ] Vector3.AugmentedOperators (0 ms)
[ RUN ] Vector3.EqualOperatators
[ OK ] Vector3.EqualOperatators (0 ms)
[ RUN ] Vector3.MinMaxFunctions
[ OK ] Vector3.MinMaxFunctions (0 ms)
[ RUN ] Vector3.ClampFunction
[ OK ] Vector3.ClampFunction (0 ms)
[ RUN ] Vector3.CeilFloorFunctions
[ OK ] Vector3.CeilFloorFunctions (0 ms)
[ RUN ] Vector3.BinaryOperators
[ OK ] Vector3.BinaryOperators (0 ms)
[----------] 16 tests from Vector3 (374 ms total)
[----------] 16 tests from Vector4
[ RUN ] Vector4.Constructors
[ OK ] Vector4.Constructors (2 ms)
[ RUN ] Vector4.SetMethods
[ OK ] Vector4.SetMethods (0 ms)
[ RUN ] Vector4.BasicSetterMethods
[ OK ] Vector4.BasicSetterMethods (1 ms)
[ RUN ] Vector4.BinaryOperatorMethods
[ OK ] Vector4.BinaryOperatorMethods (0 ms)
[ RUN ] Vector4.BinaryInverseOperatorMethods
[ OK ] Vector4.BinaryInverseOperatorMethods (0 ms)
[ RUN ] Vector4.AugmentedOperatorMethods
[ OK ] Vector4.AugmentedOperatorMethods (0 ms)
[ RUN ] Vector4.AtMethods
[ OK ] Vector4.AtMethods (0 ms)
[ RUN ] Vector4.BasicGetterMethods
[ OK ] Vector4.BasicGetterMethods (0 ms)
[ RUN ] Vector4.BracketOperators
[ OK ] Vector4.BracketOperators (0 ms)
[ RUN ] Vector4.AssignmentOperators
[ OK ] Vector4.AssignmentOperators (0 ms)
[ RUN ] Vector4.AugmentedOperators
[ OK ] Vector4.AugmentedOperators (0 ms)
[ RUN ] Vector4.EqualOperatators
[ OK ] Vector4.EqualOperatators (0 ms)
[ RUN ] Vector4.MinMaxFunctions
[ OK ] Vector4.MinMaxFunctions (0 ms)
[ RUN ] Vector4.ClampFunction
[ OK ] Vector4.ClampFunction (0 ms)
[ RUN ] Vector4.CeilFloorFunctions
[ OK ] Vector4.CeilFloorFunctions (0 ms)
[ RUN ] Vector4.BinaryOperators
[ OK ] Vector4.BinaryOperators (0 ms)
[----------] 16 tests from Vector4 (434 ms total)
[----------] 5 tests from VectorN
[ RUN ] VectorN.Constructors
[ OK ] VectorN.Constructors (2 ms)
[ RUN ] VectorN.BasicSetters
[ OK ] VectorN.BasicSetters (1 ms)
[ RUN ] VectorN.BasicGetters
[ OK ] VectorN.BasicGetters (1 ms)
[ RUN ] VectorN.BinaryOperatorMethods
[ OK ] VectorN.BinaryOperatorMethods (0 ms)
[ RUN ] VectorN.BinaryOperators
[ OK ] VectorN.BinaryOperators (1 ms)
[----------] 5 tests from VectorN (170 ms total)
[----------] 5 tests from Vector
[ RUN ] Vector.Constructors
[ OK ] Vector.Constructors (0 ms)
[ RUN ] Vector.BasicSetters
[ OK ] Vector.BasicSetters (1 ms)
[ RUN ] Vector.BasicGetters
[ OK ] Vector.BasicGetters (1 ms)
[ RUN ] Vector.BinaryOperatorMethods
[ OK ] Vector.BinaryOperatorMethods (0 ms)
[ RUN ] Vector.BinaryOperators
[ OK ] Vector.BinaryOperators (0 ms)
[----------] 5 tests from Vector (160 ms total)
[----------] 8 tests from VertexCenteredScalarGrid2
[ RUN ] VertexCenteredScalarGrid2.Constructors
[ OK ] VertexCenteredScalarGrid2.Constructors (2 ms)
[ RUN ] VertexCenteredScalarGrid2.Swap
[ OK ] VertexCenteredScalarGrid2.Swap (0 ms)
[ RUN ] VertexCenteredScalarGrid2.Set
[ OK ] VertexCenteredScalarGrid2.Set (0 ms)
[ RUN ] VertexCenteredScalarGrid2.AssignmentOperator
[ OK ] VertexCenteredScalarGrid2.AssignmentOperator (0 ms)
[ RUN ] VertexCenteredScalarGrid2.Clone
[ OK ] VertexCenteredScalarGrid2.Clone (0 ms)
[ RUN ] VertexCenteredScalarGrid2.Builder
[ OK ] VertexCenteredScalarGrid2.Builder (0 ms)
[ RUN ] VertexCenteredScalarGrid2.Fill
[ OK ] VertexCenteredScalarGrid2.Fill (1 ms)
[ RUN ] VertexCenteredScalarGrid2.Serialization
[ OK ] VertexCenteredScalarGrid2.Serialization (1 ms)
[----------] 8 tests from VertexCenteredScalarGrid2 (207 ms total)
[----------] 8 tests from VertexCenteredScalarGrid3
[ RUN ] VertexCenteredScalarGrid3.Constructors
[ OK ] VertexCenteredScalarGrid3.Constructors (3 ms)
[ RUN ] VertexCenteredScalarGrid3.Swap
[ OK ] VertexCenteredScalarGrid3.Swap (0 ms)
[ RUN ] VertexCenteredScalarGrid3.Set
[ OK ] VertexCenteredScalarGrid3.Set (0 ms)
[ RUN ] VertexCenteredScalarGrid3.AssignmentOperator
[ OK ] VertexCenteredScalarGrid3.AssignmentOperator (0 ms)
[ RUN ] VertexCenteredScalarGrid3.Clone
[ OK ] VertexCenteredScalarGrid3.Clone (0 ms)
[ RUN ] VertexCenteredScalarGrid3.Builder
[ OK ] VertexCenteredScalarGrid3.Builder (0 ms)
[ RUN ] VertexCenteredScalarGrid3.Fill
[ OK ] VertexCenteredScalarGrid3.Fill (1 ms)
[ RUN ] VertexCenteredScalarGrid3.Serialization
[ OK ] VertexCenteredScalarGrid3.Serialization (0 ms)
[----------] 8 tests from VertexCenteredScalarGrid3 (264 ms total)
[----------] 10 tests from VertexCenteredVectorGrid2
[ RUN ] VertexCenteredVectorGrid2.Constructors
[ OK ] VertexCenteredVectorGrid2.Constructors (2 ms)
[ RUN ] VertexCenteredVectorGrid2.Swap
[ OK ] VertexCenteredVectorGrid2.Swap (0 ms)
[ RUN ] VertexCenteredVectorGrid2.Set
[ OK ] VertexCenteredVectorGrid2.Set (0 ms)
[ RUN ] VertexCenteredVectorGrid2.AssignmentOperator
[ OK ] VertexCenteredVectorGrid2.AssignmentOperator (0 ms)
[ RUN ] VertexCenteredVectorGrid2.Clone
[ OK ] VertexCenteredVectorGrid2.Clone (1 ms)
[ RUN ] VertexCenteredVectorGrid2.Builder
[ OK ] VertexCenteredVectorGrid2.Builder (0 ms)
[ RUN ] VertexCenteredVectorGrid2.Fill
[ OK ] VertexCenteredVectorGrid2.Fill (0 ms)
[ RUN ] VertexCenteredVectorGrid2.DivergenceAtDataPoint
[ OK ] VertexCenteredVectorGrid2.DivergenceAtDataPoint (0 ms)
[ RUN ] VertexCenteredVectorGrid2.CurlAtDataPoint
[ OK ] VertexCenteredVectorGrid2.CurlAtDataPoint (0 ms)
[ RUN ] VertexCenteredVectorGrid2.Serialization
[ OK ] VertexCenteredVectorGrid2.Serialization (1 ms)
[----------] 10 tests from VertexCenteredVectorGrid2 (341 ms total)
[----------] 10 tests from VertexCenteredVectorGrid3
[ RUN ] VertexCenteredVectorGrid3.Constructors
[ OK ] VertexCenteredVectorGrid3.Constructors (2 ms)
[ RUN ] VertexCenteredVectorGrid3.Swap
[ OK ] VertexCenteredVectorGrid3.Swap (0 ms)
[ RUN ] VertexCenteredVectorGrid3.Set
[ OK ] VertexCenteredVectorGrid3.Set (0 ms)
[ RUN ] VertexCenteredVectorGrid3.AssignmentOperator
[ OK ] VertexCenteredVectorGrid3.AssignmentOperator (1 ms)
[ RUN ] VertexCenteredVectorGrid3.Clone
[ OK ] VertexCenteredVectorGrid3.Clone (0 ms)
[ RUN ] VertexCenteredVectorGrid3.Builder
[ OK ] VertexCenteredVectorGrid3.Builder (0 ms)
[ RUN ] VertexCenteredVectorGrid3.Fill
[ OK ] VertexCenteredVectorGrid3.Fill (0 ms)
[ RUN ] VertexCenteredVectorGrid3.DivergenceAtDataPoint
[ OK ] VertexCenteredVectorGrid3.DivergenceAtDataPoint (1 ms)
[ RUN ] VertexCenteredVectorGrid3.CurlAtDataPoint
[ OK ] VertexCenteredVectorGrid3.CurlAtDataPoint (0 ms)
[ RUN ] VertexCenteredVectorGrid3.Serialization
[ OK ] VertexCenteredVectorGrid3.Serialization (0 ms)
[----------] 10 tests from VertexCenteredVectorGrid3 (321 ms total)
[----------] 3 tests from VolumeParticleEmitter2
[ RUN ] VolumeParticleEmitter2.Constructors
[ OK ] VolumeParticleEmitter2.Constructors (0 ms)
[ RUN ] VolumeParticleEmitter2.Emit
[ OK ] VolumeParticleEmitter2.Emit (1 ms)
[ RUN ] VolumeParticleEmitter2.Builder
[ OK ] VolumeParticleEmitter2.Builder (0 ms)
[----------] 3 tests from VolumeParticleEmitter2 (89 ms total)
[----------] 3 tests from VolumeParticleEmitter3
[ RUN ] VolumeParticleEmitter3.Constructors
[ OK ] VolumeParticleEmitter3.Constructors (0 ms)
[ RUN ] VolumeParticleEmitter3.Emit
[ OK ] VolumeParticleEmitter3.Emit (70 ms)
[ RUN ] VolumeParticleEmitter3.Builder
[ OK ] VolumeParticleEmitter3.Builder (0 ms)
[----------] 3 tests from VolumeParticleEmitter3 (134 ms total)
[----------] Global test environment tear-down
[==========] 761 tests from 160 test cases ran. (47830 ms total)
[ PASSED ] 761 tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment