42 std::tuple<std::vector<double>, std::array<std::size_t, 2>,
43 std::vector<std::int64_t>, std::vector<std::uint8_t>,
44 std::vector<std::int64_t>, std::array<std::size_t, 2>>
58 std::pair<std::vector<std::int64_t>, std::array<std::size_t, 2>>
std::pair< std::vector< std::int64_t >, std::array< std::size_t, 2 > > extract_vtk_connectivity(const mesh::Mesh &mesh)
Extract the cell topology (connectivity) in VTK ordering for all cells the mesh. The 'topology' inclu...
Definition: vtk_utils.cpp:191
std::tuple< std::vector< double >, std::array< std::size_t, 2 >, std::vector< std::int64_t >, std::vector< std::uint8_t >, std::vector< std::int64_t >, std::array< std::size_t, 2 > > vtk_mesh_from_space(const fem::FunctionSpace &V)
Given a FunctionSpace, create a topology and geometry based on the dof coordinates.
Definition: vtk_utils.cpp:148