Home
last modified time | relevance | path

Searched refs:ref_size_i (Results 1 – 2 of 2) sorted by relevance

/dports/science/conduit/conduit-0.8.0/src/libs/blueprint/
H A Dconduit_blueprint_mesh_utils.cpp987 index_t ref_size_i = ref_win["dims/i"].to_index_t(); in create_elements_2d() local
990 if (ref_size_i == 1) in create_elements_2d()
1058 index_t iend = istart + ref_size_i - 1; in create_elements_2d()
1061 if (ref_size_i == 1) in create_elements_2d()
1112 index_t ref_size_i = ref_win["dims/i"].to_index_t(); in create_elements_3d() local
1119 index_t iend = istart + ref_size_i - 1; in create_elements_3d()
1123 if (ref_size_i == 1) in create_elements_3d()
1174 index_t ref_size_i = ref_win["dims/i"].to_index_t(); in connect_elements_3d() local
1185 index_t iend = origin_iref - i_lo + ref_size_i - 1; in connect_elements_3d()
1215 index_t ref_size_i = ref_win["dims/i"].to_index_t(); in connect_elements_2d() local
[all …]
H A Dconduit_blueprint_mpi_mesh.cpp494 const index_t ref_size = ref_size_i * ref_size_j; in to_polygonal()
513 if (ref_size_i == 1) in to_polygonal()
533 const index_t iend = istart + ref_size_i; in to_polygonal()
1259 index_t ref_size_i = ref_win["dims/i"].to_index_t(); in to_polyhedral() local
1262 index_t ref_size = ref_size_i*ref_size_j*ref_size_k; in to_polyhedral()
1312 if (ref_size_i == 1) in to_polyhedral()
1504 if (ref_size_i == 1 && ref_size_j != 1 && in to_polyhedral()
1536 else if (ref_size_j == 1 && ref_size_i != 1 && in to_polyhedral()
1551 index_t iend = istart + ref_size_i - 1; in to_polyhedral()
1568 else if (ref_size_k == 1 && ref_size_i != 1 && in to_polyhedral()
[all …]