| /petsc/src/sys/tutorials/output/ |
| H A D | ex5_1.out | 11 x1 = 1. ; x position 12 x2 = 1.9 ; y position 24 x1 = 1. ; x position 25 x2 = 1.9 ; y position
|
| H A D | ex5_yaml.out | 11 x1 = 1. ; x position 12 x2 = 0.9 ; y position 24 x1 = 1. ; x position 25 x2 = 0.9 ; y position
|
| /petsc/share/petsc/bin/ |
| H A D | dmnetwork_view.py | 156 x = node.position[0] 157 y = node.position[1] 201 self.position = (x,y,z) 251 nodePositions[i] = node.position[0], node.position[1] 258 start = edge.startNode.position 259 end = edge.endNode.position 319 x=node.position[0], y=node.position[1], 333 x=(edge.startNode.position[0]+edge.endNode.position[0])/2, 334 y=(edge.startNode.position[1]+edge.endNode.position[1])/2,
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/Styles/ |
| H A D | Tabs.css | 9 position:relative;
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Viewer.pyx | 384 position: tuple[int, int] | None = None, 398 position 417 if position not in (None, PETSC_DECIDE): 418 x, y = position 881 position: tuple[int, int] | None = None, 894 position 910 if position not in (None, PETSC_DECIDE): 911 x, y = position
|
| H A D | DMStag.pyx | 800 position are extracted, padding with zero values if needed. If a
|
| H A D | Mat.pyx | 2504 """Return the value in the (row, col) position.
|
| /petsc/src/sys/fileio/ |
| H A D | sysio.c | 753 …uf, MPI_Datatype datatype, PetscMPIInt count, void *filebuf, MPI_Offset position, void *extra_stat… in PetscDataRep_read_conv_fn() argument 763 userbuf = ((char *)userbuf) + dsize * position; in PetscDataRep_read_conv_fn() 770 …uf, MPI_Datatype datatype, PetscMPIInt count, void *filebuf, MPI_Offset position, void *extra_stat… in PetscDataRep_write_conv_fn() argument 780 userbuf = ((char *)userbuf) + dsize * position; in PetscDataRep_write_conv_fn()
|
| /petsc/src/mat/tests/ |
| H A D | cJSON.c | 90 size_t position; member 96 return (const char *)(global_error.json + global_error.position); in cJSON_GetErrorPtr() 887 global_error.position = 0; in cJSON_ParseWithLengthOpts() 922 local_error.position = 0; in cJSON_ParseWithLengthOpts() 925 local_error.position = buffer.offset; in cJSON_ParseWithLengthOpts() 927 local_error.position = buffer.length - 1; in cJSON_ParseWithLengthOpts() 930 …eturn_parse_end != NULL) *return_parse_end = (const char *)local_error.json + local_error.position; in cJSON_ParseWithLengthOpts()
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 486 #define MPI_Pack(inbuf, incount, datatype, outbuf, outsize, position, comm) \ argument 487 …IUNI_ARG(datatype), MPIUNI_ARG(outbuf), MPIUNI_ARG(outsize), MPIUNI_ARG(position), MPIUNI_ARG(comm… 488 #define MPI_Unpack(inbuf, insize, position, outbuf, outcount, datatype, comm) \ argument 489 …(MPIUNI_ARG(inbuf), MPIUNI_ARG(insize), MPIUNI_ARG(position), MPIUNI_ARG(outbuf), MPIUNI_ARG(outco…
|
| /petsc/src/sys/mpiuni/ |
| H A D | mpi.c | 746 …d *inbuf, int *incount, int *datatype, void *outbuf, int *outsize, int *position, int *comm, int *… in petsc_mpi_pack_() argument 751 PETSC_EXTERN void petsc_mpi_unpack_(void *inbuf, int *insize, int *position, void *outbuf, int *out… in petsc_mpi_unpack_() argument
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex3.c | 1588 Vec u, gc, gv, position, momentum; in MigrateParticles() local 1595 PetscCall(VecGetSubVector(u, isx, &position)); in MigrateParticles() 1597 PetscCall(VecGetArray(position, &pos)); in MigrateParticles() 1631 PetscCall(VecRestoreArray(position, &pos)); in MigrateParticles() 1633 PetscCall(VecRestoreSubVector(u, isx, &position)); in MigrateParticles()
|
| H A D | ex2.c | 2319 Vec u, gc, gv, position, momentum; in MigrateParticles() local 2326 PetscCall(VecGetSubVector(u, isx, &position)); in MigrateParticles() 2328 PetscCall(VecGetArray(position, &pos)); in MigrateParticles() 2362 PetscCall(VecRestoreArray(position, &pos)); in MigrateParticles() 2364 PetscCall(VecRestoreSubVector(u, isx, &position)); in MigrateParticles()
|
| H A D | ex4.c | 2924 Vec u, gc, gv, position, momentum; in MigrateParticles() local 2931 PetscCall(VecGetSubVector(u, isx, &position)); in MigrateParticles() 2933 PetscCall(VecGetArray(position, &pos)); in MigrateParticles() 2968 PetscCall(VecRestoreArray(position, &pos)); in MigrateParticles() 2970 PetscCall(VecRestoreSubVector(u, isx, &position)); in MigrateParticles()
|
| /petsc/doc/developers/ |
| H A D | matrices.md | 11 dominated by the time to move the data into position, not the time to
|
| H A D | objects.md | 191 The third argument to this macro indicates the position in the calling
|
| /petsc/doc/manual/ |
| H A D | dmplex.md | 548 DAG points (mesh entities) have an implicit global numbering, given by the position in `orientation…
|
| H A D | ts.md | 1498 if the timestep is position independent and $B$ is the identity
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 2395 (dpm/pdf-tran-position-correct? #f) 2615 (dpm/update-position-before-spawning-children? #t) 9930 (position-of-rotation-axis 0 0 0) 10246 (position-of-rotation-axis 0 0 0) 10562 (position-of-rotation-axis 0 0 0) 10878 (position-of-rotation-axis 0 0 0)
|