Loading [MathJax]/extensions/tex2jax.js
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.8.0
DOLFINx C++ interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages Concepts
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(std::string grid_name, std::string xpath="/Xdmf/Domain")XDMFFile
read_geometry_data(std::string name, std::string xpath="/Xdmf/Domain") constXDMFFile
read_information(std::string name, std::string xpath="/Xdmf/Domain/")XDMFFile
read_mesh(const fem::CoordinateElement< double > &element, mesh::GhostMode mode, std::string name, std::string xpath="/Xdmf/Domain") constXDMFFile
read_meshtags(const mesh::Mesh< double > &mesh, std::string name, std::string xpath="/Xdmf/Domain")XDMFFile
read_topology_data(std::string name, std::string xpath="/Xdmf/Domain") constXDMFFile
write_function(const fem::Function< T, U > &u, double t, std::string mesh_xpath="/Xdmf/Domain/Grid[@GridType='Uniform'][1]")XDMFFile
write_geometry(const mesh::Geometry< double > &geometry, std::string name, std::string xpath="/Xdmf/Domain")XDMFFile
write_information(std::string name, std::string value, std::string xpath="/Xdmf/Domain/")XDMFFile
write_mesh(const mesh::Mesh< U > &mesh, std::string xpath="/Xdmf/Domain")XDMFFile
write_meshtags(const mesh::MeshTags< std::int32_t > &meshtags, const mesh::Geometry< T > &x, std::string geometry_xpath, std::string xpath="/Xdmf/Domain")XDMFFile
XDMFFile(MPI_Comm comm, const std::filesystem::path &filename, std::string file_mode, Encoding encoding=default_encoding)XDMFFile
XDMFFile(XDMFFile &&)=defaultXDMFFile
~XDMFFile()XDMFFile