DOLFINx
0.5.1
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(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 &element, const mesh::GhostMode &mode, const std::string name, const std::string xpath="/Xdmf/Domain") const | XDMFFile | |
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") const | XDMFFile | |
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 |