Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex24.c65 static PetscErrorCode linear_q(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, Pets… in linear_q() function
247 PetscCall(PetscDSSetExactSolution(ds, 0, linear_q, user)); in SetupPrimalProblem()
/petsc/src/snes/tests/
H A Dex15.c67 static PetscErrorCode linear_q(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, Pets… in linear_q() function
254 PetscCall(PetscDSSetExactSolution(ds, 0, linear_q, user)); in SetupPrimalProblem()