Home
last modified time | relevance | path

Searched refs:STRUCTURED_UNIFORM_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.cpp328 check_for_all_nodes_xyz<seq_exec, STRUCTURED_UNIFORM_MESH>(); in AXOM_CUDA_TEST()
357 check_for_all_nodes_xyz<cuda_exec, STRUCTURED_UNIFORM_MESH>(); in AXOM_CUDA_TEST()
372 check_for_all_nodes_xy<seq_exec, STRUCTURED_UNIFORM_MESH>(); in AXOM_CUDA_TEST()
401 check_for_all_nodes_xy<cuda_exec, STRUCTURED_UNIFORM_MESH>(); in AXOM_CUDA_TEST()
416 check_for_all_nodes_x<seq_exec, STRUCTURED_UNIFORM_MESH>(); in AXOM_CUDA_TEST()
427 check_for_all_nodes_x<openmp_exec, STRUCTURED_UNIFORM_MESH>(); in AXOM_CUDA_TEST()
445 check_for_all_nodes_x<cuda_exec, STRUCTURED_UNIFORM_MESH>(); in AXOM_CUDA_TEST()
460 check_for_all_nodes_ijk<seq_exec, STRUCTURED_UNIFORM_MESH>(); in AXOM_CUDA_TEST()
483 check_for_all_nodes_ijk<cuda_exec, STRUCTURED_UNIFORM_MESH>(); in AXOM_CUDA_TEST()
495 check_for_all_nodes_ij<seq_exec, STRUCTURED_UNIFORM_MESH>(); in AXOM_CUDA_TEST()
[all …]
H A Dmint_execution_cell_traversals.cpp358 check_for_all_cell_nodes<seq_exec, STRUCTURED_UNIFORM_MESH>(i); in AXOM_CUDA_TEST()
368 check_for_all_cell_nodes<omp_exec, STRUCTURED_UNIFORM_MESH>(i); in AXOM_CUDA_TEST()
448 check_for_all_cell_faces<seq_exec, STRUCTURED_UNIFORM_MESH>(i); in AXOM_CUDA_TEST()
491 check_for_all_cells_ij<seq_exec, STRUCTURED_UNIFORM_MESH>(); in AXOM_CUDA_TEST()
499 check_for_all_cells_ij<omp_exec, STRUCTURED_UNIFORM_MESH>(); in AXOM_CUDA_TEST()
514 check_for_all_cells_ij<cuda_exec, STRUCTURED_UNIFORM_MESH>(); in AXOM_CUDA_TEST()
526 check_for_all_cells_ijk<seq_exec, STRUCTURED_UNIFORM_MESH>(); in AXOM_CUDA_TEST()
534 check_for_all_cells_ijk<omp_exec, STRUCTURED_UNIFORM_MESH>(); in AXOM_CUDA_TEST()
549 check_for_all_cells_ijk<cuda_exec, STRUCTURED_UNIFORM_MESH>(); in AXOM_CUDA_TEST()
564 check_for_all_cells_idx<seq_exec, STRUCTURED_UNIFORM_MESH>(i); in AXOM_CUDA_TEST()
[all …]
H A Dmint_execution_face_traversals.cpp253 check_for_all_face_nodes<seq_exec, STRUCTURED_UNIFORM_MESH>(dim); in AXOM_CUDA_TEST()
263 check_for_all_face_nodes<omp_exec, STRUCTURED_UNIFORM_MESH>(dim); in AXOM_CUDA_TEST()
280 check_for_all_face_nodes<cuda_exec, STRUCTURED_UNIFORM_MESH>(dim); in AXOM_CUDA_TEST()
297 check_for_all_face_coords<seq_exec, STRUCTURED_UNIFORM_MESH>(dim); in AXOM_CUDA_TEST()
307 check_for_all_face_coords<omp_exec, STRUCTURED_UNIFORM_MESH>(dim); in AXOM_CUDA_TEST()
341 check_for_all_face_cells<seq_exec, STRUCTURED_UNIFORM_MESH>(dim); in AXOM_CUDA_TEST()
351 check_for_all_face_cells<omp_exec, STRUCTURED_UNIFORM_MESH>(dim); in AXOM_CUDA_TEST()
368 check_for_all_face_cells<cuda_exec, STRUCTURED_UNIFORM_MESH>(dim); in AXOM_CUDA_TEST()
386 check_for_all_faces<seq_exec, STRUCTURED_UNIFORM_MESH>(dim); in AXOM_CUDA_TEST()
396 check_for_all_faces<omp_exec, STRUCTURED_UNIFORM_MESH>(dim); in AXOM_CUDA_TEST()
[all …]
H A Dmint_test_utilities.hpp46 struct mesh_type<STRUCTURED_UNIFORM_MESH, SINGLE_SHAPE>
126 EXPECT_EQ(output_mesh->getMeshType(), STRUCTURED_UNIFORM_MESH); in create_mesh()
H A DStructuredMesh_helpers.hpp882 mesh_type == STRUCTURED_UNIFORM_MESH); in check_constructor()
895 if(mesh_type == STRUCTURED_UNIFORM_MESH) in check_constructor()
914 if(mesh_type != STRUCTURED_UNIFORM_MESH) in check_constructor()
947 check_constructor(m, STRUCTURED_UNIFORM_MESH, ndims, node_dims); in check_constructor()
H A Dmint_mesh_uniform_mesh.cpp59 EXPECT_EQ(mesh_type, STRUCTURED_UNIFORM_MESH); in check_sidre_group()
H A Dmint_mesh_blueprint.cpp296 EXPECT_EQ(mesh_type, mint::STRUCTURED_UNIFORM_MESH); in TEST()
H A Dmint_util_write_vtk.cpp845 internal::build_mesh<STRUCTURED_UNIFORM_MESH>(dim)); in TEST()
H A Dmint_mesh.cpp463 EXPECT_EQ(m->getMeshType(), STRUCTURED_UNIFORM_MESH); in TEST()
/dports/science/axom/axom-0.6.1/src/axom/mint/mesh/
H A DUniformMesh.cpp31 : StructuredMesh(STRUCTURED_UNIFORM_MESH, Ni, Nj, Nk) in UniformMesh()
45 SLIC_ERROR_IF(m_type != STRUCTURED_UNIFORM_MESH, in UniformMesh()
60 : StructuredMesh(STRUCTURED_UNIFORM_MESH, Ni, Nj, Nk, group, topo, coordset) in UniformMesh()
H A DMeshTypes.hpp24 STRUCTURED_UNIFORM_MESH, ///< UNIFORM_MESH enumerator
H A DStructuredMesh.cpp25 (type == STRUCTURED_UNIFORM_MESH)); in validStructuredMeshType()
135 if(meshType == STRUCTURED_UNIFORM_MESH) in StructuredMesh()
H A DMesh.cpp54 case STRUCTURED_UNIFORM_MESH: in getMesh()
H A DMesh.hpp519 (m_type == STRUCTURED_UNIFORM_MESH)); in isStructured()
H A Dblueprint.cpp244 mesh_type = STRUCTURED_UNIFORM_MESH; in getMeshTypeAndDimension()
/dports/science/axom/axom-0.6.1/src/axom/mint/execution/internal/
H A Dfor_all_nodes.hpp198 SLIC_ERROR_IF(m.getMeshType() == STRUCTURED_UNIFORM_MESH, in for_all_nodes_impl()
217 if(mesh_type == STRUCTURED_UNIFORM_MESH) in for_all_nodes()
277 SLIC_ERROR_IF(m.getMeshType() == STRUCTURED_UNIFORM_MESH, in for_all_nodes_impl()
307 else if(mesh_type == STRUCTURED_UNIFORM_MESH) in for_all_nodes()
366 SLIC_ERROR_IF(m.getMeshType() == STRUCTURED_UNIFORM_MESH, in for_all_nodes_impl()
400 else if(mesh_type == STRUCTURED_UNIFORM_MESH) in for_all_nodes()
H A Dfor_all_cells.hpp714 if(m.getMeshType() == STRUCTURED_UNIFORM_MESH) in for_all_cells()
H A Dfor_all_faces.hpp1004 if(m.getMeshType() == STRUCTURED_UNIFORM_MESH) in for_all_faces()
/dports/science/axom/axom-0.6.1/src/axom/mint/utils/
H A Dvtk_utils.cpp508 else if(mesh_type == mint::STRUCTURED_UNIFORM_MESH) in write_vtk()