MFEM v2.0
|
#include <sparsemat.hpp>
Public Attributes | |
RowNode * | Prev |
int | Column |
double | Value |
Definition at line 21 of file sparsemat.hpp.
int RowNode::Column |
Definition at line 25 of file sparsemat.hpp.
Referenced by SparseMatrix::AddMult(), SparseMatrix::AddMultTranspose(), SparseMatrix::EliminateRow(), SparseMatrix::EliminateRowCol(), SparseMatrix::Finalize(), SparseMatrix::Gauss_Seidel_back(), SparseMatrix::Gauss_Seidel_forw(), SparseMatrix::operator+=(), and SparseMatrix::SearchRow().
Definition at line 24 of file sparsemat.hpp.
Referenced by SparseMatrix::AddMult(), SparseMatrix::AddMultTranspose(), SparseMatrix::ClearColPtr(), SparseMatrix::CountSmallElems(), SparseMatrix::EliminateCol(), SparseMatrix::EliminateCols(), SparseMatrix::EliminateRow(), SparseMatrix::EliminateRowCol(), SparseMatrix::EliminateRowColMultipleRHS(), SparseMatrix::Finalize(), SparseMatrix::Gauss_Seidel_back(), SparseMatrix::Gauss_Seidel_forw(), SparseMatrix::GetBlocks(), SparseMatrix::GetRowSums(), SparseMatrix::InnerProduct(), SparseMatrix::MaxNorm(), SparseMatrix::NumNonZeroElems(), SparseMatrix::operator+=(), SparseMatrix::RowSize(), SparseMatrix::SearchRow(), SparseMatrix::SetColPtr(), and SparseMatrix::~SparseMatrix().
double RowNode::Value |
Definition at line 26 of file sparsemat.hpp.
Referenced by SparseMatrix::_Get_(), SparseMatrix::AddMult(), SparseMatrix::AddMultTranspose(), SparseMatrix::EliminateCol(), SparseMatrix::EliminateCols(), SparseMatrix::EliminateRow(), SparseMatrix::EliminateRowCol(), SparseMatrix::Finalize(), SparseMatrix::Gauss_Seidel_back(), SparseMatrix::Gauss_Seidel_forw(), SparseMatrix::operator+=(), SparseMatrix::RowSize(), and SparseMatrix::SearchRow().