Home
last modified time | relevance | path

Searched refs:batch_is (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetsclandau.h170 IS batch_is; member
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c1928 …l(comm, ctx->mat_offset[ctx->num_grids] * ctx->batch_sz, idxs, PETSC_OWN_POINTER, &ctx->batch_is)); in LandauCreateJacobianMatrix()
1964 …PetscCall(MatCreateSubMatrix(ctx->J, ctx->batch_is, ctx->batch_is, MAT_INITIAL_MATRIX, &mat_block_… in LandauCreateJacobianMatrix()
1967 PetscCall(VecScatterCreate(X, ctx->batch_is, X, NULL, &ctx->plex_batch)); in LandauCreateJacobianMatrix()
2156 ctx->batch_is = NULL; in DMPlexLandauCreateVelocitySpace()
2278 PetscCall(ISDestroy(&ctx->batch_is)); in DMPlexLandauDestroyVelocitySpace()