Searched refs:new_ir (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/objects/ |
| H A D | state.c | 111 PetscObjectState *new_ir; in PetscObjectComposedDataIncrease_() local 115 PetscCall(PetscCalloc2(new_n * obj_size, &new_ar, new_n, &new_ir)); in PetscObjectComposedDataIncrease_() 117 PetscCall(PetscArraycpy(new_ir, ir, n)); in PetscObjectComposedDataIncrease_() 121 *composed_state = new_ir; in PetscObjectComposedDataIncrease_() 133 PetscObjectState *new_ir; in PetscObjectComposedDataStarIncrease_() local 137 PetscCall(PetscCalloc2(new_n, &new_ar, new_n, &new_ir)); in PetscObjectComposedDataStarIncrease_() 139 PetscCall(PetscArraycpy(new_ir, ir, n)); in PetscObjectComposedDataStarIncrease_() 143 *composed_state = new_ir; in PetscObjectComposedDataStarIncrease_()
|