![]() |
MFEM v4.8.0
Finite element discretization library
|
This is the complete list of members for mfem::SparseMatrix, including all inherited members.
| _Add_(const int col, const real_t a) | mfem::SparseMatrix | inline |
| _Add_(const int row, const int col, const real_t a) | mfem::SparseMatrix | inline |
| _Get_(const int col) const | mfem::SparseMatrix | inline |
| _Set_(const int col, const real_t a) | mfem::SparseMatrix | inline |
| _Set_(const int row, const int col, const real_t a) | mfem::SparseMatrix | inline |
| A | mfem::SparseMatrix | protected |
| AbsMult(const Vector &x, Vector &y) const | mfem::SparseMatrix | |
| AbsMultTranspose(const Vector &x, Vector &y) const | mfem::SparseMatrix | |
| AbstractSparseMatrix(int s=0) | mfem::AbstractSparseMatrix | inlineexplicit |
| AbstractSparseMatrix(int h, int w) | mfem::AbstractSparseMatrix | inlineexplicit |
| ActualWidth() const | mfem::SparseMatrix | |
| Add(const int i, const int j, const real_t val) | mfem::SparseMatrix | |
| Add(const real_t a, const SparseMatrix &B) | mfem::SparseMatrix | |
| AddMult(const Vector &x, Vector &y, const real_t a=1.0) const override | mfem::SparseMatrix | virtual |
| AddMultTranspose(const Vector &x, Vector &y, const real_t a=1.0) const override | mfem::SparseMatrix | virtual |
| AddRow(const int row, const Array< int > &cols, const Vector &srow) | mfem::SparseMatrix | |
| AddSubMatrix(const Array< int > &rows, const Array< int > &cols, const DenseMatrix &subm, int skip_zeros=1) | mfem::SparseMatrix | |
| 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 |
| At | mfem::SparseMatrix | mutableprotected |
| BooleanMult(const Array< int > &x, Array< int > &y) const | mfem::SparseMatrix | |
| BooleanMultTranspose(const Array< int > &x, Array< int > &y) const | mfem::SparseMatrix | |
| bufferSize | mfem::SparseMatrix | protectedstatic |
| BuildTranspose() const | mfem::SparseMatrix | |
| CheckFinite() const | mfem::SparseMatrix | |
| Clear() | mfem::SparseMatrix | inline |
| ClearColPtr() const | mfem::SparseMatrix | inline |
| ClearCuSparse() | mfem::SparseMatrix | inline |
| ClearGPUSparse() | mfem::SparseMatrix | |
| ColPtrJ | mfem::SparseMatrix | mutableprotected |
| ColPtrNode | mfem::SparseMatrix | mutableprotected |
| ColumnsAreSorted() const | mfem::SparseMatrix | inline |
| Complex_DenseMat enum value | mfem::Operator | |
| Complex_Hypre_ParCSR enum value | mfem::Operator | |
| Complex_Operator enum value | mfem::Operator | |
| CountSmallElems(real_t tol) const | mfem::SparseMatrix | |
| current_row | mfem::SparseMatrix | mutableprotected |
| dBuffer | mfem::SparseMatrix | protectedstatic |
| descr | mfem::SparseMatrix | protected |
| descr | mfem::SparseMatrix | protected |
| Destroy() | mfem::SparseMatrix | protected |
| DIAG_KEEP enum value | mfem::Operator | |
| DIAG_ONE enum value | mfem::Operator | |
| DIAG_ZERO enum value | mfem::Operator | |
| DiagonalPolicy enum name | mfem::Operator | |
| DiagScale(const Vector &b, Vector &x, real_t sc=1.0, bool use_abs_diag=false) const | mfem::SparseMatrix | |
| Elem(int i, int j) override | mfem::SparseMatrix | virtual |
| Elem(int i, int j) const override | mfem::SparseMatrix | virtual |
| EliminateBC(const Array< int > &ess_dofs, DiagonalPolicy diag_policy) | mfem::SparseMatrix | |
| EliminateCol(int col, DiagonalPolicy dpolicy=DIAG_ZERO) | mfem::SparseMatrix | |
| EliminateCols(const Array< int > &cols, const Vector *x=NULL, Vector *b=NULL) | mfem::SparseMatrix | |
| EliminateCols(const Array< int > &col_marker, SparseMatrix &Ae) | mfem::SparseMatrix | |
| EliminateRow(int row, const real_t sol, Vector &rhs) | mfem::SparseMatrix | |
| EliminateRow(int row, DiagonalPolicy dpolicy=DIAG_ZERO) | mfem::SparseMatrix | |
| EliminateRowCol(int rc, const real_t sol, Vector &rhs, DiagonalPolicy dpolicy=DIAG_ONE) | mfem::SparseMatrix | |
| EliminateRowCol(int rc, DiagonalPolicy dpolicy=DIAG_ONE) | mfem::SparseMatrix | |
| EliminateRowCol(int rc, SparseMatrix &Ae, DiagonalPolicy dpolicy=DIAG_ONE) | mfem::SparseMatrix | |
| EliminateRowColDiag(int rc, real_t value) | mfem::SparseMatrix | |
| EliminateRowColMultipleRHS(int rc, const Vector &sol, DenseMatrix &rhs, DiagonalPolicy dpolicy=DIAG_ONE) | mfem::SparseMatrix | |
| EliminateZeroRows(const real_t threshold=1e-12) override | mfem::SparseMatrix | virtual |
| Empty() const | mfem::SparseMatrix | inline |
| EnsureMultTranspose() const | mfem::SparseMatrix | |
| Finalize(int skip_zeros=1) override | mfem::SparseMatrix | inlinevirtual |
| Finalize(int skip_zeros, bool fix_empty_rows) | mfem::SparseMatrix | |
| Finalized() const | mfem::SparseMatrix | inline |
| 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 | |
| Gauss_Seidel_back(const Vector &x, Vector &y) const | mfem::SparseMatrix | |
| Gauss_Seidel_forw(const Vector &x, Vector &y) const | mfem::SparseMatrix | |
| GetBlocks(Array2D< SparseMatrix * > &blocks) const | mfem::SparseMatrix | |
| GetData() | mfem::SparseMatrix | inline |
| GetData() const | mfem::SparseMatrix | inline |
| GetDiag(Vector &d) const | mfem::SparseMatrix | |
| GetGradient(const Vector &x) const | mfem::Operator | inlinevirtual |
| GetI() | mfem::SparseMatrix | inline |
| GetI() const | mfem::SparseMatrix | inline |
| GetJ() | mfem::SparseMatrix | inline |
| GetJ() const | mfem::SparseMatrix | inline |
| GetJacobiScaling() const | mfem::SparseMatrix | |
| GetMemoryClass() const override | mfem::SparseMatrix | inlinevirtual |
| GetMemoryData() | mfem::SparseMatrix | inline |
| GetMemoryData() const | mfem::SparseMatrix | inline |
| GetMemoryI() | mfem::SparseMatrix | inline |
| GetMemoryI() const | mfem::SparseMatrix | inline |
| GetMemoryJ() | mfem::SparseMatrix | inline |
| GetMemoryJ() const | mfem::SparseMatrix | inline |
| 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 |
| GetRow(const int row, Array< int > &cols, Vector &srow) const override | mfem::SparseMatrix | virtual |
| GetRowColumns(const int row) | mfem::SparseMatrix | |
| GetRowColumns(const int row) const | mfem::SparseMatrix | |
| GetRowEntries(const int row) | mfem::SparseMatrix | |
| GetRowEntries(const int row) const | mfem::SparseMatrix | |
| GetRowNorml1(int irow) const | mfem::SparseMatrix | |
| GetRowSums(Vector &x) const | mfem::SparseMatrix | |
| GetSubMatrix(const Array< int > &rows, const Array< int > &cols, DenseMatrix &subm) const | mfem::SparseMatrix | |
| GetType() const | mfem::SparseMatrix | inline |
| handle | mfem::SparseMatrix | protectedstatic |
| handle | mfem::SparseMatrix | protectedstatic |
| Height() const | mfem::Operator | inline |
| height | mfem::Operator | protected |
| HostReadData() const | mfem::SparseMatrix | inline |
| HostReadI() const | mfem::SparseMatrix | inline |
| HostReadJ() const | mfem::SparseMatrix | inline |
| HostReadWriteData() | mfem::SparseMatrix | inline |
| HostReadWriteI() | mfem::SparseMatrix | inline |
| HostReadWriteJ() | mfem::SparseMatrix | inline |
| HostWriteData() | mfem::SparseMatrix | inline |
| HostWriteI() | mfem::SparseMatrix | inline |
| HostWriteJ() | mfem::SparseMatrix | inline |
| Hypre_ParCSR enum value | mfem::Operator | |
| I | mfem::SparseMatrix | protected |
| initBuffers | mfem::SparseMatrix | mutableprotected |
| InitGPUSparse() | mfem::SparseMatrix | protected |
| InitTVectors(const Operator *Po, const Operator *Ri, const Operator *Pi, Vector &x, Vector &b, Vector &X, Vector &B) const | mfem::Operator | |
| InnerProduct(const Vector &x, const Vector &y) const | mfem::SparseMatrix | |
| Inverse() const override | mfem::SparseMatrix | virtual |
| isSorted | mfem::SparseMatrix | protected |
| IsSquare() const | mfem::Matrix | inline |
| IsSymmetric() const | mfem::SparseMatrix | |
| J | mfem::SparseMatrix | protected |
| Jacobi(const Vector &b, const Vector &x0, Vector &x1, real_t sc, bool use_abs_diag=false) const | mfem::SparseMatrix | |
| Jacobi2(const Vector &b, const Vector &x0, Vector &x1, real_t sc=1.0) const | mfem::SparseMatrix | |
| Jacobi3(const Vector &b, const Vector &x0, Vector &x1, real_t sc=1.0) const | mfem::SparseMatrix | |
| LoseData() | mfem::SparseMatrix | inline |
| MakeRef(const SparseMatrix &master) | mfem::SparseMatrix | |
| matA_descr | mfem::SparseMatrix | mutableprotected |
| matA_descr | mfem::SparseMatrix | mutableprotected |
| matA_descr | mfem::SparseMatrix | mutableprotected |
| Matrix(int s) | mfem::Matrix | inlineexplicit |
| Matrix(int h, int w) | mfem::Matrix | inlineexplicit |
| MaxNorm() const | mfem::SparseMatrix | |
| MaxRowSize() const | mfem::SparseMatrix | |
| 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 | |
| MoveDiagonalFirst() | mfem::SparseMatrix | |
| Mult(const Vector &x, Vector &y) const override | mfem::SparseMatrix | virtual |
| MultTranspose(const Vector &x, Vector &y) const override | mfem::SparseMatrix | virtual |
| NodesMem | mfem::SparseMatrix | protected |
| NumCols() const | mfem::Operator | inline |
| NumNonZeroElems() const override | mfem::SparseMatrix | virtual |
| NumRows() const | mfem::Operator | inline |
| Operator(int s=0) | mfem::Operator | inlineexplicit |
| Operator(int h, int w) | mfem::Operator | inline |
| operator()(int i, int j) | mfem::SparseMatrix | |
| operator()(int i, int j) const | mfem::SparseMatrix | |
| operator*=(real_t a) | mfem::SparseMatrix | |
| operator+=(const SparseMatrix &B) | mfem::SparseMatrix | |
| operator=(const SparseMatrix &rhs) | mfem::SparseMatrix | |
| operator=(real_t a) | mfem::SparseMatrix | |
| OverrideSize(int height_, int width_) | mfem::SparseMatrix | |
| OwnsData() const | mfem::SparseMatrix | inline |
| OwnsGraph() const | mfem::SparseMatrix | inline |
| PartAddMult(const Array< int > &rows, const Vector &x, Vector &y, const real_t a=1.0) const | mfem::SparseMatrix | |
| PartMult(const Array< int > &rows, const Vector &x, Vector &y) const | mfem::SparseMatrix | |
| 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 | |
| Print(std::ostream &out=mfem::out, int width_=4) const override | mfem::SparseMatrix | virtual |
| PrintCSR(std::ostream &out) const | mfem::SparseMatrix | |
| PrintCSR2(std::ostream &out) const | mfem::SparseMatrix | |
| PrintInfo(std::ostream &out) const | mfem::SparseMatrix | |
| PrintMathematica(std::ostream &out=mfem::out) const | mfem::SparseMatrix | virtual |
| PrintMatlab(std::ostream &out=mfem::out) const override | mfem::SparseMatrix | virtual |
| mfem::AbstractSparseMatrix::PrintMatlab(std::ostream &out, int n, int m=0) const | mfem::Operator | |
| PrintMM(std::ostream &out=mfem::out) const | mfem::SparseMatrix | |
| ReadData(bool on_dev=true) const | mfem::SparseMatrix | inline |
| ReadI(bool on_dev=true) const | mfem::SparseMatrix | inline |
| ReadJ(bool on_dev=true) const | mfem::SparseMatrix | inline |
| ReadWriteData(bool on_dev=true) | mfem::SparseMatrix | inline |
| ReadWriteI(bool on_dev=true) | mfem::SparseMatrix | inline |
| ReadWriteJ(bool on_dev=true) | mfem::SparseMatrix | inline |
| RecoverFEMSolution(const Vector &X, const Vector &b, Vector &x) | mfem::Operator | virtual |
| ResetTranspose() const | mfem::SparseMatrix | |
| RowIsEmpty(const int row) const | mfem::SparseMatrix | |
| RowNodeAlloc typedef | mfem::SparseMatrix | protected |
| Rows | mfem::SparseMatrix | protected |
| RowSize(const int i) const | mfem::SparseMatrix | |
| ScaleColumns(const Vector &sr) | mfem::SparseMatrix | |
| ScaleRow(const int row, const real_t scale) | mfem::SparseMatrix | |
| ScaleRows(const Vector &sl) | mfem::SparseMatrix | |
| SearchRow(const int col) | mfem::SparseMatrix | inline |
| SearchRow(const int row, const int col) | mfem::SparseMatrix | inline |
| Set(const int i, const int j, const real_t val) | mfem::SparseMatrix | |
| SetColPtr(const int row) const | mfem::SparseMatrix | inline |
| SetDataOwner(bool owna) | mfem::SparseMatrix | inline |
| SetDiagIdentity() | mfem::SparseMatrix | |
| SetEmpty() | mfem::SparseMatrix | protected |
| SetGraphOwner(bool ownij) | mfem::SparseMatrix | inline |
| SetRow(const int row, const Array< int > &cols, const Vector &srow) | mfem::SparseMatrix | |
| SetSubMatrix(const Array< int > &rows, const Array< int > &cols, const DenseMatrix &subm, int skip_zeros=1) | mfem::SparseMatrix | |
| SetSubMatrixTranspose(const Array< int > &rows, const Array< int > &cols, const DenseMatrix &subm, int skip_zeros=1) | mfem::SparseMatrix | |
| SetupRAP(const Operator *Pi, const Operator *Po) | mfem::Operator | protected |
| SetWidth(int width_=-1) | mfem::SparseMatrix | |
| Size() const | mfem::SparseMatrix | inline |
| SortColumnIndices() | mfem::SparseMatrix | |
| SparseMatrix() | mfem::SparseMatrix | inline |
| SparseMatrix(int nrows, int ncols=-1) | mfem::SparseMatrix | explicit |
| SparseMatrix(int *i, int *j, real_t *data, int m, int n) | mfem::SparseMatrix | |
| SparseMatrix(int *i, int *j, real_t *data, int m, int n, bool ownij, bool owna, bool issorted) | mfem::SparseMatrix | |
| SparseMatrix(int nrows, int ncols, int rowsize) | mfem::SparseMatrix | |
| SparseMatrix(const SparseMatrix &mat, bool copy_graph=true, MemoryType mt=MemoryType::PRESERVE) | mfem::SparseMatrix | |
| SparseMatrix(const Vector &v) | mfem::SparseMatrix | |
| SparseMatrixCount | mfem::SparseMatrix | protectedstatic |
| status | mfem::SparseMatrix | protected |
| status | mfem::SparseMatrix | protected |
| Swap(SparseMatrix &other) | mfem::SparseMatrix | |
| Symmetrize() | mfem::SparseMatrix | |
| Threshold(real_t tol, bool fix_empty_rows=false) | mfem::SparseMatrix | |
| ToDenseMatrix() const | mfem::SparseMatrix | |
| ToDenseMatrix(DenseMatrix &B) const | mfem::SparseMatrix | |
| Type enum name | mfem::Operator | |
| UseCuSparse(bool useCuSparse_=true) | mfem::SparseMatrix | inline |
| UseGPUSparse(bool useGPUSparse_=true) | mfem::SparseMatrix | inline |
| useGPUSparse | mfem::SparseMatrix | protected |
| vecX_descr | mfem::SparseMatrix | mutableprotected |
| vecX_descr | mfem::SparseMatrix | mutableprotected |
| vecY_descr | mfem::SparseMatrix | mutableprotected |
| vecY_descr | mfem::SparseMatrix | mutableprotected |
| Width() const | mfem::Operator | inline |
| width | mfem::Operator | protected |
| WriteData(bool on_dev=true) | mfem::SparseMatrix | inline |
| WriteI(bool on_dev=true) | mfem::SparseMatrix | inline |
| WriteJ(bool on_dev=true) | mfem::SparseMatrix | inline |
| ~AbstractSparseMatrix() | mfem::AbstractSparseMatrix | inlinevirtual |
| ~Matrix() | mfem::Matrix | inlinevirtual |
| ~Operator() | mfem::Operator | inlinevirtual |
| ~SparseMatrix() | mfem::SparseMatrix | virtual |