17 #ifndef WKUTTARESIDUAL_H
18 #define WKUTTARESIDUAL_H
23 #include <Eigen/Dense>
35 static Eigen::MatrixXd buildFixed(
KuttaElement const &ke, std::vector<double>
const &phi);
37 static Eigen::VectorXd build(
KuttaElement const &ke, std::vector<double>
const &phi);
38 static Eigen::MatrixXd buildGradientFlow(
KuttaElement const &ke, std::vector<double>
const &phi);
40 static std::tuple<Eigen::MatrixXd, Eigen::MatrixXd> buildGradientMesh(
KuttaElement const &ke, std::vector<double>
const &phi);
44 #endif //WKUTTARESIDUAL_H