| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex16.c | 38 static PetscErrorCode CreateHalfDomainLabel(DM dm, PetscBool lower, PetscReal height, DMLabel *labe… in CreateHalfDomainLabel() 82 …rrorCode CreateVolumeSubmesh(DM dm, PetscBool domain, PetscBool lower, PetscReal height, DM *subdm) in CreateVolumeSubmesh() 138 PetscReal height = -1.0; in main() local
|
| H A D | ex49.c | 77 …e CheckOffsets(DM dm, AppCtx *user, const char *domain_name, PetscInt label_value, PetscInt height) in CheckOffsets()
|
| /petsc/src/sys/classes/draw/tests/ |
| H A D | ex10.c | 9 int x = 0, y = 0, width = 300, height = 300; in main() local
|
| H A D | ex1.c | 9 int x = 0, y = 0, width = 300, height = 300; in main() local
|
| H A D | ex2.c | 10 int x = 0, y = 0, width = 256, height = 256, i; in main() local
|
| H A D | ex4.c | 30 int x = 0, y = 0, width = 256, height = 256; in main() local
|
| H A D | ex3.c | 18 int x = 0, y = 0, width = 400, height = 300; in main() local
|
| H A D | ex9.c | 11 int n = 20, i, x = 0, y = 0, width = 400, height = 300, bins = 8; in main() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexceed.c | 3 PetscErrorCode DMGetPoints_Internal(DM dm, DMLabel domainLabel, PetscInt labelVal, PetscInt height,… in DMGetPoints_Internal() 58 …exGetLocalOffsets(DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_… in DMPlexGetLocalOffsets() 200 PetscInt dim, height = 1, dm_field = 0, ds_field = 0, Nf, NfInt = 0, Nc; in DMPlexGetLocalOffsetsSupport() local 314 …etCeedRestriction(DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_… in DMPlexGetCeedRestriction() 368 PetscInt label_value = 0, height = 1, Nf, cdim; in DMPlexCeedComputeGeometryFVM() local
|
| H A D | plexpartition.c | 12 static PetscErrorCode DMPlexCreatePartitionerGraph_Overlap(DM dm, PetscInt height, PetscInt *numVer… in DMPlexCreatePartitionerGraph_Overlap() 111 static PetscErrorCode DMPlexCreatePartitionerGraph_Native(DM dm, PetscInt height, PetscInt *numVert… in DMPlexCreatePartitionerGraph_Native() 316 static PetscErrorCode DMPlexCreatePartitionerGraph_ViaMat(DM dm, PetscInt height, PetscInt *numVert… in DMPlexCreatePartitionerGraph_ViaMat() 503 PetscErrorCode DMPlexCreatePartitionerGraph(DM dm, PetscInt height, PetscInt *numVertices, PetscInt… in DMPlexCreatePartitionerGraph()
|
| /petsc/src/sys/classes/draw/interface/ |
| H A D | dtext.c | 185 PetscErrorCode PetscDrawStringSetSize(PetscDraw draw, PetscReal width, PetscReal height) in PetscDrawStringSetSize() 209 PetscErrorCode PetscDrawStringGetSize(PetscDraw draw, PetscReal *width, PetscReal *height) in PetscDrawStringGetSize()
|
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex20.c | 10 PetscInt height = 2, width = 3, nroots = height, nleaves, dim = 2; in main() local
|
| /petsc/include/petsc/private/ |
| H A D | partitionerimpl.h | 23 PetscInt height; /* Height of points to partition into non-overlapping subsets */ member
|
| /petsc/src/dm/dt/space/impls/wxy/ |
| H A D | spacewxy.c | 359 static PetscErrorCode PetscSpaceGetHeightSubspace_WXY(PetscSpace sp, PetscInt height, PetscSpace *s… in PetscSpaceGetHeightSubspace_WXY()
|
| /petsc/share/petsc/saws/js/ |
| H A D | treeInterface.js | 559 height: $("#tempInput").height(), property
|
| /petsc/src/dm/dt/space/interface/ |
| H A D | space.c | 517 PetscErrorCode PetscSpaceGetHeightSubspace(PetscSpace sp, PetscInt height, PetscSpace *subsp) in PetscSpaceGetHeightSubspace()
|
| /petsc/src/sys/classes/draw/impls/win32/ |
| H A D | win32draw.c | 392 …atic PetscErrorCode PetscDrawStringSetSize_Win32(PetscDraw draw, PetscReal width, PetscReal height) in PetscDrawStringSetSize_Win32() 406 …ic PetscErrorCode PetscDrawStringGetSize_Win32(PetscDraw draw, PetscReal *width, PetscReal *height) in PetscDrawStringGetSize_Win32()
|
| /petsc/src/dm/dt/space/impls/poly/ |
| H A D | spacepoly.c | 303 static PetscErrorCode PetscSpaceGetHeightSubspace_Polynomial(PetscSpace sp, PetscInt height, PetscS… in PetscSpaceGetHeightSubspace_Polynomial()
|
| /petsc/src/dm/dt/space/impls/ptrimmed/ |
| H A D | spaceptrimmed.c | 300 static PetscErrorCode PetscSpaceGetHeightSubspace_Ptrimmed(PetscSpace sp, PetscInt height, PetscSpa… in PetscSpaceGetHeightSubspace_Ptrimmed()
|
| /petsc/src/dm/impls/da/ |
| H A D | dalocal.c | 234 PetscErrorCode DMDAGetHeightStratum(DM dm, PetscInt height, PeOp PetscInt *pStart, PeOp PetscInt *p… in DMDAGetHeightStratum()
|
| /petsc/src/dm/dt/space/impls/sum/ |
| H A D | spacesum.c | 505 static PetscErrorCode PetscSpaceGetHeightSubspace_Sum(PetscSpace sp, PetscInt height, PetscSpace *s… in PetscSpaceGetHeightSubspace_Sum()
|
| /petsc/src/dm/interface/ |
| H A D | dmceed.c | 460 PetscInt value = 0, height = 1, NfInt = 0, Nf = 0; in DMCeedComputeInfo() local
|
| /petsc/src/dm/field/impls/ds/ |
| H A D | dmfieldds.c | 9 PetscInt height; /* Point height at which we want values and number of discretizations */ member 57 static PetscErrorCode DMFieldDSGetHeightDisc(DMField field, PetscInt height, PetscObject discList[]… in DMFieldDSGetHeightDisc()
|
| /petsc/src/dm/dt/space/impls/tensor/ |
| H A D | spacetensor.c | 572 static PetscErrorCode PetscSpaceGetHeightSubspace_Tensor(PetscSpace sp, PetscInt height, PetscSpace… in PetscSpaceGetHeightSubspace_Tensor()
|
| /petsc/src/dm/dt/dualspace/interface/ |
| H A D | dualspace.c | 1615 PetscErrorCode PetscDualSpaceGetHeightSubspace(PetscDualSpace sp, PetscInt height, PetscDualSpace *… in PetscDualSpaceGetHeightSubspace() 1712 PetscInt dim, depth, height; in PetscDualSpaceGetPointSubspace() local
|