|
DOLFINx 0.12.0.0
DOLFINx C++
|
This is the complete list of members for XDMFFile, including all inherited members.
| close() | XDMFFile | |
| comm() const | XDMFFile | |
| Encoding enum name | XDMFFile | |
| flush() | XDMFFile | |
| read_cell_type(std::string_view grid_name, std::string_view xpath="/Xdmf/Domain") const | XDMFFile | |
| read_geometry_data(std::string_view name, std::string_view xpath="/Xdmf/Domain") const | XDMFFile | |
| read_information(std::string_view name, std::string_view xpath="/Xdmf/Domain/") const | XDMFFile | |
| read_mesh(const fem::CoordinateElement< double > &element, mesh::GhostMode mode, std::string_view name, std::string_view xpath="/Xdmf/Domain", std::optional< std::int32_t > max_facet_to_cell_links=2) const | XDMFFile | |
| read_meshtags(const mesh::Mesh< double > &mesh, std::string_view name, std::optional< std::string_view > attribute_name, std::string_view xpath="/Xdmf/Domain") const | XDMFFile | |
| read_topology_data(std::string_view name, std::string_view xpath="/Xdmf/Domain") const | XDMFFile | |
| write_function(const fem::Function< T, U > &u, double t, std::string_view mesh_xpath="/Xdmf/Domain/Grid[@GridType='Uniform'][1]") | XDMFFile | |
| write_geometry(const mesh::Geometry< double > &geometry, std::string_view name, std::string_view xpath="/Xdmf/Domain") | XDMFFile | |
| write_information(std::string_view name, std::string_view value, std::string_view xpath="/Xdmf/Domain/") | XDMFFile | |
| write_mesh(const mesh::Mesh< U > &mesh, std::string_view xpath="/Xdmf/Domain") | XDMFFile | |
| write_meshtags(const mesh::MeshTags< std::int32_t > &meshtags, const mesh::Geometry< T > &x, std::string_view geometry_xpath, std::string_view xpath="/Xdmf/Domain") | XDMFFile | |
| XDMFFile(MPI_Comm comm, const std::filesystem::path &filename, std::string_view file_mode, Encoding encoding=Encoding::HDF5) | XDMFFile | |
| XDMFFile(XDMFFile &&)=default | XDMFFile | |
| ~XDMFFile() | XDMFFile |