Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex12.c682 …PetscErrorCode (*bcFuncs[1])(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, Petsc… in SetupBC() local
688 if (dim == 2) bcFuncs[0] = quadratic_u_2d; in SetupBC()
689 else bcFuncs[0] = quadratic_u_3d; in SetupBC()
691 PetscCall(DMProjectFunctionLocal(dmAux, 0.0, bcFuncs, NULL, INSERT_ALL_VALUES, uexact)); in SetupBC()