Home
last modified time | relevance | path

Searched refs:putIntoSystemMatrix (Results 1 – 6 of 6) sorted by relevance

/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A DLLNL_FEI_LSCore.cxx78 int LLNL_FEI_LSCore::putIntoSystemMatrix(int nRows, const int *rows, in putIntoSystemMatrix() function in LLNL_FEI_LSCore
82 return(lsc_->putIntoSystemMatrix(nRows,rows,nCols,cols,vals)); in putIntoSystemMatrix()
H A DLLNL_FEI_LSCore.h53 int putIntoSystemMatrix(int nRows, const int *rows, int nCols,
H A DLLNL_FEI_Impl.cxx173 lscPtr_->putIntoSystemMatrix(one, &rowInd, rowSize, in solve()
H A DHYPRE_LinSysCore.h191 int putIntoSystemMatrix(int numPtRows, const int* ptRows, int numPtCols,
H A DCHANGELOG173 - modify putIntoSystemMatrix to support fei-lite
H A DHYPRE_LinSysCore.cxx1737 int HYPRE_LinSysCore::putIntoSystemMatrix(int numPtRows, const int* ptRows, in putIntoSystemMatrix() function in HYPRE_LinSysCore