Searched refs:ellVecCells (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex30.c | 1854 Vec ellVecCells, ellVecCellsF; in ResizeSetUp() local 1866 …tscCall(VecCreateMPI(PetscObjectComm((PetscObject)ts), cEnd - cStart, PETSC_DECIDE, &ellVecCells)); in ResizeSetUp() 1872 PetscCall(VecStrideGather(ellVecCellsF, C_FIELD_ID, ellVecCells, INSERT_VALUES)); in ResizeSetUp() 1874 PetscCall(VecNorm(ellVecCells, NORM_1, &norm)); in ResizeSetUp() 1895 PetscCall(VecTaggerComputeIS(ctx->refineTag, ellVecCells, &refineIS, NULL)); in ResizeSetUp() 1914 PetscCall(VecDestroy(&ellVecCells)); in ResizeSetUp()
|