|
DOLFIN
DOLFIN C++ interface
|
I/O of XML representation of MeshFunction. More...
#include <XMLMeshFunction.h>
Static Public Member Functions | |
| template<typename T > | |
| static void | read (MeshFunction< T > &mesh_function, const std::string type, const pugi::xml_node xml_mesh) |
| Read XML MeshFunction. | |
| template<typename T > | |
| static void | read (MeshValueCollection< T > &mesh_value_collection, const std::string type, const pugi::xml_node xml_mesh) |
| Read XML MeshFunction as a MeshValueCollection. | |
| template<typename T > | |
| static void | write (const MeshFunction< T > &mesh_function, const std::string type, pugi::xml_node xml_node, bool write_mesh=true) |
| Write the XML file. | |
I/O of XML representation of MeshFunction.
1.8.13