| /petsc/src/sys/classes/draw/interface/ |
| H A D | drect.c | 124 …cDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int c1, int c2, int c3, int c4) in PetscDrawRectangle() argument 128 PetscUseTypeMethod(draw, rectangle, xl, yl, xr, yr, c1, c2, c3, c4); in PetscDrawRectangle()
|
| H A D | dtri.c | 221 int c1, c2, c3, c4, i, j; in PetscDrawTensorContourPatch() local 240 c4 = PetscDrawRealToColor(v[i + j * m + m], min, max); in PetscDrawTensorContourPatch() 243 PetscCall(PetscDrawTriangle(draw, x1, y_1, x3, y3, x4, y4, c1, c3, c4)); in PetscDrawTensorContourPatch()
|
| /petsc/include/ |
| H A D | petscbt.h | 93 const PetscByte c4 = 0x0F; in PetscBTCountSet() local 97 cnt += (byte + (byte >> 4)) & c4; in PetscBTCountSet()
|
| /petsc/src/sys/classes/draw/impls/win32/ |
| H A D | win32draw.c | 157 static PetscErrorCode AverageColorRectangle_Win32(PetscDraw draw, int c1, int c2, int c3, int c4) in AverageColorRectangle_Win32() argument 162 …3] + RedMap[c4]) / 4, (GreenMap[c1] + GreenMap[c2] + GreenMap[c3] + GreenMap[c4]) / 4, (BlueMap[c1… in AverageColorRectangle_Win32() 175 …cDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int c1, int c2, int c3, int c4) in PetscDrawRectangle_Win32() argument 189 if (c1 == c2 && c2 == c3 && c3 == c4) TranslateColor_Win32(draw, c1); in PetscDrawRectangle_Win32() 190 else AverageColorRectangle_Win32(draw, c1, c2, c3, c4); in PetscDrawRectangle_Win32()
|
| /petsc/src/sys/classes/draw/impls/tikz/ |
| H A D | tikz.c | 96 …cDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int c1, int c2, int c3, int c4) in PetscDrawRectangle_TikZ() argument 102 …op color=%s] (%g,%g) rectangle (%g,%g);\n", TikZColorMap(c1), TikZColorMap(c4), XTRANS(draw, xl), … in PetscDrawRectangle_TikZ()
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | matrart.c | 111 PetscScalar *d, *c, *c2, *c3, *c4; in MatMatMatMultNumeric_SeqAIJ_SeqAIJ_SeqDense() local 148 c4 = c3 + am; in MatMatMatMultNumeric_SeqAIJ_SeqAIJ_SeqDense() 182 r4 += (*ra++) * c4[*rj++]; in MatMatMatMultNumeric_SeqAIJ_SeqAIJ_SeqDense()
|
| H A D | matmatmult.c | 1498 PetscScalar *c, r1, r2, r3, r4, *c1, *c2, *c3, *c4; in MatMatMultNumericAdd_SeqAIJ_SeqDense() local 1527 c4 = c3 + clda; in MatMatMultNumericAdd_SeqAIJ_SeqDense() 1546 c4[i] += r4; in MatMatMultNumericAdd_SeqAIJ_SeqDense() 1551 c4[i] = r4; in MatMatMultNumericAdd_SeqAIJ_SeqDense() 1563 c4 += am4; in MatMatMultNumericAdd_SeqAIJ_SeqDense()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex11.c | 65 PetscInt c4[4] = {15, 17, 21, 23}; in TestEmptyStrata() local 105 PetscCall(DMPlexSetCone(dm, 4, c4)); in TestEmptyStrata()
|
| /petsc/src/sys/classes/draw/impls/null/ |
| H A D | drawnull.c | 48 …cDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int c1, int c2, int c3, int c4) in PetscDrawRectangle_Null() argument
|
| /petsc/src/sys/classes/draw/impls/image/ |
| H A D | drawimage.c | 162 …cDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int c1, int c2, int c3, int c4) in PetscDrawRectangle_Image() argument 170 PetscDrawValidColor(c4); in PetscDrawRectangle_Image() 174 int c = (c1 + c2 + c3 + c4) / 4; in PetscDrawRectangle_Image()
|
| /petsc/src/dm/impls/da/ |
| H A D | gr2.c | 31 int c1, c2, c3, c4; in VecView_MPI_Draw_DA2d_Zoom() local 67 c4 = PetscDrawRealToColor(PetscRealPart(v[k + dof * id]), min, max); in VecView_MPI_Draw_DA2d_Zoom() 70 PetscCall(PetscDrawTriangle(draw, x1, y_1, x3, y3, x4, y4, c1, c3, c4)); in VecView_MPI_Draw_DA2d_Zoom()
|
| /petsc/src/sys/classes/draw/impls/x/ |
| H A D | xops.c | 131 …cDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int c1, int c2, int c3, int c4) in PetscDrawRectangle_X() argument 134 int x, y, w, h, c = (c1 + c2 + c3 + c4) / 4; in PetscDrawRectangle_X()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 7861 (drsm-c4-ssg 1.25) 8091 (ke-easm-c4 0.4)
|