18 const std::string &assembler_name,
22 const int quadrature_order,
23 const int mass_quadrature_order,
24 std::vector<ElementBases> &bases,
25 std::vector<mesh::LocalBoundary> &local_boundary,
26 std::map<int, Eigen::MatrixXd> &mapped_boundary);
28 static void meanvalue(
const Eigen::MatrixXd &polygon,
const Eigen::RowVector2d &point, Eigen::MatrixXd &b,
const double tol);
29 static void meanvalue_derivative(
const Eigen::MatrixXd &polygon,
const Eigen::RowVector2d &point, Eigen::MatrixXd &derivatives,
const double tol);
static int build_bases(const std::string &assembler_name, const int dim, const mesh::Mesh2D &mesh, const int n_bases, const int quadrature_order, const int mass_quadrature_order, std::vector< ElementBases > &bases, std::vector< mesh::LocalBoundary > &local_boundary, std::map< int, Eigen::MatrixXd > &mapped_boundary)