Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Ddmlocalsnes.c13 } 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()
[all …]