PolyFEM
Loading...
Searching...
No Matches
polyfem::basis::MVPolygonalBasis2d Class Reference

#include <MVPolygonalBasis2d.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 meanvalue (const Eigen::MatrixXd &polygon, const Eigen::RowVector2d &point, Eigen::MatrixXd &b, const double tol)
 
static void meanvalue_derivative (const Eigen::MatrixXd &polygon, const Eigen::RowVector2d &point, Eigen::MatrixXd &derivatives, const double tol)
 

Detailed Description

Definition at line 14 of file MVPolygonalBasis2d.hpp.

Member Function Documentation

◆ build_bases()

int polyfem::basis::MVPolygonalBasis2d::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

Definition at line 241 of file MVPolygonalBasis2d.cpp.

References polyfem::basis::BarycentricBasis2d::build_bases(), meanvalue(), and meanvalue_derivative().

Referenced by polyfem::State::build_polygonal_basis().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ meanvalue()

void polyfem::basis::MVPolygonalBasis2d::meanvalue ( const Eigen::MatrixXd &  polygon,
const Eigen::RowVector2d &  point,
Eigen::MatrixXd &  b,
const double  tol 
)
static

Definition at line 23 of file MVPolygonalBasis2d.cpp.

References mat.

Referenced by build_bases().

Here is the caller graph for this function:

◆ meanvalue_derivative()

void polyfem::basis::MVPolygonalBasis2d::meanvalue_derivative ( const Eigen::MatrixXd &  polygon,
const Eigen::RowVector2d &  point,
Eigen::MatrixXd &  derivatives,
const double  tol 
)
static

Definition at line 93 of file MVPolygonalBasis2d.cpp.

References mat.

Referenced by build_bases().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: