Searched refs:lrc (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex2_help.out | 57 …qmaij seqkaij mffd seqaijsell nest constantdiagonal mpimaij mpiaij mpikaij lrc seqdense dummy is m…
|
| /petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/ |
| H A D | project.pbxproj | 165 …D89D1D1E207AA1AB00FACC19 /* lrc.c in Sources */ = {isa = PBXBuildFile; fileRef = D89D1A36207AA1A90… 917 …9D1A36207AA1A900FACC19 /* lrc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 1688 D89D1A36207AA1A900FACC19 /* lrc.c */, 3108 D89D1D1E207AA1AB00FACC19 /* lrc.c in Sources */,
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 174 PetscBool print, eerr, done, lrc[2], conforming, global, setprimal; in PCBDDCNedelecSupport() local 200 lrc[0] = PETSC_FALSE; in PCBDDCNedelecSupport() 203 lrc[0] = PETSC_TRUE; in PCBDDCNedelecSupport() 208 PetscCallMPI(MPIU_Allreduce(&lrc[0], &lrc[1], 1, MPI_C_BOOL, MPI_LOR, comm)); in PCBDDCNedelecSupport() 209 if (!lrc[1]) PetscFunctionReturn(PETSC_SUCCESS); in PCBDDCNedelecSupport()
|