DOLFINx 0.9.0
DOLFINx C++ interface
|
This is the complete list of members for XDMFFile, including all inherited members.
close() | XDMFFile | |
comm() const | XDMFFile | |
default_encoding | XDMFFile | static |
Encoding enum name | XDMFFile | |
read_cell_type(std::string grid_name, std::string xpath="/Xdmf/Domain") | XDMFFile | |
read_geometry_data(std::string name, std::string xpath="/Xdmf/Domain") const | XDMFFile | |
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") const | XDMFFile | |
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") const | XDMFFile | |
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 &&)=default | XDMFFile | |
~XDMFFile() | XDMFFile |