Searched refs:sized (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex60.c | 12 PetscMPIInt rank, size, sized; in main() local 24 sized = (PetscMPIInt)PetscSqrtReal((PetscReal)size); in main() 25 …PetscCheck(PetscSqr(sized) == size, PETSC_COMM_WORLD, PETSC_ERR_ARG_WRONG, "This test may only be … in main() 26 … sized) == 0, PETSC_COMM_WORLD, PETSC_ERR_ARG_WRONG, "The number of x-vertices %" PetscInt_FMT " d… in main() 27 … sized) == 0, PETSC_COMM_WORLD, PETSC_ERR_ARG_WRONG, "The number of y-vertices %" PetscInt_FMT " d… in main() 31 m = (sized > 1) ? (rank % 2) ? 0 : 2 * M / sized : M; in main() 32 n = N / sized; in main()
|
| /petsc/src/tao/leastsquares/tutorials/matlab/ |
| H A D | README | 8 History vectors are not properly sized (they are too big) and the code does not check if
|
| /petsc/doc/developers/ |
| H A D | matrices.md | 121 multiclass PDEs. The block variants store matrix elements by fixed-sized
|
| /petsc/doc/manual/ |
| H A D | performance.md | 471 determined where it spends the bulk of its time on realistically sized
|
| H A D | vec.md | 93 manages creating the correctly sized parallel vectors efficiently. One controls the type of vector …
|
| H A D | ksp.md | 161 If you wish to reuse the `KSP` with a different sized matrix and vectors, you must
|