Home
last modified time | relevance | path

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

/petsc/src/snes/tests/
H A Dex8.c361 PetscErrorCode trigDer(PetscInt dim, PetscReal time, const PetscReal coords[], const PetscReal n[],… in trigDer() function
441 exactFuncDers[0] = trigDer; in SetupFunctions()
/petsc/src/dm/impls/plex/tests/
H A Dex3.c183 PetscErrorCode trigDer(PetscInt dim, PetscReal time, const PetscReal coords[], const PetscReal n[],… in trigDer() function
881 …, const PetscReal x[], const PetscReal n[], PetscInt Nf, PetscScalar *u, PetscCtx ctx) = {trigDer}; in CheckConvergence()