![]() |
MFEM v4.8.0
Finite element discretization library
|
This is the complete list of members for mfem::NCL2FaceRestriction, including all inherited members.
| AddFaceMatricesToElementMatrices(const Vector &fea_data, Vector &ea_data) const override | mfem::NCL2FaceRestriction | virtual |
| AddMult(const Vector &x, Vector &y, const real_t a=1.0) const | mfem::Operator | virtual |
| AddMultTranspose(const Vector &x, Vector &y, const real_t a=1.0) const override | mfem::NCL2FaceRestriction | virtual |
| AddMultTransposeInPlace(Vector &x, Vector &y) const override | mfem::NCL2FaceRestriction | virtual |
| AddMultTransposeUnsigned(const Vector &x, Vector &y, const real_t a=1.0) const | mfem::FaceRestriction | inlinevirtual |
| ANY_TYPE enum value | mfem::Operator | |
| ArrayAddMult(const Array< const Vector * > &X, Array< Vector * > &Y, const real_t a=1.0) const | mfem::Operator | virtual |
| ArrayAddMultTranspose(const Array< const Vector * > &X, Array< Vector * > &Y, const real_t a=1.0) const | mfem::Operator | virtual |
| ArrayMult(const Array< const Vector * > &X, Array< Vector * > &Y) const | mfem::Operator | virtual |
| ArrayMultTranspose(const Array< const Vector * > &X, Array< Vector * > &Y) const | mfem::Operator | virtual |
| AssembleDiagonal(Vector &diag) const | mfem::Operator | inlinevirtual |
| byvdim | mfem::L2FaceRestriction | protected |
| CheckFESpace() | mfem::L2FaceRestriction | protected |
| Complex_DenseMat enum value | mfem::Operator | |
| Complex_Hypre_ParCSR enum value | mfem::Operator | |
| Complex_Operator enum value | mfem::Operator | |
| DIAG_KEEP enum value | mfem::Operator | |
| DIAG_ONE enum value | mfem::Operator | |
| DIAG_ZERO enum value | mfem::Operator | |
| DiagonalPolicy enum name | mfem::Operator | |
| DoubleValuedConformingAddMultTranspose(const Vector &x, Vector &y) const | mfem::L2FaceRestriction | |
| DoubleValuedConformingMult(const Vector &x, Vector &y) const | mfem::L2FaceRestriction | virtual |
| DoubleValuedNonconformingInterpolation(Vector &x) const | mfem::NCL2FaceRestriction | |
| DoubleValuedNonconformingMult(const Vector &x, Vector &y) const | mfem::NCL2FaceRestriction | virtual |
| DoubleValuedNonconformingTransposeInterpolation(const Vector &x) const | mfem::NCL2FaceRestriction | |
| DoubleValuedNonconformingTransposeInterpolationInPlace(Vector &x) const | mfem::NCL2FaceRestriction | |
| elem_dofs | mfem::L2FaceRestriction | protected |
| face_dofs | mfem::L2FaceRestriction | protected |
| face_map | mfem::L2FaceRestriction | mutableprotected |
| FaceRestriction() | mfem::FaceRestriction | inline |
| FaceRestriction(int h, int w) | mfem::FaceRestriction | inline |
| fes | mfem::L2FaceRestriction | protected |
| FillI(SparseMatrix &mat, const bool keep_nbr_block=false) const override | mfem::NCL2FaceRestriction | virtual |
| FillJAndData(const Vector &fea_data, SparseMatrix &mat, const bool keep_nbr_block=false) const override | mfem::NCL2FaceRestriction | virtual |
| FormConstrainedSystemOperator(const Array< int > &ess_tdof_list, ConstrainedOperator *&Aout) | mfem::Operator | protected |
| FormDiscreteOperator(Operator *&A) | mfem::Operator | |
| FormLinearSystem(const Array< int > &ess_tdof_list, Vector &x, Vector &b, Operator *&A, Vector &X, Vector &B, int copy_interior=0) | mfem::Operator | |
| FormRectangularConstrainedSystemOperator(const Array< int > &trial_tdof_list, const Array< int > &test_tdof_list, RectangularConstrainedOperator *&Aout) | mfem::Operator | protected |
| FormRectangularLinearSystem(const Array< int > &trial_tdof_list, const Array< int > &test_tdof_list, Vector &x, Vector &b, Operator *&A, Vector &X, Vector &B) | mfem::Operator | |
| FormRectangularSystemOperator(const Array< int > &trial_tdof_list, const Array< int > &test_tdof_list, Operator *&A) | mfem::Operator | |
| FormSystemOperator(const Array< int > &ess_tdof_list, Operator *&A) | mfem::Operator | |
| gather_indices | mfem::L2FaceRestriction | protected |
| gather_offsets | mfem::L2FaceRestriction | protected |
| GatherMap() const | mfem::FaceRestriction | inlinevirtual |
| GetGradient(const Vector &x) const | mfem::Operator | inlinevirtual |
| GetMemoryClass() const | mfem::Operator | inlinevirtual |
| GetOutputProlongation() const | mfem::Operator | inlinevirtual |
| GetOutputRestriction() const | mfem::Operator | inlinevirtual |
| GetOutputRestrictionTranspose() const | mfem::Operator | inlinevirtual |
| GetProlongation() const | mfem::Operator | inlinevirtual |
| GetRestriction() const | mfem::Operator | inlinevirtual |
| GetType() const | mfem::Operator | inline |
| Height() const | mfem::Operator | inline |
| height | mfem::Operator | protected |
| Hypre_ParCSR enum value | mfem::Operator | |
| InitTVectors(const Operator *Po, const Operator *Ri, const Operator *Pi, Vector &x, Vector &b, Vector &X, Vector &B) const | mfem::Operator | |
| interpolations | mfem::NCL2FaceRestriction | protected |
| L2FaceRestriction(const FiniteElementSpace &fes, const ElementDofOrdering f_ordering, const FaceType type, const L2FaceValues m, bool build) | mfem::L2FaceRestriction | protected |
| L2FaceRestriction(const FiniteElementSpace &fes, const ElementDofOrdering f_ordering, const FaceType type, const L2FaceValues m=L2FaceValues::DoubleValued) | mfem::L2FaceRestriction | |
| m | mfem::L2FaceRestriction | protected |
| MFEM_Block_Matrix enum value | mfem::Operator | |
| MFEM_Block_Operator enum value | mfem::Operator | |
| MFEM_ComplexSparseMat enum value | mfem::Operator | |
| MFEM_SPARSEMAT enum value | mfem::Operator | |
| Mult(const Vector &x, Vector &y) const override | mfem::NCL2FaceRestriction | virtual |
| MultTranspose(const Vector &x, Vector &y) const override | mfem::FaceRestriction | inlinevirtual |
| NCL2FaceRestriction(const FiniteElementSpace &fes, const ElementDofOrdering f_ordering, const FaceType type, const L2FaceValues m, bool build) | mfem::NCL2FaceRestriction | protected |
| NCL2FaceRestriction(const FiniteElementSpace &fes, const ElementDofOrdering f_ordering, const FaceType type, const L2FaceValues m=L2FaceValues::DoubleValued) | mfem::NCL2FaceRestriction | |
| ndofs | mfem::L2FaceRestriction | protected |
| ne | mfem::L2FaceRestriction | protected |
| nf | mfem::L2FaceRestriction | protected |
| nfdofs | mfem::L2FaceRestriction | protected |
| normal_deriv_restr | mfem::L2FaceRestriction | mutableprotected |
| NormalDerivativeAddMultTranspose(const Vector &x, Vector &y) const override | mfem::L2FaceRestriction | virtual |
| NormalDerivativeMult(const Vector &x, Vector &y) const override | mfem::L2FaceRestriction | virtual |
| NumCols() const | mfem::Operator | inline |
| NumRows() const | mfem::Operator | inline |
| Operator(int s=0) | mfem::Operator | inlineexplicit |
| Operator(int h, int w) | mfem::Operator | inline |
| ordering | mfem::L2FaceRestriction | protected |
| PermuteAndSetFaceDofsGatherIndices2(const Mesh::FaceInformation &face, const int face_index) | mfem::L2FaceRestriction | protected |
| PermuteAndSetFaceDofsScatterIndices2(const Mesh::FaceInformation &face, const int face_index) | mfem::L2FaceRestriction | protected |
| PermuteAndSetSharedFaceDofsScatterIndices2(const Mesh::FaceInformation &face, const int face_index) | mfem::L2FaceRestriction | protected |
| PETSC_MATAIJ enum value | mfem::Operator | |
| PETSC_MATGENERIC enum value | mfem::Operator | |
| PETSC_MATHYPRE enum value | mfem::Operator | |
| PETSC_MATIS enum value | mfem::Operator | |
| PETSC_MATNEST enum value | mfem::Operator | |
| PETSC_MATSHELL enum value | mfem::Operator | |
| PrintMatlab(std::ostream &out, int n, int m=0) const | mfem::Operator | |
| PrintMatlab(std::ostream &out) const | mfem::Operator | virtual |
| RecoverFEMSolution(const Vector &X, const Vector &b, Vector &x) | mfem::Operator | virtual |
| scatter_indices1 | mfem::L2FaceRestriction | protected |
| scatter_indices2 | mfem::L2FaceRestriction | protected |
| SetBoundaryDofsScatterIndices2(const Mesh::FaceInformation &face, const int face_index) | mfem::L2FaceRestriction | protected |
| SetFaceDofsGatherIndices1(const Mesh::FaceInformation &face, const int face_index) | mfem::L2FaceRestriction | protected |
| SetFaceDofsScatterIndices1(const Mesh::FaceInformation &face, const int face_index) | mfem::L2FaceRestriction | protected |
| SetupRAP(const Operator *Pi, const Operator *Po) | mfem::Operator | protected |
| SingleValuedConformingAddMultTranspose(const Vector &x, Vector &y) const | mfem::L2FaceRestriction | |
| SingleValuedConformingMult(const Vector &x, Vector &y) const | mfem::L2FaceRestriction | |
| SingleValuedNonconformingTransposeInterpolation(const Vector &x) const | mfem::NCL2FaceRestriction | |
| SingleValuedNonconformingTransposeInterpolationInPlace(Vector &x) const | mfem::NCL2FaceRestriction | |
| Type enum name | mfem::Operator | |
| type | mfem::L2FaceRestriction | protected |
| vdim | mfem::L2FaceRestriction | protected |
| Width() const | mfem::Operator | inline |
| width | mfem::Operator | protected |
| x_interp | mfem::NCL2FaceRestriction | mutableprotected |
| ~FaceRestriction() | mfem::FaceRestriction | inlinevirtual |
| ~Operator() | mfem::Operator | inlinevirtual |