21#ifndef __XMLFUNCTIONDATA_H
22#define __XMLFUNCTIONDATA_H
47 static void write(
const Function& u, pugi::xml_node xml_node);
51 static void build_global_to_cell_dof(std::vector<std::vector<
52 std::pair<dolfin::la_index, dolfin::la_index> > >& global_dof_to_cell_dof,
55 static void build_dof_map(std::vector<std::vector<dolfin::la_index>
56 >& global_dof_to_cell_dof,
Definition FunctionSpace.h:54
I/O for XML representation of Function.
Definition XMLFunctionData.h:40
static void read(Function &u, pugi::xml_node xml_node)
Read the XML file with function data.
Definition XMLFunctionData.cpp:47
static void write(const Function &u, pugi::xml_node xml_node)
Write the XML file with function data.
Definition XMLFunctionData.cpp:145