Searched refs:trig (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex26.c | 22 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 D | ex3.c | 30 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 D | ex8.c | 349 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 D | ex3.c | 177 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()
|