Searched refs:functx (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/impls/vi/ss/ |
| H A D | viss.c | 53 PetscErrorCode SNESVIComputeFunction(SNES snes, Vec X, Vec phi, void *functx) in SNESVIComputeFunction() argument 62 PetscCall((*vi->computeuserfunction)(snes, X, F, functx)); in SNESVIComputeFunction()
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 769 void *functx; in SNESSetUpMatrices() local 773 PetscCall(SNESGetFunction(snes, NULL, NULL, &functx)); in SNESSetUpMatrices() 1093 void *functx; in SNESSetFromOptions() local 1097 PetscCall(SNESGetFunction(snes, NULL, NULL, &functx)); in SNESSetFromOptions() 1098 …all(SNESSetJacobian(snes, snes->jacobian, snes->jacobian_pre, SNESComputeJacobianDefault, functx)); in SNESSetFromOptions() 2767 void *functx; in SNESTestJacobian() local 2839 PetscCall(SNESGetFunction(snes, NULL, NULL, &functx)); in SNESTestJacobian() 2840 PetscCall(SNESComputeJacobianDefault(snes, x, B, B, functx)); in SNESTestJacobian()
|