Searched defs:_p_PetscDS (Results 1 – 1 of 1) sorted by relevance
89 struct _p_PetscDS { struct91 void *data; /* Implementation object */92 PetscDS *subprobs; /* The subspaces for each dimension */93 PetscBool setup; /* Flag for setup */94 PetscInt dimEmbed; /* The real space coordinate dimension */95 PetscInt Nf; /* The number of solution fields */96 …scObject *disc; /* The discretization for each solution field (PetscFE, PetscFV, etc.) */97 PetscBool *cohesive; /* Flag for cohesive discretization */98 …volume cell. Normal fields appear on both endcaps, whereas cohesive field only appear once in the …99 PetscInt printIntegrate; /* Debugging level for kernels */[all …]