21 #ifndef __XMLFUNCTIONDATA_H 22 #define __XMLFUNCTIONDATA_H 44 static void read(
Function& u, pugi::xml_node xml_node);
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:53
Definition: Function.h:65
I/O for XML representation of Function.
Definition: XMLFunctionData.h:39