Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 32) sorted by relevance

12

/petsc/src/sys/classes/draw/interface/
H A Ddline.c200 PetscErrorCode PetscDrawLineSetWidth(PetscDraw draw, PetscReal width) in PetscDrawLineSetWidth()
228 PetscErrorCode PetscDrawLineGetWidth(PetscDraw draw, PetscReal *width) in PetscDrawLineGetWidth()
H A Ddpoint.c68 PetscErrorCode PetscDrawPointSetSize(PetscDraw draw, PetscReal width) in PetscDrawPointSetSize()
H A Ddtext.c185 PetscErrorCode PetscDrawStringSetSize(PetscDraw draw, PetscReal width, PetscReal height) in PetscDrawStringSetSize()
209 PetscErrorCode PetscDrawStringGetSize(PetscDraw draw, PetscReal *width, PetscReal *height) in PetscDrawStringGetSize()
/petsc/src/sys/classes/draw/tests/
H A Dex10.c9 int x = 0, y = 0, width = 300, height = 300; in main() local
H A Dex1.c9 int x = 0, y = 0, width = 300, height = 300; in main() local
H A Dex2.c10 int x = 0, y = 0, width = 256, height = 256, i; in main() local
H A Dex4.c30 int x = 0, y = 0, width = 256, height = 256; in main() local
H A Dex3.c18 int x = 0, y = 0, width = 400, height = 300; in main() local
H A Dex9.c11 int n = 20, i, x = 0, y = 0, width = 400, height = 300, bins = 8; in main() local
/petsc/src/vec/is/sf/tests/
H A Dex20.c10 PetscInt height = 2, width = 3, nroots = height, nleaves, dim = 2; in main() local
/petsc/src/dm/impls/patch/
H A Dpatchcreate.c104 PetscInt dof = 1, width = 1; in DMPatchCreateGrid() local
/petsc/src/sys/yaml/src/
H A Dreader.c193 unsigned int width = 0; in yaml_parser_update_buffer() local
/petsc/include/petsc/private/
H A Drandomimpl.h24 PetscScalar low, width; /* lower bound and width of the interval over member
H A Ddmplextransformimpl.h98 PetscReal width; // The width of a cohesive cell member
/petsc/src/mat/graphops/order/
H A Dfn1wd.c38 PetscReal width, fnlvl; in SPARSEPACKfn1wd() local
/petsc/src/dm/tests/
H A Dex3.c11 int width, xbase; in main() local
/petsc/src/sys/classes/draw/impls/win32/
H A Dwin32draw.c229 static PetscErrorCode PetscDrawLineSetWidth_Win32(PetscDraw draw, PetscReal width) in PetscDrawLineSetWidth_Win32()
245 static PetscErrorCode PetscDrawLineGetWidth_Win32(PetscDraw draw, PetscReal *width) in PetscDrawLineGetWidth_Win32()
285 static PetscErrorCode PetscDrawPointSetSize_Win32(PetscDraw draw, PetscReal width) in PetscDrawPointSetSize_Win32()
392 static PetscErrorCode PetscDrawStringSetSize_Win32(PetscDraw draw, PetscReal width, PetscReal heigh… in PetscDrawStringSetSize_Win32()
406 static PetscErrorCode PetscDrawStringGetSize_Win32(PetscDraw draw, PetscReal *width, PetscReal *hei… in PetscDrawStringGetSize_Win32()
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrcohesive.c54 PetscReal width; in DMPlexTransformSetFromOptions_Cohesive() local
990 PetscReal width; in DMPlexTransformMapCoordinates_Cohesive() local
1155 PetscErrorCode DMPlexTransformCohesiveExtrudeGetWidth(DMPlexTransform tr, PetscReal *width) in DMPlexTransformCohesiveExtrudeGetWidth()
1179 PetscErrorCode DMPlexTransformCohesiveExtrudeSetWidth(DMPlexTransform tr, PetscReal width) in DMPlexTransformCohesiveExtrudeSetWidth()
/petsc/share/petsc/saws/js/
H A DtreeInterface.js560 width: $("#tempInput").width() property
/petsc/src/tao/linesearch/impls/morethuente/
H A Dmorethuente.c37 PetscReal finit, width, width1, dginit, fm, fxm, fym, dgm, dgxm, dgym; in TaoLineSearchApply_MT() local
/petsc/src/sys/classes/draw/impls/tikz/
H A Dtikz.c143 PetscReal width; in PetscDrawStringVertical_TikZ() local
/petsc/src/sys/classes/draw/impls/null/
H A Ddrawnull.c29 static PetscErrorCode PetscDrawLineGetWidth_Null(PetscDraw draw, PetscReal *width) in PetscDrawLineGetWidth_Null()
/petsc/src/dm/impls/da/
H A Dda.c528 PetscErrorCode DMDASetStencilWidth(DM da, PetscInt width) in DMDASetStencilWidth()
555 PetscErrorCode DMDAGetStencilWidth(DM da, PetscInt *width) in DMDAGetStencilWidth()
/petsc/src/sys/classes/viewer/impls/cgns/
H A Dcgnsv.c55 PetscCount size, width = 32, *steps; in PetscViewerFileClose_CGNS() local
/petsc/src/sys/classes/draw/impls/image/
H A Ddrawimage.c104 static PetscErrorCode PetscDrawLineGetWidth_Image(PetscDraw draw, PetscReal *width) in PetscDrawLineGetWidth_Image()

12