Home
last modified time | relevance | path

Searched refs:store (Results 1 – 25 of 48) sorted by relevance

12

/petsc/doc/manualpages/MANSECHeaders/
H A DVec3 PETSc vectors (`Vec`) are used to store the field variables
H A DMat3 PETSc matrices (`Mat` objects) are used to store Jacobians and other sparse matrices
/petsc/src/sys/classes/draw/impls/win32/
H A Dwin32draw.h33 HGDIOBJ store, dbstore; member
/petsc/src/tao/leastsquares/tutorials/matlab/
H A DTestingInitialize.m8 % Allocate global vectors to store the iterates generated by the algorithms
/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c909 …_steps, PetscRevolveInt stepnum, PetscRevolveInt localstepnum, PetscBool toplevel, PetscInt *store) in ApplyRevolve() argument
914 *store = 0; in ApplyRevolve()
952 *store = 2; in ApplyRevolve()
959 *store = 1; in ApplyRevolve()
977 PetscInt store; in TSTrajectoryMemorySet_ROF() local
987 …ve(tj->monitor, tjsch->stype, tjsch->rctx, rtotal_steps, rstepnum, rstepnum, PETSC_FALSE, &store)); in TSTrajectoryMemorySet_ROF()
988 if (store == 1) { in TSTrajectoryMemorySet_ROF()
1001 PetscInt store; in TSTrajectoryMemoryGet_ROF() local
1023 …ve(tj->monitor, tjsch->stype, tjsch->rctx, rtotal_steps, rstepnum, rstepnum, PETSC_FALSE, &store)); in TSTrajectoryMemoryGet_ROF()
1044 PetscInt i, store; in TSTrajectoryMemorySet_RON() local
[all …]
/petsc/src/ts/tutorials/
H A Dextchem.example.15 # If your machine is not connected to the internet you must obtain the two files below and store
H A Dh2_10sp.inp4 # If your machine is not connected to the internet you must obtain the two files below and store
/petsc/src/ts/tests/
H A Dex17.c99 PetscScalar *store = (PetscScalar *)ctx; in Monitor() local
103 if (n < 10) store[n] = a[0]; in Monitor()
/petsc/src/ksp/ksp/tests/output/
H A Dex81_1.out25 … INFOG(9) (total real/complex workspace to store the matrix factors after factorization): 4
74 … INFOG(9) (total real/complex workspace to store the matrix factors after factorization): 4
H A Dex81_2.out37 … INFOG(9) (total real/complex workspace to store the matrix factors after factorization): 2
105 … INFOG(9) (total real/complex workspace to store the matrix factors after factorization): 2
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DTAO.pyx298 """Set the vector used to store the solution.
344 The vector to store the residual.
371 The matrix to store the Jacobian.
404 The vector to store the gradient.
437 """Return the vector used to store the gradient and the evaluation callback.
462 The vector to store the gradient.
483 """Return the vector used to store the gradient and the evaluation callback.
574 The matrix to store the Hessian.
599 """Return the matrices used to store the Hessian and the evaluation callback.
627 The matrix to store the Jacobian.
[all …]
H A DVec.pyx335 Array to store the vector values. Must be at least as large as
877 Array to store the vector values. Must be at least as large as
1690 Optional values to store in the new vector.
2475 """Compute and store y = ɑ·x + y.
2519 """Compute and store y = x + ɑ·y.
2539 """Compute and store y = ɑ·x + β·y.
2562 """Compute and store w = ɑ·x + y.
2584 """Compute and store y = Σₙ(ɑₙ·Xₙ) + y with X an array of vectors.
2614 """Compute and store the component-wise multiplication of two vectors.
2633 """Compute and store the component-wise division of two vectors.
[all …]
H A DOptions.pyx6 A dictionary-like object to store and operate with
H A DDMStag.pyx658 """Set the type to store coordinates.
665 The type to store coordinates.
/petsc/doc/developers/
H A Ddocumentation.md197 Therefore, we store image files in a separate Git repository, [Images](https://gitlab.com/petsc/pet…
241 …the material (slides, etc.) for the PETSc annual meetings is too large to store in the primary PET…
253 Like {any}`docs_meetings` the material (slides, etc.) for the PETSc tutorials is too large to store
H A Dmatrices.md121 multiclass PDEs. The block variants store matrix elements by fixed-sized
/petsc/doc/manual/
H A Ddmcommonality.md13 3. How to store/access the "connectivity information" that is needed at each entity (point) and pro…
67 …information is defined by a graph (and stored explicitly in a data structure used to store graphs),
H A Dmat.md232 In the PETSc AIJ matrix formats, we store the nonzero elements by rows,
531 secant condition. The limited-memory variants do not store the full
593 structures necessary to store nonlinear updates and compute
1028 Occasionally one may already have a B matrix with the needed sparsity pattern to store the transpos…
1358 particular data structure you use to store the grid information and the
/petsc/doc/changes/
H A D2029.md143 matrices. These store only the upper triangular portion of the
H A D39.md34 - Added VECNODE type. Vector uses on-node shared memory to store its
H A D312.md203 - TSTrajectory creates a unique name for folders that store the
H A D320.md142 - Add support for `MatLoad()` and `MatView()` to load and store `MATMPIAIJ` matrices that have more…
/petsc/share/petsc/saws/
H A Ddocumentation55 …e stored using an object called "matInfo" since using a tree structure to store just a few options…
/petsc/lib/petsc/bin/maint/
H A Dtoclapack.sh2497 /* store the exponent. */
2511 /* NBITS is the total number of bits needed to store a */
2516 /* Either there are an odd number of bits used to store a */
4488 /* store the exponent. */
4502 /* NBITS is the total number of bits needed to store a */
4507 /* Either there are an odd number of bits used to store a */
/petsc/doc/
H A Dindex.md30 > - [Google Play E-book](https://play.google.com/store/books/details/Ed_Bueler_PETSc_for_Partial_Di…

12