Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex26.c22 PetscBool trig; /* Use trig function as exact solution */ member
96 options->trig = PETSC_FALSE; in ProcessOptions()
99 …lution (better for more complex finite elements)", "ex26.c", options->trig, &options->trig, NULL)); in ProcessOptions()
126 if (user->trig) { in SetupPrimalProblem()
/petsc/src/dm/dt/fe/tests/
H A Dex3.c30 static void trig(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt u… in trig() function
48 static PetscPointFn *functions[] = {constant, linear, quadratic, trig, prime};
/petsc/src/snes/tests/
H A Dex8.c349 PetscErrorCode trig(PetscInt dim, PetscReal time, const PetscReal coords[], PetscInt Nc, PetscScala… in trig() function
440 exactFuncs[0] = trig; in SetupFunctions()
/petsc/src/dm/impls/plex/tests/
H A Dex3.c177 PetscErrorCode trig(PetscInt dim, PetscReal time, const PetscReal coords[], PetscInt Nf, PetscScala… in trig() function
880 …, const PetscReal x[], PetscInt Nf, PetscScalar *u, PetscCtx ctx) = {trig}; in CheckConvergence()