Searched refs:nsplits (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ksp/pc/impls/fieldsplit/ |
| H A D | fieldsplit.c | 42 PetscInt nsplits; /* Number of field divisions defined */ member 120 …cInt_FMT ", blocksize = %" PetscInt_FMT "\n", PCCompositeTypes[jac->type], jac->nsplits, jac->bs)); in PCView_FieldSplit() 122 …h %s composition: total splits = %" PetscInt_FMT "\n", PCCompositeTypes[jac->type], jac->nsplits)); in PCView_FieldSplit() 128 for (i = 0; i < jac->nsplits; i++) { in PCView_FieldSplit() 153 wd = w / (jac->nsplits + 1); in PCView_FieldSplit() 154 x = x - wd * (jac->nsplits - 1) / 2.0; in PCView_FieldSplit() 155 for (i = 0; i < jac->nsplits; i++) { in PCView_FieldSplit() 212 for (i = 0; i < jac->nsplits; i++) { in PCView_FieldSplit_Schur() 301 …cInt_FMT ", blocksize = %" PetscInt_FMT "\n", PCCompositeTypes[jac->type], jac->nsplits, jac->bs)); in PCView_FieldSplit_GKB() 303 …h %s composition: total splits = %" PetscInt_FMT "\n", PCCompositeTypes[jac->type], jac->nsplits)); in PCView_FieldSplit_GKB() [all …]
|
| /petsc/src/ksp/pc/impls/redistribute/ |
| H A D | redistribute.c | 24 PetscInt nsplits; member 40 PetscCall(PetscSNPrintf((*next)->splitname, 7, "%" PetscInt_FMT, red->nsplits++)); in PCFieldSplitSetIS_Redistribute() 263 …PetscCheck(red->nsplits <= (PetscInt)PETSC_STATIC_ARRAY_LENGTH(primes), PETSC_COMM_SELF, PETSC_ERR… in PCSetUp_Redistribute()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex70.c | 1145 PetscInt nsplits; in SolveTimeDepStokes() local 1157 PetscCall(PCFieldSplitGetSubKSP(pc, &nsplits, &sub_ksp)); in SolveTimeDepStokes() 1161 if (nsplits == 2) { in SolveTimeDepStokes()
|
| H A D | ex43.c | 1497 PetscInt nsplits; in solve_stokes_2d_coupled() local 1508 PetscCall(PCFieldSplitGetSubKSP(pc_S, &nsplits, &sub_ksp)); in solve_stokes_2d_coupled() 1512 if (nsplits == 2) { in solve_stokes_2d_coupled()
|