Home
last modified time | relevance | path

Searched refs:reducedAmat_ (Results 1 – 2 of 2) sorted by relevance

/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A DHYPRE_SlideReduction.cxx60 reducedAmat_ = NULL; in HYPRE_SlideReduction()
100 if ( reducedAmat_ != NULL ) HYPRE_IJMatrixDestroy(reducedAmat_); in ~HYPRE_SlideReduction()
194 (*mat) = reducedAmat_; in getReducedMatrix()
336 if ( reducedAmat_ != NULL ) HYPRE_IJMatrixDestroy(reducedAmat_); in setup()
348 reducedAmat_ = NULL; in setup()
1588 HYPRE_IJMatrixAssemble(reducedAmat_); in buildSubMatrices()
1625 if (reducedAmat_ == NULL) return 0; in buildModifiedRHSVector()
2033 HYPRE_IJMatrixAssemble(reducedAmat_); in buildReducedMatrix()
2087 if ( reducedAmat_ == NULL ) return 0; in buildReducedRHSVector()
2242 if ( reducedAmat_ == NULL ) return 0; in buildReducedSolnVector()
[all …]
H A DHYPRE_SlideReduction.h33 HYPRE_IJMatrix reducedAmat_; variable