Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dgeo.c34 static PetscErrorCode PCSetCoordinates_GEO(PC pc, PetscInt ndm, PetscInt a_nloc, PetscReal *coords) in PCSetCoordinates_GEO() argument
48a_nloc || aloc == a_nloc, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Number of local blocks %" PetscIn… in PCSetCoordinates_GEO()
64 if (nloc == a_nloc) { in PCSetCoordinates_GEO()
H A Dagg.c353 static PetscErrorCode PCSetCoordinates_AGG(PC pc, PetscInt ndm, PetscInt a_nloc, PetscReal *coords) in PCSetCoordinates_AGG() argument
363 nloc = a_nloc; in PCSetCoordinates_AGG()
/petsc/src/ksp/pc/impls/ml/
H A Dml.c403 static PetscErrorCode PCSetCoordinates_ML(PC pc, PetscInt ndm, PetscInt a_nloc, PetscReal *coords) in PCSetCoordinates_ML() argument
419a_nloc) || (aloc == a_nloc), PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Number of local blocks %" Pets… in PCSetCoordinates_ML()
433 if (nloc == a_nloc) { in PCSetCoordinates_ML()