Searched refs:CreateBCPlane (Results 1 – 9 of 9) sorted by relevance
/dports/science/chrono/chrono-7.0.1/src/demos/gpu/ |
H A D | demo_GPU_fixedterrain.cpp | 94 gpu_sys.CreateBCPlane(plane_pos, plane_normal, false); in main() 99 gpu_sys.CreateBCPlane(plane_pos, plane_normal, false); in main() 104 gpu_sys.CreateBCPlane(plane_pos, plane_normal, false); in main() 109 gpu_sys.CreateBCPlane(plane_pos, plane_normal, false); in main()
|
H A D | demo_GPU_movingBoundary.cpp | 100 size_t plane_bc_id = gpu_sys.CreateBCPlane(plane_pos, plane_normal, false); in main()
|
H A D | demo_GPU_compression.cpp | 125 size_t topWall = gpu_sys.CreateBCPlane(topWallPos, topWallNrm, true); in main()
|
/dports/science/chrono/chrono-7.0.1/src/tests/unit_tests/gpu/ |
H A D | utest_GPU_mini.cpp | 82 size_t plane_bc_id = gpu_sys.CreateBCPlane(plane_center, plane_normal, true); in run_test()
|
H A D | utest_GPU_pyramid.cpp | 78 gpu_sys.CreateBCPlane(ground_plate_pos, ground_plate_normal, true); in TEST_P()
|
/dports/science/chrono/chrono-7.0.1/src/chrono_gpu/physics/ |
H A D | ChSystemGpu_impl.cpp | 121 size_t plane_BC_X_bot = CreateBCPlane(plane_center_bot_X, plane_normal_bot_X, false, 0); in CreateWallBCs() 122 size_t plane_BC_X_top = CreateBCPlane(plane_center_top_X, plane_normal_top_X, false, 1); in CreateWallBCs() 123 size_t plane_BC_Y_bot = CreateBCPlane(plane_center_bot_Y, plane_normal_bot_Y, false, 2); in CreateWallBCs() 124 size_t plane_BC_Y_top = CreateBCPlane(plane_center_top_Y, plane_normal_top_Y, false, 3); in CreateWallBCs() 125 size_t plane_BC_Z_bot = CreateBCPlane(plane_center_bot_Z, plane_normal_bot_Z, false, 4); in CreateWallBCs() 126 size_t plane_BC_Z_top = CreateBCPlane(plane_center_top_Z, plane_normal_top_Z, false, 5); in CreateWallBCs() 809 size_t ChSystemGpu_impl::CreateBCPlane(float plane_pos[3], float plane_normal[3], bool track_forces… in CreateBCPlane() function in chrono::gpu::ChSystemGpu_impl
|
H A D | ChSystemGpu.h | 205 …size_t CreateBCPlane(const ChVector<float>& pos, const ChVector<float>& normal, bool track_forces);
|
H A D | ChSystemGpu_impl.h | 265 …size_t CreateBCPlane(float plane_pos[3], float plane_normal[3], bool track_forces, size_t position…
|
H A D | ChSystemGpu.cpp | 357 size_t ChSystemGpu::CreateBCPlane(const ChVector<float>& pos, const ChVector<float>& normal, bool t… in CreateBCPlane() function in chrono::gpu::ChSystemGpu 361 return m_sys->CreateBCPlane(plane_pos, plane_nrm, track_forces); in CreateBCPlane()
|