KLU branch rebased upon master @ 3 Feb 2022
Some merge conflicts have not been solved yet Please look for >>>> HEAD if you want to solve them
This commit is contained in:
parent
b900527341
commit
02e7c1c5b0
|
|
@ -769,7 +769,7 @@ void
|
||||||
// pNode->fPPsiOx = spGetElement( matrix, pEqn, psiEqnOxM );
|
// pNode->fPPsiOx = spGetElement( matrix, pEqn, psiEqnOxM );
|
||||||
// pNode->fPPsiOxP1 = spGetElement( matrix, pEqn, psiEqnOxP );
|
// pNode->fPPsiOxP1 = spGetElement( matrix, pEqn, psiEqnOxP );
|
||||||
// =======
|
// =======
|
||||||
// if ( nIndex <= 1 ) { /* Top Side */
|
if ( nIndex <= 1 ) { /* Top Side */
|
||||||
//
|
//
|
||||||
// #ifdef KLU
|
// #ifdef KLU
|
||||||
// pNode->fNPsiIn = SMPmakeEltKLUforCIDER (matrix, nEqn, psiEqnInM) ;
|
// pNode->fNPsiIn = SMPmakeEltKLUforCIDER (matrix, nEqn, psiEqnInM) ;
|
||||||
|
|
|
||||||
|
|
@ -500,7 +500,7 @@ void
|
||||||
// pNode->fNPsiOx = spGetElement( matrix, nEqn, psiEqnOxM );
|
// pNode->fNPsiOx = spGetElement( matrix, nEqn, psiEqnOxM );
|
||||||
// pNode->fNPsiOxP1 = spGetElement( matrix, nEqn, psiEqnOxP );
|
// pNode->fNPsiOxP1 = spGetElement( matrix, nEqn, psiEqnOxP );
|
||||||
// =======
|
// =======
|
||||||
// if ( nIndex <= 1 ) { /* Top Side */
|
if ( nIndex <= 1 ) { /* Top Side */
|
||||||
//
|
//
|
||||||
// #ifdef KLU
|
// #ifdef KLU
|
||||||
// pNode->fNPsiIn = SMPmakeEltKLUforCIDER (matrix, nEqn, psiEqnInM) ;
|
// pNode->fNPsiIn = SMPmakeEltKLUforCIDER (matrix, nEqn, psiEqnInM) ;
|
||||||
|
|
|
||||||
|
|
@ -500,7 +500,7 @@ void
|
||||||
// pNode->fPPsiOx = spGetElement( matrix, pEqn, psiEqnOxM );
|
// pNode->fPPsiOx = spGetElement( matrix, pEqn, psiEqnOxM );
|
||||||
// pNode->fPPsiOxP1 = spGetElement( matrix, pEqn, psiEqnOxP );
|
// pNode->fPPsiOxP1 = spGetElement( matrix, pEqn, psiEqnOxP );
|
||||||
// =======
|
// =======
|
||||||
// if ( nIndex <= 1 ) { /* Top Side */
|
if ( nIndex <= 1 ) { /* Top Side */
|
||||||
//
|
//
|
||||||
// #ifdef KLU
|
// #ifdef KLU
|
||||||
// pNode->fPPsiIn = SMPmakeEltKLUforCIDER (matrix, pEqn, psiEqnInM) ;
|
// pNode->fPPsiIn = SMPmakeEltKLUforCIDER (matrix, pEqn, psiEqnInM) ;
|
||||||
|
|
|
||||||
|
|
@ -347,7 +347,6 @@ do { if((here->ptr = SMPmakeElt(matrix, here->first, here->second)) == NULL){\
|
||||||
}
|
}
|
||||||
|
|
||||||
return(OK);
|
return(OK);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue