Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcbddcstructsimpl.h28 struct _PCBDDCGraph { struct
29 PetscBool setupcalled;
31 ISLocalToGlobalMapping l2gmap;
32 PetscInt nvtxs;
33 PetscInt nvtxs_global;
34 PCBDDCGraphNode *nodes;
35 PetscInt custom_minimal_size;
36 PetscBool twodim;
37 PetscBool twodimset;
38 PetscBool has_dirichlet;
[all …]