Searched refs:Amax_neg (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | classical.c | 193 PetscReal *Amax_pos, *Amax_neg; in PCGAMGProlongator_Classical_Direct() local 224 PetscCall(PetscMalloc5(fn, &lsparse, fn, &gsparse, fn, &lcid, fn, &Amax_pos, fn, &Amax_neg)); in PCGAMGProlongator_Classical_Direct() 258 Amax_neg[i - fs] = 0.; in PCGAMGProlongator_Classical_Direct() 261 …if ((PetscRealPart(-rval[j]) > Amax_neg[i - fs]) && i != rcol[j]) Amax_neg[i - fs] = PetscAbsScala… in PCGAMGProlongator_Classical_Direct() 282 …hold[0] * Amax_pos[i] || PetscRealPart(-rval[j]) > gamg->threshold[0] * Amax_neg[i])) lsparse[i] +… in PCGAMGProlongator_Classical_Direct() 290 …hold[0] * Amax_pos[i] || PetscRealPart(-rval[j]) > gamg->threshold[0] * Amax_neg[i])) gsparse[i] +… in PCGAMGProlongator_Classical_Direct() 324 … gamg->threshold[0] * Amax_pos[i] || PetscRealPart(-rval[j]) > gamg->threshold[0] * Amax_neg[i])) { in PCGAMGProlongator_Classical_Direct() 348 … gamg->threshold[0] * Amax_pos[i] || PetscRealPart(-rval[j]) > gamg->threshold[0] * Amax_neg[i])) { in PCGAMGProlongator_Classical_Direct() 384 … gamg->threshold[0] * Amax_pos[i] || PetscRealPart(-rval[j]) > gamg->threshold[0] * Amax_neg[i])) { in PCGAMGProlongator_Classical_Direct() 406 … gamg->threshold[0] * Amax_pos[i] || PetscRealPart(-rval[j]) > gamg->threshold[0] * Amax_neg[i])) { in PCGAMGProlongator_Classical_Direct() [all …]
|