Searched refs:to_n (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/vec/vec/utils/ |
| H A D | vscat.c | 588 sf->vscat.to_n = -1; in VecScatterRemap() 1093 PetscCall(VecGetLocalSize(y, &sf->vscat.to_n)); in VecScatterCreate() 1296 PetscInt to_n, from_n; in VecScatterBegin() local 1309 if (sf->vscat.from_n >= 0 && sf->vscat.to_n >= 0) { in VecScatterBegin() 1311 PetscCall(VecGetLocalSize(y, &to_n)); in VecScatterBegin() 1313 …to_n == sf->vscat.from_n, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Vector wrong size %" PetscInt_FMT "… in VecScatterBegin() 1314 …to_n, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Vector wrong size %" PetscInt_FMT " for scatter %" Pets… in VecScatterBegin() 1316 …to_n == sf->vscat.to_n, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Vector wrong size %" PetscInt_FMT " f… in VecScatterBegin()
|
| /petsc/src/mat/impls/scatter/ |
| H A D | mscatter.c | 305 …PetscCall(MatSetSizes(*A, scatter->vscat.to_n, scatter->vscat.from_n, PETSC_DETERMINE, PETSC_DETER… in MatCreateScatter() 333 …to_n, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Number of local rows in matrix %" PetscInt_FMT " not eq… in MatScatterSetVecScatter()
|
| /petsc/include/petsc/private/ |
| H A D | sfimpl.h | 56 …PetscInt from_n, to_n; /* Recorded local sizes of the input from/to vectors in Ve… member
|
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 997 (*vsf)->vscat.to_n = bs * sf->vscat.to_n; in PetscSFCreateStridedSF()
|
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 93 b->vscat.to_n = -1; in PetscSFCreate() 763 (*newsf)->vscat.to_n = sf->vscat.to_n; in PetscSFDuplicate()
|