Go to the documentation of this file.
8 #ifndef MH_DOFHANDLER_HH_
9 #define MH_DOFHANDLER_HH_
25 void reinit(
Mesh *mesh);
27 void set_solution(
double time,
double * solution,
double precision);
32 unsigned int side_dof(
const SideIter side)
const;
35 double side_flux(
const Side &side)
const;
38 double side_scalar(
const Side &side)
const;
43 inline double precision()
const {
return solution_precision; };