Searched refs:colLayout (Results 1 – 1 of 1) sorted by relevance
474 PetscLayout rLayout, colLayout; in DMSwarmComputeMassMatrix_Private() local500 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() local723 PetscCall(PetscLayoutCreate(comm, &colLayout)); in DMSwarmComputeMassMatrixSquare_Private()724 PetscCall(PetscLayoutSetLocalSize(colLayout, locCols)); in DMSwarmComputeMassMatrixSquare_Private()[all …]