Home
last modified time | relevance | path

Searched refs:lsc (Results 1 – 20 of 20) sorted by relevance

/petsc/src/ksp/pc/impls/lsc/
H A Dlsc.c12 PC_LSC *lsc = (PC_LSC *)pc->data; in PCLSCAllocate_Private() local
16 if (lsc->allocated) PetscFunctionReturn(PETSC_SUCCESS); in PCLSCAllocate_Private()
17 PetscCall(KSPCreate(PetscObjectComm((PetscObject)pc), &lsc->kspL)); in PCLSCAllocate_Private()
18 PetscCall(KSPSetNestLevel(lsc->kspL, pc->kspnestlevel)); in PCLSCAllocate_Private()
19 PetscCall(KSPSetErrorIfNotConverged(lsc->kspL, pc->erroriffailure)); in PCLSCAllocate_Private()
20 PetscCall(PetscObjectIncrementTabLevel((PetscObject)lsc->kspL, (PetscObject)pc, 1)); in PCLSCAllocate_Private()
21 PetscCall(KSPSetType(lsc->kspL, KSPPREONLY)); in PCLSCAllocate_Private()
22 PetscCall(KSPSetOptionsPrefix(lsc->kspL, ((PetscObject)pc)->prefix)); in PCLSCAllocate_Private()
23 PetscCall(KSPAppendOptionsPrefix(lsc->kspL, "lsc_")); in PCLSCAllocate_Private()
25 PetscCall(MatCreateVecs(A, &lsc->Avec0, &lsc->Avec1)); in PCLSCAllocate_Private()
[all …]
/petsc/src/ksp/ksp/tests/output/
H A Dex11_test_fs-0_fc_pc_fieldsplit_off_diag_use_amat-0_fc_pc_fieldsplit_diag_use_amat-1.out123 type: lsc
298 type: lsc
H A Dex11_test_fs-0_fc_pc_fieldsplit_off_diag_use_amat-1_fc_pc_fieldsplit_diag_use_amat-1.out123 type: lsc
298 type: lsc
H A Dex11_test_fs-0_fc_pc_fieldsplit_off_diag_use_amat-0_fc_pc_fieldsplit_diag_use_amat-0.out123 type: lsc
298 type: lsc
H A Dex11_test_fs-0_fc_pc_fieldsplit_off_diag_use_amat-1_fc_pc_fieldsplit_diag_use_amat-0.out123 type: lsc
298 type: lsc
H A Dex11_test_fs-1_fc_pc_fieldsplit_off_diag_use_amat-1_fc_pc_fieldsplit_diag_use_amat-0.out123 type: lsc
306 type: lsc
H A Dex11_test_fs-1_fc_pc_fieldsplit_off_diag_use_amat-1_fc_pc_fieldsplit_diag_use_amat-1.out129 type: lsc
318 type: lsc
H A Dex11_test_fs-1_fc_pc_fieldsplit_off_diag_use_amat-0_fc_pc_fieldsplit_diag_use_amat-1.out129 type: lsc
318 type: lsc
H A Dex11_test_fs-1_fc_pc_fieldsplit_off_diag_use_amat-0_fc_pc_fieldsplit_diag_use_amat-0.out123 type: lsc
306 type: lsc
H A Dex11_2_test_fs-0_fc_pc_fieldsplit_off_diag_use_amat-0_fc_pc_fieldsplit_diag_use_amat-0.out123 type: lsc
330 type: lsc
H A Dex11_2_test_fs-0_fc_pc_fieldsplit_off_diag_use_amat-1_fc_pc_fieldsplit_diag_use_amat-0.out123 type: lsc
330 type: lsc
H A Dex11_2_test_fs-0_fc_pc_fieldsplit_off_diag_use_amat-1_fc_pc_fieldsplit_diag_use_amat-1.out123 type: lsc
330 type: lsc
H A Dex11_2_test_fs-0_fc_pc_fieldsplit_off_diag_use_amat-0_fc_pc_fieldsplit_diag_use_amat-1.out123 type: lsc
330 type: lsc
H A Dex11_2_test_fs-1_fc_pc_fieldsplit_off_diag_use_amat-1_fc_pc_fieldsplit_diag_use_amat-1.out129 type: lsc
350 type: lsc
H A Dex11_2_test_fs-1_fc_pc_fieldsplit_off_diag_use_amat-0_fc_pc_fieldsplit_diag_use_amat-1.out129 type: lsc
350 type: lsc
H A Dex11_2_test_fs-1_fc_pc_fieldsplit_off_diag_use_amat-1_fc_pc_fieldsplit_diag_use_amat-0.out123 type: lsc
338 type: lsc
H A Dex11_2_test_fs-1_fc_pc_fieldsplit_off_diag_use_amat-0_fc_pc_fieldsplit_diag_use_amat-0.out123 type: lsc
338 type: lsc
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out270 …arz jacobi telescope redundant cp shell galerkin ilu exotic gasm gamg none lmvm asm lsc (PCSetType)
/petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/
H A Dproject.pbxproj26 …D89D1C93207AA1AB00FACC19 /* lsc.c in Sources */ = {isa = PBXBuildFile; fileRef = D89D19AB207AA1A90…
778 …9D19AB207AA1A900FACC19 /* lsc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1549 D89D19AB207AA1A900FACC19 /* lsc.c */,
3023 D89D1C93207AA1AB00FACC19 /* lsc.c in Sources */,
/petsc/doc/manual/
H A Dksp.md2058 - `-fieldsplit_1_pc_type` `lsc` `-fieldsplit_1_lsc_pc_xxx` use
2369 complement with `-pc_fieldsplit_type schur -fieldsplit_1_pc_type lsc`.