Searched refs:dmlocalsnes (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/utils/ |
| H A D | dmlocalsnes.c | 34 static PetscErrorCode DMLocalSNESGetContext(DM dm, DMSNES sdm, DMSNES_Local **dmlocalsnes) in DMLocalSNESGetContext() argument 37 *dmlocalsnes = NULL; in DMLocalSNESGetContext() 44 *dmlocalsnes = (DMSNES_Local *)sdm->data; in DMLocalSNESGetContext() 50 DMSNES_Local *dmlocalsnes = (DMSNES_Local *)ctx; in SNESComputeObjective_DMLocal() local 62 …if (dmlocalsnes->boundarylocal) PetscCall((*dmlocalsnes->boundarylocal)(dm, Xloc, dmlocalsnes->bou… in SNESComputeObjective_DMLocal() 67 …if (transform && dmlocalsnes->boundarylocal) PetscCall((*dmlocalsnes->boundarylocal)(dm, Xloc, dml… in SNESComputeObjective_DMLocal() 69 PetscCall((*dmlocalsnes->objectivelocal)(dm, Xloc, obj, dmlocalsnes->objectivelocalctx)); in SNESComputeObjective_DMLocal() 78 DMSNES_Local *dmlocalsnes = (DMSNES_Local *)ctx; in SNESComputeFunction_DMLocal() local 93 …if (dmlocalsnes->boundarylocal) PetscCall((*dmlocalsnes->boundarylocal)(dm, Xloc, dmlocalsnes->bou… in SNESComputeFunction_DMLocal() 98 …if (transform && dmlocalsnes->boundarylocal) PetscCall((*dmlocalsnes->boundarylocal)(dm, Xloc, dml… in SNESComputeFunction_DMLocal() [all …]
|
| /petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/ |
| H A D | project.pbxproj | 150 …9D1D0F207AA1AB00FACC19 /* dmlocalsnes.c in Sources */ = {isa = PBXBuildFile; fileRef = D89D1A27207… 902 …7AA1A900FACC19 /* dmlocalsnes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 1673 D89D1A27207AA1A900FACC19 /* dmlocalsnes.c */, 3115 D89D1D0F207AA1AB00FACC19 /* dmlocalsnes.c in Sources */,
|