Searched refs:SetupAuxDM (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex47.c | 178 static PetscErrorCode SetupAuxDM(DM dm, PetscFE feAux, AppCtx *user) in SetupAuxDM() function 215 PetscCall(SetupAuxDM(cdm, feAux, ctx)); in SetupDiscretization()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex77.c | 371 static PetscErrorCode SetupAuxDM(DM dm, PetscInt NfAux, PetscFE feAux[], AppCtx *user) in SetupAuxDM() function 423 PetscCall(SetupAuxDM(cdm, 2, feAux, user)); in SetupDiscretization()
|
| H A D | ex12.c | 697 static PetscErrorCode SetupAuxDM(DM dm, PetscFE feAux, AppCtx *user) in SetupAuxDM() function 742 PetscCall(SetupAuxDM(cdm, feAux, user)); in SetupDiscretization()
|