Home
last modified time | relevance | path

Searched refs:STRUCTURED_RECTILINEAR_MESH (Results 1 – 19 of 19) sorted by relevance

/dports/science/axom/axom-0.6.1/src/axom/mint/tests/
H A Dmint_execution_node_traversals.cpp330 check_for_all_nodes_xyz<seq_exec, STRUCTURED_RECTILINEAR_MESH>(); in AXOM_CUDA_TEST()
359 check_for_all_nodes_xyz<cuda_exec, STRUCTURED_RECTILINEAR_MESH>(); in AXOM_CUDA_TEST()
374 check_for_all_nodes_xy<seq_exec, STRUCTURED_RECTILINEAR_MESH>(); in AXOM_CUDA_TEST()
403 check_for_all_nodes_xy<cuda_exec, STRUCTURED_RECTILINEAR_MESH>(); in AXOM_CUDA_TEST()
418 check_for_all_nodes_x<seq_exec, STRUCTURED_RECTILINEAR_MESH>(); in AXOM_CUDA_TEST()
429 check_for_all_nodes_x<openmp_exec, STRUCTURED_RECTILINEAR_MESH>(); in AXOM_CUDA_TEST()
447 check_for_all_nodes_x<cuda_exec, STRUCTURED_RECTILINEAR_MESH>(); in AXOM_CUDA_TEST()
462 check_for_all_nodes_ijk<seq_exec, STRUCTURED_RECTILINEAR_MESH>(); in AXOM_CUDA_TEST()
485 check_for_all_nodes_ijk<cuda_exec, STRUCTURED_RECTILINEAR_MESH>(); in AXOM_CUDA_TEST()
497 check_for_all_nodes_ij<seq_exec, STRUCTURED_RECTILINEAR_MESH>(); in AXOM_CUDA_TEST()
[all …]
H A Dmint_execution_cell_traversals.cpp360 check_for_all_cell_nodes<seq_exec, STRUCTURED_RECTILINEAR_MESH>(i); in AXOM_CUDA_TEST()
370 check_for_all_cell_nodes<omp_exec, STRUCTURED_RECTILINEAR_MESH>(i); in AXOM_CUDA_TEST()
450 check_for_all_cell_faces<seq_exec, STRUCTURED_RECTILINEAR_MESH>(i); in AXOM_CUDA_TEST()
493 check_for_all_cells_ij<seq_exec, STRUCTURED_RECTILINEAR_MESH>(); in AXOM_CUDA_TEST()
501 check_for_all_cells_ij<omp_exec, STRUCTURED_RECTILINEAR_MESH>(); in AXOM_CUDA_TEST()
516 check_for_all_cells_ij<cuda_exec, STRUCTURED_RECTILINEAR_MESH>(); in AXOM_CUDA_TEST()
528 check_for_all_cells_ijk<seq_exec, STRUCTURED_RECTILINEAR_MESH>(); in AXOM_CUDA_TEST()
536 check_for_all_cells_ijk<omp_exec, STRUCTURED_RECTILINEAR_MESH>(); in AXOM_CUDA_TEST()
551 check_for_all_cells_ijk<cuda_exec, STRUCTURED_RECTILINEAR_MESH>(); in AXOM_CUDA_TEST()
566 check_for_all_cells_idx<seq_exec, STRUCTURED_RECTILINEAR_MESH>(i); in AXOM_CUDA_TEST()
[all …]
H A Dmint_execution_face_traversals.cpp255 check_for_all_face_nodes<seq_exec, STRUCTURED_RECTILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
265 check_for_all_face_nodes<omp_exec, STRUCTURED_RECTILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
282 check_for_all_face_nodes<cuda_exec, STRUCTURED_RECTILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
299 check_for_all_face_coords<seq_exec, STRUCTURED_RECTILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
309 check_for_all_face_coords<omp_exec, STRUCTURED_RECTILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
343 check_for_all_face_cells<seq_exec, STRUCTURED_RECTILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
353 check_for_all_face_cells<omp_exec, STRUCTURED_RECTILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
370 check_for_all_face_cells<cuda_exec, STRUCTURED_RECTILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
388 check_for_all_faces<seq_exec, STRUCTURED_RECTILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
398 check_for_all_faces<omp_exec, STRUCTURED_RECTILINEAR_MESH>(dim); in AXOM_CUDA_TEST()
[all …]
H A Dmint_mesh_rectilinear_mesh.cpp148 internal::check_constructor(m, STRUCTURED_RECTILINEAR_MESH, idim, N); in TEST()
212 internal::check_constructor(m, STRUCTURED_RECTILINEAR_MESH, idim, N); in TEST()
279 internal::check_constructor(m, STRUCTURED_RECTILINEAR_MESH, idim, N); in TEST()
282 internal::check_constructor(m, STRUCTURED_RECTILINEAR_MESH, idim, N); in TEST()
293 internal::check_constructor(m, STRUCTURED_RECTILINEAR_MESH, idim, N); in TEST()
330 internal::check_constructor(&m, STRUCTURED_RECTILINEAR_MESH, 3, N); in TEST()
H A Dmint_test_utilities.hpp65 struct mesh_type<STRUCTURED_RECTILINEAR_MESH, SINGLE_SHAPE>
177 Mesh* create_mesh<STRUCTURED_RECTILINEAR_MESH, SINGLE_SHAPE>( in create_mesh()
228 EXPECT_EQ(output_mesh->getMeshType(), STRUCTURED_RECTILINEAR_MESH); in create_mesh()
H A Dmint_mesh_blueprint.cpp316 EXPECT_EQ(mesh_type, mint::STRUCTURED_RECTILINEAR_MESH); in TEST()
H A Dmint_util_write_vtk.cpp861 internal::build_mesh<STRUCTURED_RECTILINEAR_MESH>(dim)); in TEST()
H A Dmint_mesh.cpp412 EXPECT_EQ(m->getMeshType(), STRUCTURED_RECTILINEAR_MESH); in TEST()
H A DStructuredMesh_helpers.hpp881 mesh_type == STRUCTURED_RECTILINEAR_MESH || in check_constructor()
/dports/science/axom/axom-0.6.1/src/axom/mint/mesh/
H A DRectilinearMesh.cpp24 : StructuredMesh(STRUCTURED_RECTILINEAR_MESH, Ni, Nj, Nk) in RectilinearMesh()
37 : StructuredMesh(STRUCTURED_RECTILINEAR_MESH, Ni, Nj, Nk) in RectilinearMesh()
62 m_type != STRUCTURED_RECTILINEAR_MESH, in RectilinearMesh()
89 : StructuredMesh(STRUCTURED_RECTILINEAR_MESH, Ni, Nj, Nk, group, topo, coordset) in RectilinearMesh()
H A DMeshTypes.hpp23 STRUCTURED_RECTILINEAR_MESH, ///< RECTILINEAR_MESH enumerator
H A DStructuredMesh.cpp24 (type == STRUCTURED_RECTILINEAR_MESH) || in validStructuredMeshType()
139 else if(meshType == STRUCTURED_RECTILINEAR_MESH) in StructuredMesh()
H A DMesh.cpp51 case STRUCTURED_RECTILINEAR_MESH: in getMesh()
H A DMesh.hpp518 (m_type == STRUCTURED_RECTILINEAR_MESH) || in isStructured()
H A Dblueprint.cpp255 mesh_type = STRUCTURED_RECTILINEAR_MESH; in getMeshTypeAndDimension()
/dports/science/axom/axom-0.6.1/src/axom/mint/execution/internal/
H A Dfor_all_nodes.hpp279 SLIC_ERROR_IF(m.getMeshType() == STRUCTURED_RECTILINEAR_MESH, in for_all_nodes_impl()
300 if(mesh_type == STRUCTURED_RECTILINEAR_MESH) in for_all_nodes()
368 SLIC_ERROR_IF(m.getMeshType() == STRUCTURED_RECTILINEAR_MESH, in for_all_nodes_impl()
393 if(mesh_type == STRUCTURED_RECTILINEAR_MESH) in for_all_nodes()
H A Dfor_all_cells.hpp721 else if(m.getMeshType() == STRUCTURED_RECTILINEAR_MESH) in for_all_cells()
H A Dfor_all_faces.hpp1011 else if(m.getMeshType() == STRUCTURED_RECTILINEAR_MESH) in for_all_faces()
/dports/science/axom/axom-0.6.1/src/axom/mint/utils/
H A Dvtk_utils.cpp502 else if(mesh_type == mint::STRUCTURED_RECTILINEAR_MESH) in write_vtk()