17 #ifndef WLOADFUNCTIONAL_H
18 #define WLOADFUNCTIONAL_H
23 #include <Eigen/Dense>
35 static Eigen::VectorXd build(tbox::Element
const &e, tbox::Element
const &eV, std::vector<double>
const &phi,
F0El const &cp);
37 static Eigen::MatrixXd buildGradientFlow(tbox::Element
const &e, tbox::Element
const &eV, std::vector<double>
const &phi,
F0El const &cp);
38 static std::tuple<Eigen::MatrixXd, Eigen::MatrixXd> buildGradientMesh(tbox::Element
const &e, tbox::Element
const &eV, std::vector<double>
const &phi,
F0El const &cp,
int nDim);
42 #endif //WLOADFUNCTIONAL_H