PolyFEM
|
#include <WSPolygonalBasis2d.hpp>
Static Public Member Functions | |
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) |
static void | wachspress (const Eigen::MatrixXd &polygon, const Eigen::RowVector2d &point, Eigen::MatrixXd &b, const double tol) |
static void | wachspress_derivative (const Eigen::MatrixXd &polygon, const Eigen::RowVector2d &point, Eigen::MatrixXd &derivatives, const double tol) |
Definition at line 14 of file WSPolygonalBasis2d.hpp.
|
static |
Definition at line 186 of file WSPolygonalBasis2d.cpp.
References polyfem::basis::BarycentricBasis2d::build_bases(), wachspress(), and wachspress_derivative().
Referenced by polyfem::State::build_polygonal_basis().
|
static |
Definition at line 23 of file WSPolygonalBasis2d.cpp.
Referenced by build_bases().
|
static |
Definition at line 94 of file WSPolygonalBasis2d.cpp.
Referenced by build_bases().