Home
last modified time | relevance | path

Searched refs:ele_shape (Results 1 – 5 of 5) sorted by relevance

/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/
H A Dascent_mfem_data_adapter.cpp498 std::string ele_shape = ElementTypeToShapeName(ele_type); in MeshToBlueprintMesh() local
500 n_topo["elements/shape"] = ele_shape; in MeshToBlueprintMesh()
H A Dascent_vtkh_data_adapter.cpp1208 std::string ele_shape = n_topo_eles["shape"].as_string(); in UnstructuredBlueprintToVTKmDataSet() local
1255 detail::VTKmCellShape(ele_shape, shape_id, indices_per); in UnstructuredBlueprintToVTKmDataSet()
/dports/math/mfem/mfem-4.3/fem/
H A Dconduitdatacollection.cpp704 std::string ele_shape = ElementTypeToShapeName(ele_type); in MeshToBlueprintMesh() local
706 n_topo["elements/shape"] = ele_shape; in MeshToBlueprintMesh()
/dports/science/conduit/conduit-0.8.0/src/libs/relay/
H A Dconduit_relay_io_silo.cpp1233 std::string ele_shape = n_topo["elements/shape"].as_string(); in silo_mesh_write() local
1234 if( ele_shape != "point") in silo_mesh_write()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/expressions/
H A Dascent_blueprint_architect.cpp187 const std::string ele_shape = n_topo_eles["shape"].as_string(); in get_element_indices() local
188 const int num_indices = get_num_indices(ele_shape); in get_element_indices()