Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dgeo.c38 PetscInt arrsz, bs, my0, kk, ii, nloc, Iend, aloc; in PCSetCoordinates_GEO() local
45 aloc = (Iend - my0); in PCSetCoordinates_GEO()
48aloc == a_nloc, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Number of local blocks %" PetscInt_FMT " mu… in PCSetCoordinates_GEO()
/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.c1577 Mat *aloc; in MatMPISELLGetLocalMatCondensed() local
1610 PetscCall(PetscMalloc1(1, &aloc)); in MatMPISELLGetLocalMatCondensed()
1611 aloc[0] = *A_loc; in MatMPISELLGetLocalMatCondensed()
1613 PetscCall(MatCreateSubMatrices(A, 1, &isrowa, &iscola, scall, &aloc)); in MatMPISELLGetLocalMatCondensed()
1614 *A_loc = aloc[0]; in MatMPISELLGetLocalMatCondensed()
1615 PetscCall(PetscFree(aloc)); in MatMPISELLGetLocalMatCondensed()
/petsc/src/ksp/pc/impls/ml/
H A Dml.c407 PetscInt arrsz, oldarrsz, bs, my0, kk, ii, nloc, Iend, aloc; in PCSetCoordinates_ML() local
416 aloc = (Iend - my0); in PCSetCoordinates_ML()
419aloc == a_nloc), PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Number of local blocks %" PetscInt_FMT " m… in PCSetCoordinates_ML()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c5367 Mat *aloc; in MatMPIAIJGetLocalMatCondensed() local
5400 PetscCall(PetscMalloc1(1, &aloc)); in MatMPIAIJGetLocalMatCondensed()
5401 aloc[0] = *A_loc; in MatMPIAIJGetLocalMatCondensed()
5403 PetscCall(MatCreateSubMatrices(A, 1, &isrowa, &iscola, scall, &aloc)); in MatMPIAIJGetLocalMatCondensed()
5405 …PetscCall(PetscObjectCompose((PetscObject)aloc[0], "_petsc_GetLocalMatCondensed_iscol", (PetscObje… in MatMPIAIJGetLocalMatCondensed()
5407 *A_loc = aloc[0]; in MatMPIAIJGetLocalMatCondensed()
5408 PetscCall(PetscFree(aloc)); in MatMPIAIJGetLocalMatCondensed()