Home
last modified time | relevance | path

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

/petsc/src/tao/tutorials/
H A Dex1.c143 PetscErrorCode linear_a_2d(PetscInt dim, PetscReal t, const PetscReal x[], PetscInt Nf, PetscScalar… in linear_a_2d() function
173 PetscCall(PetscDSSetExactSolution(ds, 1, linear_a_2d, NULL)); in SetupProblem()
177 …dm, DM_BC_ESSENTIAL, "wall", label, 1, &id, 1, 0, NULL, (PetscVoidFn *)linear_a_2d, NULL, user, NU… in SetupProblem()