Home
last modified time | relevance | path

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

/petsc/src/dm/impls/swarm/
H A Dswarm.c474 PetscLayout rLayout, colLayout; in DMSwarmComputeMassMatrix_Private() local
500 PetscCall(PetscLayoutCreate(comm, &colLayout)); in DMSwarmComputeMassMatrix_Private()
501 PetscCall(PetscLayoutSetLocalSize(colLayout, locCols)); in DMSwarmComputeMassMatrix_Private()
502 PetscCall(PetscLayoutSetBlockSize(colLayout, 1)); in DMSwarmComputeMassMatrix_Private()
503 PetscCall(PetscLayoutSetUp(colLayout)); in DMSwarmComputeMassMatrix_Private()
504 PetscCall(PetscLayoutGetRange(colLayout, &colStart, &colEnd)); in DMSwarmComputeMassMatrix_Private()
505 PetscCall(PetscLayoutDestroy(&colLayout)); in DMSwarmComputeMassMatrix_Private()
697 PetscLayout rLayout, colLayout; in DMSwarmComputeMassMatrixSquare_Private() local
723 PetscCall(PetscLayoutCreate(comm, &colLayout)); in DMSwarmComputeMassMatrixSquare_Private()
724 PetscCall(PetscLayoutSetLocalSize(colLayout, locCols)); in DMSwarmComputeMassMatrixSquare_Private()
[all …]