| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex16.c | 16 static PetscErrorCode CreateHalfCellsLabel(DM dm, PetscBool lower, DMLabel *label) in CreateHalfCellsLabel() 38 static PetscErrorCode CreateHalfDomainLabel(DM dm, PetscBool lower, PetscReal height, DMLabel *labe… in CreateHalfDomainLabel() 82 static PetscErrorCode CreateVolumeSubmesh(DM dm, PetscBool domain, PetscBool lower, PetscReal heigh… in CreateVolumeSubmesh()
|
| H A D | ex69.c | 612 PetscReal lower[2], upper[2]; in CreateQuadMesh1() local 743 PetscReal lower[3], upper[3]; in CreateHexMesh1() local
|
| H A D | ex74.c | 56 const PetscReal lower[2] = {0., 0.}, upper[2] = {3., 2.}; in main() local
|
| /petsc/src/dm/tutorials/ |
| H A D | ex25.c | 18 …MatStencil lower = {0, 3, 2, 0}, upper = {0, 7, 8, 0}; /* These are in the order of the z, y, x, … in main() local
|
| H A D | ex14.c | 94 MatStencil lower, upper; in main() local
|
| H A D | ex22.c | 47 MatStencil lower, upper; /* Stencils to select slice for Vec */ in main() local
|
| /petsc/src/dm/impls/da/ |
| H A D | dadd.c | 33 PetscErrorCode DMDACreatePatchIS(DM da, MatStencil *lower, MatStencil *upper, IS *is, PetscBool off… in DMDACreatePatchIS() 430 MatStencil upper, lower; in DMCreateDomainDecompositionScatters_DA() local 507 MatStencil lower, upper; in DMDASubDomainIS_Private() local
|
| /petsc/src/dm/tests/ |
| H A D | ex53.c | 30 MatStencil lower, upper; /* Stencils to select slice */ in main() local
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex14.c | 12 PetscReal lower = pos ? 0. : -10., upper = 10.; in VerifyDistribution() local
|
| /petsc/src/dm/impls/patch/ |
| H A D | patch.c | 41 PetscErrorCode DMPatchZoom(DM dm, MatStencil lower, MatStencil upper, MPI_Comm commz, DM *dmz, PeOp… in DMPatchZoom() 193 MatStencil patchSize, commSize, gridRank, lower, upper; in DMPatchSolve() local
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex20.c | 13 PetscReal lower[3] = {0.0, 0.0, 0.0}; in main() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 532 static PetscErrorCode DMPlexCreateBoxSurfaceMesh_Tensor_1D_Internal(DM dm, const PetscReal lower[],… in DMPlexCreateBoxSurfaceMesh_Tensor_1D_Internal() 586 static PetscErrorCode DMPlexCreateBoxSurfaceMesh_Tensor_2D_Internal(DM dm, const PetscReal lower[],… in DMPlexCreateBoxSurfaceMesh_Tensor_2D_Internal() 702 static PetscErrorCode DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal(DM dm, const PetscReal lower[],… in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal() 887 …urfaceMesh_Internal(DM dm, PetscInt dim, const PetscInt faces[], const PetscReal lower[], const Pe… in DMPlexCreateBoxSurfaceMesh_Internal() 932 …SurfaceMesh(MPI_Comm comm, PetscInt dim, const PetscInt faces[], const PetscReal lower[], const Pe… in DMPlexCreateBoxSurfaceMesh() 945 static PetscErrorCode DMPlexCreateLineMesh_Internal(DM dm, PetscInt segments, PetscReal lower, Pets… in DMPlexCreateLineMesh_Internal() 1264 …eateSquareMesh_Simplex_CrissCross(DM dm, const PetscInt edges[], const PetscReal lower[], const Pe… in DMPlexCreateSquareMesh_Simplex_CrissCross() 1455 …sh_Simplex_Internal(DM dm, PetscInt dim, const PetscInt faces[], const PetscReal lower[], const Pe… in DMPlexCreateBoxMesh_Simplex_Internal() 1486 static PetscErrorCode DMPlexCreateCubeMesh_Internal(DM dm, const PetscReal lower[], const PetscReal… in DMPlexCreateCubeMesh_Internal() 1911 …esh_Tensor_Internal(DM dm, PetscInt dim, const PetscInt faces[], const PetscReal lower[], const Pe… in DMPlexCreateBoxMesh_Tensor_Internal() [all …]
|
| H A D | plexsfc.c | 210 …ayout *layout, const ZCode *vert_z, PetscSegBuffer per_faces[3], const PetscReal *lower, const Pet… in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() 1158 …Tensor_SFC_Internal(DM dm, PetscInt dim, const PetscInt faces[], const PetscReal lower[], const Pe… in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
|
| H A D | plexgeometry.c | 803 const PetscReal *lower = box->lower; in PetscGridHashGetEnclosingBox() local 851 const PetscReal *lower = box->lower; in PetscGridHashGetEnclosingBoxQuery() local 1025 PetscBool isDG, lower[3], upper[3]; in DMPlexComputeGridHash_Internal() local
|
| H A D | plexfem.c | 1258 PetscErrorCode DMPlexInsertBounds_Plex(DM dm, PetscBool lower, PetscReal time, Vec locB) in DMPlexInsertBounds_Plex() 1379 PetscErrorCode DMPlexInsertBounds(DM dm, PetscBool lower, PetscReal time, Vec locB) in DMPlexInsertBounds()
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | dscatter.c | 372 PetscReal lower[2] = {sp->xmin, sp->ymin}, glower[2]; in PetscDrawSPDraw() local
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex1.c | 54 PetscReal *coords, upper[3], lower[3]; in CreateSwarm() local
|
| /petsc/include/petsc/private/ |
| H A D | taolinesearchimpl.h | 39 Vec lower; member
|
| H A D | dmpleximpl.h | 84 PetscReal lower[3]; /* The lower-left corner */ member
|
| /petsc/src/snes/impls/vi/ |
| H A D | vi.c | 32 …SVISetComputeVariableBounds(SNES snes, PetscErrorCode (*compute)(SNES snes, Vec lower, Vec higher)) in SNESVISetComputeVariableBounds()
|
| /petsc/src/vec/is/utils/ |
| H A D | kdtree.c | 173 PetscCount median = start + PetscCeilInt64(end - start, 2) - 1, lower; in PetscKDTreeBuildStemAndLeaves() local
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex2.c | 739 PetscReal lower[3], upper[3], speed; in MonitorPositions_2D() local 806 PetscReal lower[3], upper[3], xval; in MonitorPoisson() local 2338 PetscReal *x, *v, upper[3], lower[3]; in MigrateParticles() local
|
| H A D | ex4.c | 1255 PetscReal lower[3], upper[3], speed; in MonitorPositions_2D() local 1322 PetscReal lower[3], upper[3], xval; in MonitorPoisson() local 2944 PetscReal *x, *v, upper[3], lower[3]; in MigrateParticles() local
|
| H A D | ex3.c | 1607 PetscReal *x, *v, upper[3], lower[3]; in MigrateParticles() local
|
| /petsc/src/ksp/ksp/utils/dm/ |
| H A D | dmproject.c | 924 PetscReal lower[6], upper[6]; in InitializeParticles_Regular() local
|