Home
last modified time | relevance | path

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

/dports/science/conduit/conduit-0.8.0/src/libs/blueprint/
H A Dconduit_blueprint_mesh_utils.cpp988 index_t ref_size_j = ref_win["dims/j"].to_index_t(); in create_elements_2d() local
1023 else if (ref_size_j == 1) in create_elements_2d()
1059 index_t jend = jstart + ref_size_j - 1; in create_elements_2d()
1069 if (ref_size_j == 1) in create_elements_2d()
1113 index_t ref_size_j = ref_win["dims/j"].to_index_t(); in create_elements_3d() local
1120 index_t jend = jstart + ref_size_j - 1; in create_elements_3d()
1127 if (ref_size_j == 1) in create_elements_3d()
1175 index_t ref_size_j = ref_win["dims/j"].to_index_t(); in connect_elements_3d() local
1182 index_t jend = origin_jref - j_lo + ref_size_j - 1; in connect_elements_3d()
1216 index_t ref_size_j = ref_win["dims/j"].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()
517 const index_t jend = jstart + ref_size_j; in to_polygonal()
529 else if (ref_size_j == 1) in to_polygonal()
1260 index_t ref_size_j = ref_win["dims/j"].to_index_t(); in to_polyhedral() local
1262 index_t ref_size = ref_size_i*ref_size_j*ref_size_k; in to_polyhedral()
1338 else if (ref_size_j == 1) in to_polyhedral()
1504 if (ref_size_i == 1 && ref_size_j != 1 && in to_polyhedral()
1519 index_t jend = jstart + ref_size_j - 1; in to_polyhedral()
1536 else if (ref_size_j == 1 && ref_size_i != 1 && in to_polyhedral()
1569 ref_size_j != 1) in to_polyhedral()
[all …]