Searched refs:Values (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/mat/tests/output/ |
| H A D | ex114_2.out | 10 Row Maximum Absolute Values:
|
| /petsc/src/mat/impls/adj/mpi/ |
| H A D | mpiadj.c | 797 PetscInt *Values = NULL; in MatMPIAdjToSeq_MPIAdj() local 815 PetscCall(PetscMalloc1(NZ, &Values)); in MatMPIAdjToSeq_MPIAdj() 816 …PetscCallMPI(MPI_Allgatherv(adj->values, mnz, MPIU_INT, Values, allnz, dispnz, MPIU_INT, PetscObje… in MatMPIAdjToSeq_MPIAdj() 836 PetscCall(MatCreateMPIAdj(PETSC_COMM_SELF, M, N, II, J, Values, B)); in MatMPIAdjToSeq_MPIAdj() 843 PetscInt *Values = NULL; in MatMPIAdjToSeqRankZero_MPIAdj() local 863 PetscCall(PetscMalloc1(NZ, &Values)); in MatMPIAdjToSeqRankZero_MPIAdj() 864 …PetscCallMPI(MPI_Gatherv(adj->values, mnz, MPIU_INT, Values, allnz, dispnz, MPIU_INT, 0, PetscObje… in MatMPIAdjToSeqRankZero_MPIAdj() 893 if (!rank) PetscCall(MatCreateMPIAdj(PETSC_COMM_SELF, M, N, II, J, Values, B)); in MatMPIAdjToSeqRankZero_MPIAdj()
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpif.h | 52 ! Data Types. Same Values used in mpi.c
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | SF.pyx | 501 Values to reduce. 527 Values to reduce.
|
| H A D | Vec.pyx | 2836 Values to insert at ``indices``. 2873 Values to insert at ``indices``. Should have length 2979 Values to insert at ``indices``. 3016 Values to insert at ``indices``. Should have length
|
| H A D | Mat.pyx | 4732 The absolute tolerance. Values along the diagonal whose absolute value
|
| /petsc/doc/developers/ |
| H A D | testing.md | 209 - Allows you to set environment variables for the test. Values are copied verbatim to
|
| /petsc/doc/manual/ |
| H A D | getting_started.md | 382 matrix types. Values can then be set with the command
|
| H A D | mat.md | 914 .. list-table:: Values of MatStructure
|
| /petsc/doc/ |
| H A D | petsc.bib | 30033 title = {Optimization of Functions Whose Values are Subject to Small Errors}, 30166 title = {Calculating the Singular Values and Pseudoinverse of a Matrix}, 36090 title = {Extension of {N}ewton's Method to Nonlinear Functions with Values in a Cone},
|