test_intersect_swept_face_3D.cc File Reference
#include "gtest/gtest.h"
#include "wonton/mesh/jali/jali_mesh_wrapper.h"
#include "wonton/state/jali/jali_state_wrapper.h"
#include "portage/intersect/intersect_swept_face.h"
#include "Mesh.hh"
#include "MeshFactory.hh"
#include "JaliState.h"

Classes

class  IntersectSweptBase3D
 Fixture class for swept volume moments computation tests. More...
 
class  IntersectSweptForward3D
 Fixture class for intersection moment computation tests when target cells are swept forward. ....... . : .: . : . : displacement vector: (1,1,1) ....:... : source cell: plain __:___:..:..: target cell: dotted /| : /| : . / | : / | :. /__|_:/..|..: z | |__|__| | y | / | / | / | / | / |/___ x |/_____|/. More...
 
class  IntersectSweptBackward3D
 Fixture class for intersection moment computation tests when target cells are swept backward.


/| /| / | / | displacement vector: (-1,-1,-1) /__|__/ | source cell: plain ..|...:__|__| target cell: dotted .: | .: | / . : | . : | / ...:.|.__:__|/ z : :..:..: | y : . : . | / : . : . |/___ x :......:. More...

 
class  IntersectSweptOneAxis3D
 Fixture class for intersection moment computation tests when target cells are swept only along x-axis. More...
 

Functions

 TEST_F (IntersectSweptForward3D, MomentsCheck)
 
 TEST_F (IntersectSweptBackward3D, MomentsCheck)
 
 TEST_F (IntersectSweptOneAxis3D, MomentsCheck)
 

Function Documentation

◆ TEST_F() [1/3]

TEST_F ( IntersectSweptForward3D  ,
MomentsCheck   
)

◆ TEST_F() [2/3]

TEST_F ( IntersectSweptBackward3D  ,
MomentsCheck   
)

◆ TEST_F() [3/3]

TEST_F ( IntersectSweptOneAxis3D  ,
MomentsCheck   
)