| /petsc/src/sys/classes/draw/impls/x/ |
| H A D | ximpl.h | 55 …#define PetscDrawXiValidColor(W, color) PetscCheck((color) >= 0 && (color) < PETSC_DRAW_MAXCOLOR, … argument 57 #define PetscDrawXiValidColor(W, color) \ argument 62 #define PetscDrawXiSetColor(W, color) \ argument
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex37.c | 62 PetscMPIInt color, subrank, duprank, subsize; in main() local 79 PetscMPIInt subrank = -1, color = -1; in main() local
|
| /petsc/src/mat/matfd/ |
| H A D | fdmatrix.c | 223 PetscErrorCode MatFDColoringSetUp(Mat mat, ISColoring iscoloring, MatFDColoring color) in MatFDColoringSetUp() 434 PetscErrorCode MatFDColoringCreate(Mat mat, ISColoring iscoloring, MatFDColoring *color) in MatFDColoringCreate() 491 MatFDColoring color = *c; in MatFDColoringDestroy() local
|
| /petsc/src/sys/objects/ |
| H A D | subcomm.c | 195 PetscErrorCode PetscSubcommSetTypeGeneral(PetscSubcomm psubcomm, PetscMPIInt color, PetscMPIInt sub… in PetscSubcommSetTypeGeneral() 376 PetscMPIInt np_subcomm, nleftover, i, color = -1, rankstart, nsubcomm = psubcomm->n; in PetscSubcommCreate_contiguous() local 447 PetscMPIInt np_subcomm, nleftover, i, j, color, nsubcomm = psubcomm->n; in PetscSubcommCreate_interlaced() local
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | bars.c | 140 int bcolor, color; in PetscDrawBarDraw() local 256 PetscErrorCode PetscDrawBarSetColor(PetscDrawBar bar, int color) in PetscDrawBarSetColor()
|
| H A D | hists.c | 25 int color; member 312 int bcolor, color, numBins, numBinsOld; in PetscDrawHGDraw() local 600 PetscErrorCode PetscDrawHGSetColor(PetscDrawHG hist, int color) in PetscDrawHGSetColor()
|
| H A D | dscatter.c | 386 …int color = sp->colorized ? PetscDrawRealToColor(sp->z[p * dim], sp->zmin, sp->zmax) : (size > 1 ?… in PetscDrawSPDraw() local
|
| /petsc/src/sys/classes/draw/tests/ |
| H A D | ex12.c | 11 int color = PETSC_DRAW_ROTATE; in main() local
|
| H A D | ex9.c | 13 int color = PETSC_DRAW_GREEN; in main() local
|
| H A D | ex6.c | 37 int color; in DrawFunction() local
|
| /petsc/share/petsc/bin/ |
| H A D | dmnetwork_view.py | 33 def parseRGBColor(color, defaultValue = (0.2, 0.2, 0.2, 1)): argument 102 def getRGB(self, color, defaultValue = (0.2, 0.2, 0.2, 1)): argument
|
| /petsc/src/sys/classes/draw/impls/win32/ |
| H A D | win32draw.c | 149 static PetscErrorCode TranslateColor_Win32(PetscDraw draw, int color) in TranslateColor_Win32() 203 …scDrawLine_Win32(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int color) in PetscDrawLine_Win32() 254 static PetscErrorCode PetscDrawPoint_Win32(PetscDraw draw, PetscReal x, PetscReal y, int color) in PetscDrawPoint_Win32() 300 static PetscErrorCode PetscDrawString_Win32(PetscDraw draw, PetscReal x, PetscReal y, int color, co… in PetscDrawString_Win32() 346 …PetscDrawStringVertical_Win32(PetscDraw draw, PetscReal x, PetscReal y, int color, const char *tex… in PetscDrawStringVertical_Win32()
|
| /petsc/src/mat/tests/ |
| H A D | ex242.c | 13 PetscMPIInt rank, color; in main() local
|
| H A D | ex183.c | 28 PetscMPIInt rank, size, subrank, subsize, color; in main() local
|
| H A D | ex23.c | 207 PetscMPIInt color = rank % 2; in main() local
|
| /petsc/src/snes/interface/ |
| H A D | snesj2.c | 63 MatFDColoring color = (MatFDColoring)ctx; in SNESComputeJacobianDefaultColor() local
|
| /petsc/src/snes/tutorials/network/ |
| H A D | ex1.c | 53 PetscReal *color; in UserMonitor() local 332 PetscReal *color; in CoordinateVecSetUp() local 462 PetscReal *color; in main() local
|
| /petsc/src/sys/logging/handler/impls/mpe/ |
| H A D | logmpe.c | 65 const char *color; in PetscLogHandlerMPECreateEvent() local
|
| /petsc/src/sys/utils/openmp/ |
| H A D | mpmpishm.c | 139 PetscMPIInt shm_rank, shm_comm_size, omp_rank, color, nr_cpu_ulongs; in PetscOmpCtrlCreate() local
|
| /petsc/src/dm/impls/network/ |
| H A D | networkview.c | 16 PetscScalar vertexCoords[2], *color_ptr, color; in DMView_Network_CSV() local
|
| /petsc/src/sys/classes/draw/impls/image/ |
| H A D | drawimage.c | 6 …#define PetscDrawValidColor(color) PetscCheck((color) >= 0 && (color) < 256, PETSC_COMM_SELF, PETS… argument 8 #define PetscDrawValidColor(color) \ argument
|
| /petsc/src/mat/graphops/partition/ |
| H A D | partition.c | 60 PetscInt cell, n, N, p, rstart, rend, *color; in MatPartitioningApply_Square() local
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _diag.py | 416 def color(self) -> str: member in DiagnosticKind
|
| /petsc/src/mat/graphops/color/impls/jp/ |
| H A D | jp.c | 397 ISColoringValue *color, *mincolor; in MatColoringApply_JP() local
|
| /petsc/src/vec/is/is/utils/ |
| H A D | isdiff.c | 622 PetscMPIInt rank, size, llow, lhigh, low, high, color, subsize; in ISPairToList() local
|