Note: this is documentation for an old release. View the latest documentation at docs.fenicsproject.org/dolfinx/v0.9.0/cpp/doxygen/d9/d16/classdolfinx_1_1io_1_1XDMFFile-members.html
DOLFINx  0.5.1
DOLFINx C++ interface
XDMFFile Member List

This is the complete list of members for XDMFFile, including all inherited members.

close()XDMFFile
comm() constXDMFFile
default_encodingXDMFFilestatic
Encoding enum nameXDMFFile
read_cell_type(const std::string grid_name, const std::string xpath="/Xdmf/Domain")XDMFFile
read_geometry_data(const std::string name, const std::string xpath="/Xdmf/Domain") constXDMFFile
read_information(const std::string name, const std::string xpath="/Xdmf/Domain/")XDMFFile
read_mesh(const fem::CoordinateElement &element, const mesh::GhostMode &mode, const std::string name, const std::string xpath="/Xdmf/Domain") constXDMFFile
read_meshtags(const std::shared_ptr< const mesh::Mesh > &mesh, const std::string name, const std::string xpath="/Xdmf/Domain")XDMFFile
read_topology_data(const std::string name, const std::string xpath="/Xdmf/Domain") constXDMFFile
write_function(const fem::Function< double > &u, double t, const std::string &mesh_xpath="/Xdmf/Domain/Grid[@GridType='Uniform'][1]")XDMFFile
write_function(const fem::Function< std::complex< double >> &u, double t, const std::string &mesh_xpath="/Xdmf/Domain/Grid[@GridType='Uniform'][1]")XDMFFile
write_geometry(const mesh::Geometry &geometry, const std::string name, const std::string xpath="/Xdmf/Domain")XDMFFile
write_information(const std::string name, const std::string value, const std::string xpath="/Xdmf/Domain/")XDMFFile
write_mesh(const mesh::Mesh &mesh, const std::string xpath="/Xdmf/Domain")XDMFFile
write_meshtags(const mesh::MeshTags< std::int32_t > &meshtags, const std::string &geometry_xpath, const std::string &xpath="/Xdmf/Domain")XDMFFile
XDMFFile(MPI_Comm comm, const std::filesystem::path &filename, const std::string file_mode, const Encoding encoding=default_encoding)XDMFFile
~XDMFFile()XDMFFile