Home
last modified time | relevance | path

Searched defs:color (Results 1 – 25 of 46) sorted by relevance

12

/petsc/src/sys/classes/draw/impls/x/
H A Dximpl.h55 …#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 Dex37.c62 PetscMPIInt color, subrank, duprank, subsize; in main() local
79 PetscMPIInt subrank = -1, color = -1; in main() local
/petsc/src/mat/matfd/
H A Dfdmatrix.c223 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 Dsubcomm.c195 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 Dbars.c140 int bcolor, color; in PetscDrawBarDraw() local
256 PetscErrorCode PetscDrawBarSetColor(PetscDrawBar bar, int color) in PetscDrawBarSetColor()
H A Dhists.c25 int color; member
312 int bcolor, color, numBins, numBinsOld; in PetscDrawHGDraw() local
600 PetscErrorCode PetscDrawHGSetColor(PetscDrawHG hist, int color) in PetscDrawHGSetColor()
H A Ddscatter.c386 …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 Dex12.c11 int color = PETSC_DRAW_ROTATE; in main() local
H A Dex9.c13 int color = PETSC_DRAW_GREEN; in main() local
H A Dex6.c37 int color; in DrawFunction() local
/petsc/share/petsc/bin/
H A Ddmnetwork_view.py33 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 Dwin32draw.c149 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 Dex242.c13 PetscMPIInt rank, color; in main() local
H A Dex183.c28 PetscMPIInt rank, size, subrank, subsize, color; in main() local
H A Dex23.c207 PetscMPIInt color = rank % 2; in main() local
/petsc/src/snes/interface/
H A Dsnesj2.c63 MatFDColoring color = (MatFDColoring)ctx; in SNESComputeJacobianDefaultColor() local
/petsc/src/snes/tutorials/network/
H A Dex1.c53 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 Dlogmpe.c65 const char *color; in PetscLogHandlerMPECreateEvent() local
/petsc/src/sys/utils/openmp/
H A Dmpmpishm.c139 PetscMPIInt shm_rank, shm_comm_size, omp_rank, color, nr_cpu_ulongs; in PetscOmpCtrlCreate() local
/petsc/src/dm/impls/network/
H A Dnetworkview.c16 PetscScalar vertexCoords[2], *color_ptr, color; in DMView_Network_CSV() local
/petsc/src/sys/classes/draw/impls/image/
H A Ddrawimage.c6 …#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 Dpartition.c60 PetscInt cell, n, N, p, rstart, rend, *color; in MatPartitioningApply_Square() local
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_diag.py416 def color(self) -> str: member in DiagnosticKind
/petsc/src/mat/graphops/color/impls/jp/
H A Djp.c397 ISColoringValue *color, *mincolor; in MatColoringApply_JP() local
/petsc/src/vec/is/is/utils/
H A Disdiff.c622 PetscMPIInt rank, size, llow, lhigh, low, high, color, subsize; in ISPairToList() local

12