Home
last modified time | relevance | path

Searched refs:getCCSMatrix (Results 1 – 3 of 3) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/solver/
H A Dumfpacksolver.hh138 getCCSMatrix().free(); in finalize()
156 …Caller::solve(UMFPACK_A, getCCSMatrix().getColStart(), getCCSMatrix().getRowIndex(), getCCSMatrix(… in apply()
218 CCSMatrixType& getCCSMatrix() const in getCCSMatrix() function in Dune::Fem::UMFPACKInverseOperator
253 const std::size_t dimMat(getCCSMatrix().N()); in decompose()
254 …ic(static_cast<int>(dimMat), static_cast<int>(dimMat), getCCSMatrix().getColStart(), getCCSMatrix(… in decompose()
255 …reinterpret_cast<double*>(getCCSMatrix().getValues()), &UMF_Symbolic, UMF_Control, UMF_Decompositi… in decompose()
256 …Caller::numeric(getCCSMatrix().getColStart(), getCCSMatrix().getRowIndex(), reinterpret_cast<doubl… in decompose()
H A Dspqrsolver.hh311 CCSMatrixType& getCCSMatrix() const in getCCSMatrix() function in Dune::Fem::SPQRInverseOperator
330 CCSMatrixType& ccsmat = getCCSMatrix(); in decompose()
H A Dldlsolver.hh273 CCSMatrixType& getCCSMatrix() in getCCSMatrix() function in Dune::Fem::LDLInverseOperator