DOLFINx 0.10.0.0
DOLFINx C++ interface
|
This is the complete list of members for XDMFFile, including all inherited members.
close() | XDMFFile | |
comm() const | XDMFFile | |
Encoding enum name | XDMFFile | |
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") const | XDMFFile | |
read_information(const std::string &name, const std::string &xpath="/Xdmf/Domain/") | XDMFFile | |
read_mesh(const fem::CoordinateElement< double > &element, mesh::GhostMode mode, const std::string &name, const std::string &xpath="/Xdmf/Domain") const | XDMFFile | |
read_meshtags(const mesh::Mesh< double > &mesh, const std::string &name, std::optional< std::string > attribute_name, const std::string &xpath="/Xdmf/Domain") | XDMFFile | |
read_topology_data(const std::string &name, const 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, 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< U > &mesh, const std::string &xpath="/Xdmf/Domain") | XDMFFile | |
write_meshtags(const mesh::MeshTags< std::int32_t > &meshtags, const mesh::Geometry< T > &x, 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, Encoding encoding=Encoding::HDF5) | XDMFFile | |
XDMFFile(XDMFFile &&)=default | XDMFFile | |
~XDMFFile() | XDMFFile |