|
HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
|
This is the complete list of members for HArDCore2D::UVector, including all inherited members.
| asVectorXd() const | HArDCore2D::UVector | inline |
| get_cell_deg() const | HArDCore2D::UVector | inline |
| get_edge_deg() const | HArDCore2D::UVector | inline |
| n_cell_dofs() const | HArDCore2D::UVector | inline |
| n_edge_dofs() const | HArDCore2D::UVector | inline |
| n_total_cell_dofs() const | HArDCore2D::UVector | inline |
| operator()(size_t index) const | HArDCore2D::UVector | inline |
| operator+(const UVector &b) | HArDCore2D::UVector | inline |
| operator+=(const UVector &b) | HArDCore2D::UVector | inline |
| operator-(const UVector &b) | HArDCore2D::UVector | inline |
| operator/=(const double &r) | HArDCore2D::UVector | inline |
| restr(size_t iT) const | HArDCore2D::UVector | |
| UVector(const Eigen::VectorXd &values, const Mesh &mesh, const int cell_deg, const size_t edge_deg) | HArDCore2D::UVector |