Home
last modified time | relevance | path

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

/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A DHYPRE_SlideReduction.cxx90 if ( procNConstr_ != NULL ) delete [] procNConstr_; in ~HYPRE_SlideReduction()
174 nConstraints = procNConstr_[mypid+1] - procNConstr_[mypid]; in getMatrixNumRows()
326 if ( procNConstr_ != NULL ) delete [] procNConstr_; in setup()
511 if ( procNConstr_ != NULL ) delete [] procNConstr_; in findConstraints()
572 nConstraints = procNConstr_[mypid+1] - procNConstr_[mypid]; in findSlaveEqns1()
747 nConstraints = procNConstr_[mypid+1] - procNConstr_[mypid]; in findSlaveEqnsBlock()
1633 if (procNConstr_ == NULL || procNConstr_[nprocs] == 0) in buildModifiedRHSVector()
1740 nConstraints = procNConstr_[mypid+1] - procNConstr_[mypid]; in buildModifiedSolnVector()
1743 (procNConstr_==NULL || procNConstr_[nprocs]==0)) in buildModifiedSolnVector()
2095 if ( procNConstr_ == NULL || procNConstr_[nprocs] == 0 ) in buildReducedRHSVector()
[all …]
H A DHYPRE_SlideReduction.h38 int *procNConstr_; variable