Searched refs:IS_COLORING_GLOBAL (Results 1 – 21 of 21) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | fdmpiaij.c | 80 if (ctype == IS_COLORING_GLOBAL && coloring->htype[0] == 'd') { in MatFDColoringApply_BAIJ() 107 …if (ctype == IS_COLORING_GLOBAL) w3_array -= cstart; /* shift pointer so global index can be used … in MatFDColoringApply_BAIJ() 123 if (ctype == IS_COLORING_GLOBAL) w3_array += cstart; in MatFDColoringApply_BAIJ() 234 if (ctype == IS_COLORING_GLOBAL && coloring->htype[0] == 'd') { in MatFDColoringApply_AIJ() 265 …if (ctype == IS_COLORING_GLOBAL) w3_array -= cstart; /* shift pointer so global index can be used … in MatFDColoringApply_AIJ() 279 if (ctype == IS_COLORING_GLOBAL) w3_array += cstart; in MatFDColoringApply_AIJ() 337 …if (ctype == IS_COLORING_GLOBAL) w3_array -= cstart; /* shift pointer so global index can be used … in MatFDColoringApply_AIJ() 351 if (ctype == IS_COLORING_GLOBAL) w3_array += cstart; in MatFDColoringApply_AIJ() 447 if (ctype == IS_COLORING_GLOBAL && c->htype[0] == 'd') { /* create vscale for storing dx */ in MatFDColoringSetUp_MPIXAIJ() 478 if (ctype == IS_COLORING_GLOBAL && c->htype[0] == 'd') { /* create vscale for storing dx */ in MatFDColoringSetUp_MPIXAIJ() [all …]
|
| /petsc/src/snes/interface/ |
| H A D | snesj2.c | 81 PetscCall(DMCreateColoring(dm, IS_COLORING_GLOBAL, &iscoloring)); in SNESComputeJacobianDefaultColor()
|
| /petsc/src/snes/impls/gs/ |
| H A D | gssecant.c | 39 PetscCall(DMCreateColoring(dm, IS_COLORING_GLOBAL, &coloring)); in SNESComputeNGSDefaultSecant()
|
| /petsc/doc/changes/ |
| H A D | 21.md | 57 IS_COLORING_GLOBAL or IS_COLOR_GLOBAL and a new third argument
|
| H A D | 211.md | 100 IS_COLORING_GLOBAL to IS_COLORING_LOCAL
|
| H A D | 233.md | 44 - changed IS_COLORING_LOCAL to IS_COLORING_GLOBAL
|
| /petsc/src/ts/tutorials/phasefield/ |
| H A D | biharmonic2.c | 120 PetscCall(DMCreateColoring(da, IS_COLORING_GLOBAL, &iscoloring)); in main()
|
| H A D | biharmonic3.c | 119 PetscCall(DMCreateColoring(da, IS_COLORING_GLOBAL, &iscoloring)); in main()
|
| /petsc/src/vec/is/is/utils/ |
| H A D | iscoloring.c | 255 if (iscoloring->ctype == IS_COLORING_GLOBAL) { in ISColoringGetIS() 369 (*iscoloring)->ctype = IS_COLORING_GLOBAL; in ISColoringCreate()
|
| /petsc/src/snes/utils/ |
| H A D | dmlocalsnes.c | 160 case IS_COLORING_GLOBAL: in SNESComputeJacobian_DMLocal()
|
| H A D | dmdasnes.c | 180 case IS_COLORING_GLOBAL: in SNESComputeJacobian_DMDA()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex14.c | 130 PetscCall(DMCreateColoring(user.da, IS_COLORING_GLOBAL, &iscoloring)); in main()
|
| /petsc/src/ts/utils/ |
| H A D | dmlocalts.c | 161 case IS_COLORING_GLOBAL: in TSComputeIJacobian_DMLocal()
|
| /petsc/include/ |
| H A D | petscis.h | 245 IS_COLORING_GLOBAL, enumerator
|
| /petsc/src/dm/impls/redundant/ |
| H A D | dmredundant.c | 183 case IS_COLORING_GLOBAL: in DMCreateColoring_Redundant()
|
| /petsc/src/dm/impls/da/ |
| H A D | fdda.c | 285 if (ctype == IS_COLORING_GLOBAL) { in DMCreateColoring_DA_2d_MPIAIJ() 349 if (ctype == IS_COLORING_GLOBAL) { in DMCreateColoring_DA_3d_MPIAIJ() 410 if (ctype == IS_COLORING_GLOBAL) { in DMCreateColoring_DA_1d_MPIAIJ() 476 if (ctype == IS_COLORING_GLOBAL) { in DMCreateColoring_DA_2d_5pt_MPIAIJ()
|
| /petsc/src/dm/impls/composite/ |
| H A D | pack.c | 1495 …PetscCheck(ctype == IS_COLORING_GLOBAL, PetscObjectComm((PetscObject)dm), PETSC_ERR_ARG_OUTOFRANGE… in DMCreateColoring_Composite() 1512 PetscCall(DMCreateColoring(next->dm, IS_COLORING_GLOBAL, &lcoloring)); in DMCreateColoring_Composite()
|
| /petsc/src/ts/tests/ |
| H A D | ex5.c | 276 PetscCall(DMCreateColoring(da, IS_COLORING_GLOBAL, &iscoloring)); in main()
|
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | minsurf2.c | 106 PetscCall(DMCreateColoring(user.dm, IS_COLORING_GLOBAL, &iscoloring)); in main()
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 5587 PetscCall(DMCreateColoring(dm, IS_COLORING_GLOBAL, &iscoloring)); in TSComputeIJacobianDefaultColor()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 68 v->coloringtype = IS_COLORING_GLOBAL; in DMCreate()
|