Lines Matching refs:rLayout

474   PetscLayout   rLayout, colLayout;  in DMSwarmComputeMassMatrix_Private()  local
507 PetscCall(PetscLayoutCreate(comm, &rLayout)); in DMSwarmComputeMassMatrix_Private()
508 PetscCall(PetscLayoutSetLocalSize(rLayout, locRows)); in DMSwarmComputeMassMatrix_Private()
509 PetscCall(PetscLayoutSetBlockSize(rLayout, 1)); in DMSwarmComputeMassMatrix_Private()
510 PetscCall(PetscLayoutSetUp(rLayout)); in DMSwarmComputeMassMatrix_Private()
511 PetscCall(PetscLayoutGetRange(rLayout, &rStart, NULL)); in DMSwarmComputeMassMatrix_Private()
512 PetscCall(PetscLayoutDestroy(&rLayout)); in DMSwarmComputeMassMatrix_Private()
697 PetscLayout rLayout, colLayout; in DMSwarmComputeMassMatrixSquare_Private() local
730 PetscCall(PetscLayoutCreate(comm, &rLayout)); in DMSwarmComputeMassMatrixSquare_Private()
731 PetscCall(PetscLayoutSetLocalSize(rLayout, locRows)); in DMSwarmComputeMassMatrixSquare_Private()
732 PetscCall(PetscLayoutSetBlockSize(rLayout, 1)); in DMSwarmComputeMassMatrixSquare_Private()
733 PetscCall(PetscLayoutSetUp(rLayout)); in DMSwarmComputeMassMatrixSquare_Private()
734 PetscCall(PetscLayoutGetRange(rLayout, &rStart, NULL)); in DMSwarmComputeMassMatrixSquare_Private()
735 PetscCall(PetscLayoutDestroy(&rLayout)); in DMSwarmComputeMassMatrixSquare_Private()
949 PetscLayout rLayout; in DMSwarmComputeGradientMatrix_Private() local
976 PetscCall(PetscLayoutCreate(comm, &rLayout)); in DMSwarmComputeGradientMatrix_Private()
977 PetscCall(PetscLayoutSetLocalSize(rLayout, locRows)); in DMSwarmComputeGradientMatrix_Private()
978 PetscCall(PetscLayoutSetBlockSize(rLayout, cdim)); in DMSwarmComputeGradientMatrix_Private()
979 PetscCall(PetscLayoutSetUp(rLayout)); in DMSwarmComputeGradientMatrix_Private()
980 PetscCall(PetscLayoutGetRange(rLayout, &rStart, NULL)); in DMSwarmComputeGradientMatrix_Private()
981 PetscCall(PetscLayoutDestroy(&rLayout)); in DMSwarmComputeGradientMatrix_Private()