Home
last modified time | relevance | path

Searched refs:STRUCTURED_CURVILINEAR_MESH (Results 1 – 18 of 18) sorted by relevance

/dports/science/axom/axom-0.6.1/src/axom/mint/tests/
H A Dmint_execution_node_traversals.cpp329 check_for_all_nodes_xyz<seq_exec, STRUCTURED_CURVILINEAR_MESH>(); in AXOM_CUDA_TEST()
358 check_for_all_nodes_xyz<cuda_exec, STRUCTURED_CURVILINEAR_MESH>(); in AXOM_CUDA_TEST()
373 check_for_all_nodes_xy<seq_exec, STRUCTURED_CURVILINEAR_MESH>(); in AXOM_CUDA_TEST()
402 check_for_all_nodes_xy<cuda_exec, STRUCTURED_CURVILINEAR_MESH>(); in AXOM_CUDA_TEST()
417 check_for_all_nodes_x<seq_exec, STRUCTURED_CURVILINEAR_MESH>(); in AXOM_CUDA_TEST()
428 check_for_all_nodes_x<openmp_exec, STRUCTURED_CURVILINEAR_MESH>(); in AXOM_CUDA_TEST()
446 check_for_all_nodes_x<cuda_exec, STRUCTURED_CURVILINEAR_MESH>(); in AXOM_CUDA_TEST()
461 check_for_all_nodes_ijk<seq_exec, STRUCTURED_CURVILINEAR_MESH>(); in AXOM_CUDA_TEST()
484 check_for_all_nodes_ijk<cuda_exec, STRUCTURED_CURVILINEAR_MESH>(); in AXOM_CUDA_TEST()
496 check_for_all_nodes_ij<seq_exec, STRUCTURED_CURVILINEAR_MESH>(); in AXOM_CUDA_TEST()
[all …]
H A Dmint_execution_cell_traversals.cpp359 check_for_all_cell_nodes<seq_exec, STRUCTURED_CURVILINEAR_MESH>(i); in AXOM_CUDA_TEST()
369 check_for_all_cell_nodes<omp_exec, STRUCTURED_CURVILINEAR_MESH>(i); in AXOM_CUDA_TEST()
449 check_for_all_cell_faces<seq_exec, STRUCTURED_CURVILINEAR_MESH>(i); in AXOM_CUDA_TEST()
492 check_for_all_cells_ij<seq_exec, STRUCTURED_CURVILINEAR_MESH>(); in AXOM_CUDA_TEST()
500 check_for_all_cells_ij<omp_exec, STRUCTURED_CURVILINEAR_MESH>(); in AXOM_CUDA_TEST()
515 check_for_all_cells_ij<cuda_exec, STRUCTURED_CURVILINEAR_MESH>(); in AXOM_CUDA_TEST()
527 check_for_all_cells_ijk<seq_exec, STRUCTURED_CURVILINEAR_MESH>(); in AXOM_CUDA_TEST()
535 check_for_all_cells_ijk<omp_exec, STRUCTURED_CURVILINEAR_MESH>(); in AXOM_CUDA_TEST()
550 check_for_all_cells_ijk<cuda_exec, STRUCTURED_CURVILINEAR_MESH>(); in AXOM_CUDA_TEST()
565 check_for_all_cells_idx<seq_exec, STRUCTURED_CURVILINEAR_MESH>(i); in AXOM_CUDA_TEST()
[all …]
H A Dmint_execution_face_traversals.cpp254 check_for_all_face_nodes<seq_exec, STRUCTURED_CURVILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
264 check_for_all_face_nodes<omp_exec, STRUCTURED_CURVILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
281 check_for_all_face_nodes<cuda_exec, STRUCTURED_CURVILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
298 check_for_all_face_coords<seq_exec, STRUCTURED_CURVILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
308 check_for_all_face_coords<omp_exec, STRUCTURED_CURVILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
342 check_for_all_face_cells<seq_exec, STRUCTURED_CURVILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
352 check_for_all_face_cells<omp_exec, STRUCTURED_CURVILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
369 check_for_all_face_cells<cuda_exec, STRUCTURED_CURVILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
387 check_for_all_faces<seq_exec, STRUCTURED_CURVILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
397 check_for_all_faces<omp_exec, STRUCTURED_CURVILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
[all …]
H A Dmint_mesh_curvilinear_mesh.cpp187 internal::check_constructor(m, STRUCTURED_CURVILINEAR_MESH, idim, N); in TEST()
244 internal::check_constructor(m, STRUCTURED_CURVILINEAR_MESH, idim, N); in TEST()
304 internal::check_constructor(m, STRUCTURED_CURVILINEAR_MESH, idim, N); in TEST()
317 internal::check_constructor(m, STRUCTURED_CURVILINEAR_MESH, idim, N); in TEST()
H A Dmint_test_utilities.hpp54 struct mesh_type<STRUCTURED_CURVILINEAR_MESH, SINGLE_SHAPE>
136 Mesh* create_mesh<STRUCTURED_CURVILINEAR_MESH, SINGLE_SHAPE>( in create_mesh()
167 EXPECT_EQ(output_mesh->getMeshType(), STRUCTURED_CURVILINEAR_MESH); in create_mesh()
H A Dmint_mesh_blueprint.cpp306 EXPECT_EQ(mesh_type, mint::STRUCTURED_CURVILINEAR_MESH); in TEST()
H A Dmint_util_write_vtk.cpp877 internal::build_mesh<STRUCTURED_CURVILINEAR_MESH>(dim)); in TEST()
H A Dmint_mesh.cpp364 EXPECT_EQ(m->getMeshType(), STRUCTURED_CURVILINEAR_MESH); in TEST()
H A DStructuredMesh_helpers.hpp880 SLIC_ASSERT(mesh_type == STRUCTURED_CURVILINEAR_MESH || in check_constructor()
/dports/science/axom/axom-0.6.1/src/axom/mint/mesh/
H A DCurvilinearMesh.cpp27 : StructuredMesh(STRUCTURED_CURVILINEAR_MESH, Ni, Nj, Nk) in CurvilinearMesh()
45 : StructuredMesh(STRUCTURED_CURVILINEAR_MESH, Ni, Nj, Nk) in CurvilinearMesh()
64 m_type != STRUCTURED_CURVILINEAR_MESH, in CurvilinearMesh()
82 : StructuredMesh(STRUCTURED_CURVILINEAR_MESH, Ni, Nj, Nk, group, topo, coordset) in CurvilinearMesh()
H A DMeshTypes.hpp22 STRUCTURED_CURVILINEAR_MESH, ///< STRUCTURED_MESH enumerator
H A DStructuredMesh.cpp23 return ((type == STRUCTURED_CURVILINEAR_MESH) || in validStructuredMeshType()
H A DMesh.cpp48 case STRUCTURED_CURVILINEAR_MESH: in getMesh()
H A DMesh.hpp517 return ((m_type == STRUCTURED_CURVILINEAR_MESH) || in isStructured()
H A Dblueprint.cpp266 mesh_type = STRUCTURED_CURVILINEAR_MESH; in getMeshTypeAndDimension()
/dports/science/axom/axom-0.6.1/src/axom/mint/utils/
H A Dvtk_utils.cpp495 else if(mesh_type == mint::STRUCTURED_CURVILINEAR_MESH) in write_vtk()
/dports/science/axom/axom-0.6.1/src/axom/mint/execution/internal/
H A Dfor_all_cells.hpp728 else if(m.getMeshType() == STRUCTURED_CURVILINEAR_MESH) in for_all_cells()
H A Dfor_all_faces.hpp1018 else if(m.getMeshType() == STRUCTURED_CURVILINEAR_MESH) in for_all_faces()