Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c353 static PetscErrorCode PCSetCoordinates_AGG(PC pc, PetscInt ndm, PetscInt a_nloc, PetscReal *coords) in PCSetCoordinates_AGG() function
464 PetscCall(PCSetCoordinates_AGG(pc, bs, MM / bs, NULL)); in PCSetData_AGG()
1604 …PetscCall(PetscObjectComposeFunction((PetscObject)pc, "PCSetCoordinates_C", PCSetCoordinates_AGG)); in PCCreateGAMG_AGG()