Home
last modified time | relevance | path

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

/dports/science/conduit/conduit-0.8.0/src/libs/blueprint/
H A Dconduit_blueprint_mesh.cpp2730 const ShapeType embed_shape = topo_cascade.get_shape(topo_shape.dim - 1); in to_polygonal() local
2734 std::vector<int64> face_indices(embed_shape.indices); in to_polygonal()
2747 for (index_t ii = 0; ii < embed_shape.indices; ii++) in to_polygonal()
2750 topo_shape.embedding[fi * embed_shape.indices + ii]; in to_polygonal()
2757 index_t face_index = polygonal_conn_data.size() / embed_shape.indices; in to_polygonal()
2760 index_t face_off = poly_i * embed_shape.indices; in to_polygonal()
2762 … polygonal_conn_data.begin() + face_off + embed_shape.indices, in to_polygonal()
2786 std::vector<int64> polygonal_size_data(polygonal_conn_data.size() / embed_shape.indices, in to_polygonal()
2787 embed_shape.indices); in to_polygonal()
H A Dconduit_blueprint_mesh_utils.cpp388 ShapeType embed_shape = topo_cascade.get_shape(entity_dim - 1); in TopologyMetadata() local
399 index_t elem_inner_count = embed_shape.indices; in TopologyMetadata()
442 entity_dim_bag.push_back(embed_shape.dim); in TopologyMetadata()