Lines Matching defs:_PC_FieldSplitLink
19 struct _PC_FieldSplitLink { struct
20 KSP ksp;
21 Vec x, y, z;
22 Mat X, Y, Z;
23 char *splitname;
24 PetscInt nfields;
25 PetscInt *fields, *fields_col;
26 VecScatter sctx;
27 IS is, is_col;
28 PC_FieldSplitLink next, previous;
29 PetscLogEvent event;
32 PetscInt dim;
33 PetscInt ndofs;
34 PetscReal *coords;