Home
last modified time | relevance | path

Searched defs:_p_PetscConvEst (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/
H A Dpetscconvestimpl.h18 struct _p_PetscConvEst { struct
21 DM idm; /* Initial grid */
22 PetscObject solver; /* Solver */
23 PetscReal r; /* The refinement factor (spatial check requires r = 2) */
24 PetscInt Nr; /* The number of refinements */
25 PetscInt Nf; /* The number of fields in the DM */
26 PetscBool noRefine; /* Debugging flag to disable refinement */
27 …scErrorCode (**initGuess)(PetscInt, PetscReal, const PetscReal[], PetscInt, PetscScalar[], void *);
28 …tscErrorCode (**exactSol)(PetscInt, PetscReal, const PetscReal[], PetscInt, PetscScalar[], void *);
29 void **ctxs;
[all …]