Searched refs:nU (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex10.c | 280 PetscInt nU, nV, UVstart; in TSDAESimpleSetUp_Full() local 298 PetscCall(VecGetLocalSize(tsdae->U, &nU)); in TSDAESimpleSetUp_Full() 300 PetscCall(VecCreateFromOptions(tsdae->comm, NULL, nU + nV, PETSC_DETERMINE, &tsrhs)); in TSDAESimpleSetUp_Full() 304 PetscCall(ISCreateStride(tsdae->comm, nU, UVstart, 1, &is)); in TSDAESimpleSetUp_Full() 307 PetscCall(ISCreateStride(tsdae->comm, nV, UVstart + nU, 1, &is)); in TSDAESimpleSetUp_Full()
|