Searched refs:a_nloc (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | geo.c | 34 static PetscErrorCode PCSetCoordinates_GEO(PC pc, PetscInt ndm, PetscInt a_nloc, PetscReal *coords) in PCSetCoordinates_GEO() argument 48 …a_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 D | agg.c | 353 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 D | ml.c | 403 static PetscErrorCode PCSetCoordinates_ML(PC pc, PetscInt ndm, PetscInt a_nloc, PetscReal *coords) in PCSetCoordinates_ML() argument 419 …a_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()
|