Searched refs:len_old (Results 1 – 1 of 1) sorted by relevance
| /honee/src/ |
| H A D | mat-ceed.c | 1116 size_t len_old, len_new; in MatCeedSetCOOMatType() local 1119 PetscCall(PetscStrlen(ctx->coo_mat_type, &len_old)); in MatCeedSetCOOMatType() 1121 if (len_old == len_new) PetscCall(PetscStrncmp(ctx->coo_mat_type, type, len_old, &is_same)); in MatCeedSetCOOMatType() 1192 PetscInt len_old, len_new; in MatCeedSetLocalVectors() local 1194 PetscCall(VecGetSize(ctx->X_loc, &len_old)); in MatCeedSetLocalVectors() 1196 …PetscCheck(len_old == len_new, PETSC_COMM_SELF, PETSC_ERR_LIB, "new X_loc length %" PetscInt_FMT "… in MatCeedSetLocalVectors() 1197 len_new, len_old); in MatCeedSetLocalVectors() 1201 PetscInt len_old, len_new; in MatCeedSetLocalVectors() local 1203 PetscCall(VecGetSize(ctx->Y_loc_transpose, &len_old)); in MatCeedSetLocalVectors() 1205 PetscCheck(len_old == len_new, PETSC_COMM_SELF, PETSC_ERR_LIB, in MatCeedSetLocalVectors() [all …]
|