Home
last modified time | relevance | path

Searched refs:workspace (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ksp/ksp/tests/output/
H A Dex81_1.out19 INFOG(3) (estimated real workspace for factors on all processors after analysis): 4
20 … INFOG(4) (estimated integer workspace for factors on all processors after analysis): 88
25 … INFOG(9) (total real/complex workspace to store the matrix factors after factorization): 4
68 INFOG(3) (estimated real workspace for factors on all processors after analysis): 4
69 … INFOG(4) (estimated integer workspace for factors on all processors after analysis): 88
74 … INFOG(9) (total real/complex workspace to store the matrix factors after factorization): 4
H A Dex81_2.out31 INFOG(3) (estimated real workspace for factors on all processors after analysis): 2
32 … INFOG(4) (estimated integer workspace for factors on all processors after analysis): 44
37 … INFOG(9) (total real/complex workspace to store the matrix factors after factorization): 2
99 INFOG(3) (estimated real workspace for factors on all processors after analysis): 2
100 … INFOG(4) (estimated integer workspace for factors on all processors after analysis): 44
105 … INFOG(9) (total real/complex workspace to store the matrix factors after factorization): 2
/petsc/include/petsc/private/
H A Dpcbddcstructsimpl.h175 PetscScalar *workspace; member
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcscalingbasic.c386 PetscCall(PetscFree(deluxe_ctx->workspace)); in PCBDDCScalingReset_Deluxe_Solvers()
476 if (newsetup) PetscCall(PetscMalloc1(2 * max_subset_size, &deluxe_ctx->workspace)); in PCBDDCScalingSetUp_Deluxe_Private()
488 …PetscCall(VecCreateSeqWithArray(PETSC_COMM_SELF, 1, subset_size, deluxe_ctx->workspace, &deluxe_ct… in PCBDDCScalingSetUp_Deluxe_Private()
489 …PetscCall(VecCreateSeqWithArray(PETSC_COMM_SELF, 1, subset_size, deluxe_ctx->workspace + subset_si… in PCBDDCScalingSetUp_Deluxe_Private()
/petsc/doc/changes/
H A D211.md174 Added DAGetArray() and DARestoreArray() that give workspace
/petsc/doc/developers/
H A Ddocumentation.md185 and [BitBucket](https://bitbucket.org/petsc/workspace/repositories). The BitBucket location is used…