DOLFIN
DOLFIN C++ interface
|
48 static void read(std::vector<double>& x,
49 std::vector<dolfin::la_index>& indices,
50 const pugi::xml_node xml_dolfin);
53 static std::size_t
read_size(
const pugi::xml_node xml_dolfin);
57 bool write_to_stream);
static void write(const GenericVector &vector, pugi::xml_node xml_node, bool write_to_stream)
Write the XML file.
Definition: XMLVector.cpp:114
static void read(GenericVector &x, const pugi::xml_node xml_dolfin)
Read XML vector. Vector must have correct size.
Definition: XMLVector.cpp:38
static std::size_t read_size(const pugi::xml_node xml_dolfin)
Read XML vector size.
Definition: XMLVector.cpp:95
This class defines a common interface for vectors.
Definition: GenericVector.h:47
I/O of XML representation of GenericVector.
Definition: XMLVector.h:40