Home
last modified time | relevance | path

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

/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/
H A Dascent_vtkh_data_adapter.cpp1893 vtkm::cont::DynamicCellSet dyn_cells = data_set.GetCellSet(); in VTKmTopologyToBlueprint() local
1896 if(dyn_cells.IsSameType(Structured2D())) in VTKmTopologyToBlueprint()
1898 Structured2D cells = dyn_cells.Cast<Structured2D>(); in VTKmTopologyToBlueprint()
1903 else if(dyn_cells.IsSameType(Structured3D())) in VTKmTopologyToBlueprint()
1905 Structured3D cells = dyn_cells.Cast<Structured3D>(); in VTKmTopologyToBlueprint()
1921 vtkm::cont::DynamicCellSet dyn_cells = data_set.GetCellSet(); in VTKmTopologyToBlueprint() local
1926 if(dyn_cells.IsSameType(SingleType())) in VTKmTopologyToBlueprint()
1928 SingleType cells = dyn_cells.Cast<SingleType>(); in VTKmTopologyToBlueprint()
1948 else if(vtkh::VTKMDataSetInfo::IsSingleCellShape(dyn_cells, shape_id)) in VTKmTopologyToBlueprint()
1952 auto cells = dyn_cells.Cast<vtkm::cont::CellSetExplicit<>>(); in VTKmTopologyToBlueprint()
[all …]