Home
last modified time | relevance | path

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

/petsc/src/tao/tutorials/
H A Dex3.c191 …PetscErrorCode (**wtf)(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, PetscScalar… in CreateCtx() local
203 PetscCall(PetscMalloc(1 * sizeof(void (*)(const PetscReal[], PetscScalar *, void *)), &wtf)); in CreateCtx()
204 wtf[0] = data_kernel; in CreateCtx()
205 PetscCall(DMProjectFunction(dm, 0.0, wtf, NULL, INSERT_VALUES, user->data)); in CreateCtx()
206 PetscCall(PetscFree(wtf)); in CreateCtx()