Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpetschpddm.h29 struct PC_HPDDM { struct
30 PC_HPDDM_Level **levels; /* array of shells */ argument
31 … /* local auxiliary matrix defined at the finest level on PETSC_COMM_SELF */
32 … /* right-hand side matrix defined at the finest level on PETSC_COMM_SELF */
33 … /* temporary Vec when preconditioning the normal equations with KSPLSQR */
34 … is; /* global numbering of the auxiliary matrix */
35 PetscInt N; /* number of levels */
36 …MCoarseCorrectionType correction; /* type of coarse correction */
37 … Neumann; /* aux is the local Neumann matrix? */
38 … log_separate; /* separate events for each level? */
[all …]