|
DOLFIN
DOLFIN C++ interface
|
I/O of XML representation of GenericVector. More...
#include <XMLVector.h>
Static Public Member Functions | |
| static void | read (GenericVector &x, const pugi::xml_node xml_dolfin) |
| Read XML vector. Vector must have correct size. | |
| static void | read (std::vector< double > &x, std::vector< dolfin::la_index > &indices, const pugi::xml_node xml_dolfin) |
| Read XML vector in Array. | |
| static std::size_t | read_size (const pugi::xml_node xml_dolfin) |
| Read XML vector size. | |
| static void | write (const GenericVector &vector, pugi::xml_node xml_node, bool write_to_stream) |
| Write the XML file. | |
I/O of XML representation of GenericVector.
1.8.11