|
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::XRotRot, including all inherited members.
| cellBases(size_t iT) const | HArDCore2D::XRotRot | inline |
| cellBases(const Cell &T) const | HArDCore2D::XRotRot | inline |
| cellOperators(size_t iT) const | HArDCore2D::XRotRot | inline |
| cellOperators(const Cell &T) const | HArDCore2D::XRotRot | inline |
| cellRotor(size_t iT) const | HArDCore2D::XRotRot | inline |
| cellRotor(const Cell &T) const | HArDCore2D::XRotRot | inline |
| computeGradientL2Norm(const Eigen::VectorXd &v, const XGrad *x_grad) const | HArDCore2D::XRotRot | |
| computeGradientL2Product(size_t iT, const XGrad *x_grad, const double &penalty_factor=1., const IntegralWeight &weight=IntegralWeight(1.)) const | HArDCore2D::XRotRot | |
| computeGradientPotentialL2Product(size_t iT, const XGrad *x_grad, const double &penalty_factor=1., const IntegralWeight &weight=IntegralWeight(1.)) const | HArDCore2D::XRotRot | |
| computeL2Norm(const Eigen::VectorXd &v) const | HArDCore2D::XRotRot | |
| computeL2Product(size_t iT, const double &penalty_factor=1., const IntegralWeight &weight=IntegralWeight(1.)) const | HArDCore2D::XRotRot | |
| computeL2ProductWithOperatorFillers(size_t iT, const double &penalty_factor, const IntegralWeight &weight, LeftOperatorFillerType fillLeftOp, RightOperatorFillerType fillRightOp) const | HArDCore2D::XRotRot | |
| degree() const | HArDCore2D::XRotRot | inline |
| dimension() const | HArDCore2D::LocalDOFSpace | inline |
| dimensionCell(const Cell &T) const | HArDCore2D::LocalDOFSpace | inline |
| dimensionCell(size_t iT) const | HArDCore2D::LocalDOFSpace | inline |
| dimensionCellBoundary(const Cell &T) const | HArDCore2D::LocalDOFSpace | inline |
| dimensionCellBoundary(size_t iT) const | HArDCore2D::LocalDOFSpace | inline |
| dimensionEdge(const Edge &E) const | HArDCore2D::LocalDOFSpace | inline |
| dimensionEdge(size_t iE) const | HArDCore2D::LocalDOFSpace | inline |
| dimensionVertex(const Vertex &V) const | HArDCore2D::LocalDOFSpace | inline |
| dimensionVertex(size_t iV) const | HArDCore2D::LocalDOFSpace | inline |
| edgeBases(size_t iE) const | HArDCore2D::XRotRot | inline |
| edgeBases(const Edge &E) const | HArDCore2D::XRotRot | inline |
| extendOperator(const Cell &T, const Edge &E, const Eigen::MatrixXd &opE) const | HArDCore2D::GlobalDOFSpace | |
| FunctionType typedef | HArDCore2D::XRotRot | |
| getLabelDOF(const size_t i) | HArDCore2D::GlobalDOFSpace | inline |
| globalDOFIndices(const Cell &T) const | HArDCore2D::GlobalDOFSpace | |
| GlobalDOFSpace(const Mesh &mesh, size_t n_local_vertex_dofs, size_t n_local_edge_dofs, size_t n_local_cell_dofs) | HArDCore2D::GlobalDOFSpace | |
| globalOffset(const Vertex &V) const | HArDCore2D::GlobalDOFSpace | inline |
| globalOffset(const Edge &E) const | HArDCore2D::GlobalDOFSpace | inline |
| globalOffset(const Cell &T) const | HArDCore2D::GlobalDOFSpace | inline |
| interpolate(const FunctionType &v, const RotType &rot_v, const int deg_quad=-1) const | HArDCore2D::XRotRot | |
| LocalDOFSpace(const Mesh &mesh, size_t n_local_vertex_dofs, size_t n_local_edge_dofs, size_t n_local_cell_dofs) | HArDCore2D::LocalDOFSpace | |
| localOffset(const Edge &E, const Vertex &V) const | HArDCore2D::LocalDOFSpace | inline |
| localOffset(const Edge &E) const | HArDCore2D::LocalDOFSpace | inline |
| localOffset(const Cell &T, const Vertex &V) const | HArDCore2D::LocalDOFSpace | inline |
| localOffset(const Cell &T, const Edge &E) const | HArDCore2D::LocalDOFSpace | inline |
| localOffset(const Cell &T) const | HArDCore2D::LocalDOFSpace | inline |
| m_mesh | HArDCore2D::LocalDOFSpace | protected |
| m_n_local_cell_dofs | HArDCore2D::LocalDOFSpace | protected |
| m_n_local_edge_dofs | HArDCore2D::LocalDOFSpace | protected |
| m_n_local_vertex_dofs | HArDCore2D::LocalDOFSpace | protected |
| mesh() const | HArDCore2D::XRotRot | inline |
| numLocalDofsCell() const | HArDCore2D::LocalDOFSpace | inline |
| numLocalDofsEdge() const | HArDCore2D::LocalDOFSpace | inline |
| numLocalDofsVertex() const | HArDCore2D::LocalDOFSpace | inline |
| numTotalDofsCells() const | HArDCore2D::LocalDOFSpace | inline |
| numTotalDofsEdges() const | HArDCore2D::LocalDOFSpace | inline |
| numTotalDofsVertices() const | HArDCore2D::LocalDOFSpace | inline |
| restrict(const Edge &E, const Eigen::VectorXd vh) const | HArDCore2D::GlobalDOFSpace | inline |
| restrict(const Cell &T, const Eigen::VectorXd vh) const | HArDCore2D::GlobalDOFSpace | inline |
| restrictCell(size_t iT, const Eigen::VectorXd &vh) const | HArDCore2D::GlobalDOFSpace | |
| restrictEdge(size_t iE, const Eigen::VectorXd &vh) const | HArDCore2D::GlobalDOFSpace | |
| RotType typedef | HArDCore2D::XRotRot | |
| setLabelDOF(const size_t i, const int label) | HArDCore2D::GlobalDOFSpace | inline |
| XRotRot(const DDRCore &ddr_core, bool use_threads=true, std::ostream &output=std::cout) | HArDCore2D::XRotRot |