MFEM
v3.2
Finite element discretization library
|
This is the complete list of members for mfem::SuperLURowLocMatrix, including all inherited members.
GetComm() const | mfem::SuperLURowLocMatrix | inline |
GetGradient(const Vector &x) const | mfem::Operator | inlinevirtual |
height | mfem::Operator | protected |
Height() const | mfem::Operator | inline |
InternalData() const | mfem::SuperLURowLocMatrix | inline |
Mult(const Vector &x, Vector &y) const | mfem::SuperLURowLocMatrix | inlinevirtual |
MultTranspose(const Vector &x, Vector &y) const | mfem::Operator | inlinevirtual |
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 |
PrintMatlab(std::ostream &out, int n=0, int m=0) const | mfem::Operator | |
SuperLURowLocMatrix(MPI_Comm comm, int num_loc_rows, int first_loc_row, int glob_nrows, int glob_ncols, int *I, int *J, double *data) | mfem::SuperLURowLocMatrix | |
SuperLURowLocMatrix(const HypreParMatrix &hypParMat) | mfem::SuperLURowLocMatrix | |
Width() const | mfem::Operator | inline |
width | mfem::Operator | protected |
~Operator() | mfem::Operator | inlinevirtual |
~SuperLURowLocMatrix() | mfem::SuperLURowLocMatrix |