| 
    DOLFINx
    0.1.0
    
   DOLFINx C++ interface 
   | 
 
Low-level methods for reading XDMF files. More...
Functions | |
| void | add_mesh (MPI_Comm comm, pugi::xml_node &xml_node, const hid_t h5_id, const mesh::Mesh &mesh, const std::string path_prefix) | 
| Add Mesh to xml node.  More... | |
| void | add_topology_data (MPI_Comm comm, pugi::xml_node &xml_node, const hid_t h5_id, const std::string path_prefix, const mesh::Topology &topology, const mesh::Geometry &geometry, const int cell_dim, const xtl::span< const std::int32_t > &active_entities) | 
| Add Topology xml node.  More... | |
| void | add_geometry_data (MPI_Comm comm, pugi::xml_node &xml_node, const hid_t h5_id, const std::string path_prefix, const mesh::Geometry &geometry) | 
| Add Geometry xml node.  | |
| xt::xtensor< double, 2 > | read_geometry_data (MPI_Comm comm, const hid_t h5_id, const pugi::xml_node &node) | 
| Read Geometry data.  More... | |
| xt::xtensor< std::int64_t, 2 > | read_topology_data (MPI_Comm comm, const hid_t h5_id, const pugi::xml_node &node) | 
| Read Topology data.  More... | |
Low-level methods for reading XDMF files.
| void dolfinx::io::xdmf_mesh::add_mesh | ( | MPI_Comm | comm, | 
| pugi::xml_node & | xml_node, | ||
| const hid_t | h5_id, | ||
| const mesh::Mesh & | mesh, | ||
| const std::string | path_prefix | ||
| ) | 
Add Mesh to xml node.
Creates new Grid with Topology and Geometry xml nodes for mesh. In HDF file data is stored under path prefix.
| void dolfinx::io::xdmf_mesh::add_topology_data | ( | MPI_Comm | comm, | 
| pugi::xml_node & | xml_node, | ||
| const hid_t | h5_id, | ||
| const std::string | path_prefix, | ||
| const mesh::Topology & | topology, | ||
| const mesh::Geometry & | geometry, | ||
| const int | cell_dim, | ||
| const xtl::span< const std::int32_t > & | active_entities | ||
| ) | 
Add Topology xml node.
| [in] | comm | |
| [in] | xml_node | |
| [in] | h5_id | |
| [in] | path_prefix | |
| [in] | topology | |
| [in] | geometry | |
| [in] | cell_dim | Dimension of mesh entities to save | 
| [in] | active_entities | Local-to-process indices of mesh entities whose topology will be saved. This is used to save subsets of Mesh. | 
| xt::xtensor< double, 2 > dolfinx::io::xdmf_mesh::read_geometry_data | ( | MPI_Comm | comm, | 
| const hid_t | h5_id, | ||
| const pugi::xml_node & | node | ||
| ) | 
Read Geometry data.
| xt::xtensor< std::int64_t, 2 > dolfinx::io::xdmf_mesh::read_topology_data | ( | MPI_Comm | comm, | 
| const hid_t | h5_id, | ||
| const pugi::xml_node & | node | ||
| ) | 
Read Topology data.
 1.8.17