Lines Matching refs:DMSNES_Local
13 } DMSNES_Local; typedef
28 PetscCall(PetscNew((DMSNES_Local **)&sdm->data)); in DMSNESDuplicate_DMLocal()
29 if (oldsdm->data) PetscCall(PetscMemcpy(sdm->data, oldsdm->data, sizeof(DMSNES_Local))); in DMSNESDuplicate_DMLocal()
34 static PetscErrorCode DMLocalSNESGetContext(DM dm, DMSNES sdm, DMSNES_Local **dmlocalsnes) in DMLocalSNESGetContext()
39 PetscCall(PetscNew((DMSNES_Local **)&sdm->data)); in DMLocalSNESGetContext()
44 *dmlocalsnes = (DMSNES_Local *)sdm->data; in DMLocalSNESGetContext()
50 DMSNES_Local *dmlocalsnes = (DMSNES_Local *)ctx; in SNESComputeObjective_DMLocal()
78 DMSNES_Local *dmlocalsnes = (DMSNES_Local *)ctx; in SNESComputeFunction_DMLocal()
129 DMSNES_Local *dmlocalsnes = (DMSNES_Local *)ctx; in SNESComputeJacobian_DMLocal()
209 DMSNES_Local *dmlocalsnes; in DMSNESSetObjectiveLocal()
248 DMSNES_Local *dmlocalsnes; in DMSNESSetFunctionLocal()
287 DMSNES_Local *dmlocalsnes; in DMSNESSetBoundaryLocal()
323 DMSNES_Local *dmlocalsnes; in DMSNESSetJacobianLocal()
356 DMSNES_Local *dmlocalsnes; in DMSNESGetObjectiveLocal()
386 DMSNES_Local *dmlocalsnes; in DMSNESGetFunctionLocal()
416 DMSNES_Local *dmlocalsnes; in DMSNESGetBoundaryLocal()
446 DMSNES_Local *dmlocalsnes; in DMSNESGetJacobianLocal()