Searched defs:_BlockDesc (Results 1 – 1 of 1) sorted by relevance
5 struct _BlockDesc { struct6 char *name; /* Block name */7 PetscInt nfields; /* If block is defined on a DA, the number of DA fields */8 PetscInt *fields; /* If block is defined on a DA, the list of DA fields */9 IS is; /* Index sets defining the block */10 VecScatter sctx; /* Scatter mapping global Vec to blockVec */11 SNES snes; /* Solver for this block */12 Vec x;13 BlockDesc next, previous;